summaryrefslogtreecommitdiff
path: root/include/linux/agp_backend.h
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-02-23 08:20:22 -0500
committerJeff Garzik <jgarzik@pobox.com>2005-02-23 08:20:22 -0500
commit0202b160bd4eb7a82942a233d209b0a4acb4666c (patch)
tree7c999d2aa334b686a76aa4397352eac7f4eecb06 /include/linux/agp_backend.h
parent3cbae07b51cc7564bd3fe8401b7ede5b783cb92c (diff)
parentf5f23ec8d572816c7ff9c6e5eb0c209c9faa008e (diff)
Merge pobox.com:/garz/repo/netdev-2.6/r8169
into pobox.com:/garz/repo/net-drivers-2.6
Diffstat (limited to 'include/linux/agp_backend.h')
-rw-r--r--include/linux/agp_backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/agp_backend.h b/include/linux/agp_backend.h
index 7936986c289e..367864695b8f 100644
--- a/include/linux/agp_backend.h
+++ b/include/linux/agp_backend.h
@@ -54,7 +54,7 @@ struct agp_kern_info {
struct pci_dev *device;
enum chipset_type chipset;
unsigned long mode;
- off_t aper_base;
+ unsigned long aper_base;
size_t aper_size;
int max_memory; /* In pages */
int current_memory;