summaryrefslogtreecommitdiff
path: root/include/linux/agpgart.h
diff options
context:
space:
mode:
authorDave Jones <davej@codemonkey.org.uk>2003-05-21 12:15:30 +0100
committerDave Jones <davej@tetrachloride.(none)>2003-05-21 12:15:30 +0100
commit459bf5a9d41ccb86a54669c11df893ebc842b829 (patch)
treeca7365e96b01a9b189ff92a1978131650360128e /include/linux/agpgart.h
parent4e827869bfeef944a24bef2025e5a7a5e6f7ea82 (diff)
[AGPGART] Rid AGP/DRM of more typedefs.
Diffstat (limited to 'include/linux/agpgart.h')
-rw-r--r--include/linux/agpgart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/agpgart.h b/include/linux/agpgart.h
index c97af6a4b72b..ff4c2c058cb6 100644
--- a/include/linux/agpgart.h
+++ b/include/linux/agpgart.h
@@ -183,7 +183,7 @@ struct agp_controller {
struct agp_controller *prev;
pid_t pid;
int num_clients;
- agp_memory *pool;
+ struct agp_memory *pool;
struct agp_client *clients;
};