From 459bf5a9d41ccb86a54669c11df893ebc842b829 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Wed, 21 May 2003 12:15:30 +0100 Subject: [AGPGART] Rid AGP/DRM of more typedefs. --- include/linux/agpgart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux/agpgart.h') 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; }; -- cgit v1.2.3