summaryrefslogtreecommitdiff
path: root/include/linux/agpgart.h
diff options
context:
space:
mode:
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;
};