summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2006-12-19 21:37:50 +1100
committerDave Airlie <airlied@linux.ie>2006-12-19 21:37:50 +1100
commit6333bfdb58b300494b2ec6f7b5a3ea5b392a210a (patch)
tree92a712c4165e959eea559b78f2ae3d7e46ec6244 /linux-core/drmP.h
parentaa07b2ab0e1c8a24fb1694ca3b13eb9ea4618fbe (diff)
fixup inclusion of agp.h
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index c19b6afb..2b364f7c 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -67,6 +67,7 @@
#include <asm/mtrr.h>
#endif
#if defined(CONFIG_AGP) || defined(CONFIG_AGP_MODULE)
+#include <asm/agp.h>
#include <linux/types.h>
#include <linux/agp_backend.h>
#endif