summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2007-12-10 10:13:52 +1000
committerDave Airlie <airlied@linux.ie>2007-12-10 10:13:52 +1000
commitcfa21b22b43c7113107b5eb086b5f4d4ec36dc0a (patch)
treee4ced1e365ef9d963d4ccebb889712f05df0f168
parent7d08b816b7af3cd415bebf65f44313415fea091a (diff)
downloaddrm-cfa21b22b43c7113107b5eb086b5f4d4ec36dc0a.tar.gz
drm: move agp include outside CONFIG_AGP as it isn't dependant on agp in kernel
-rw-r--r--linux-core/drmP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 78b4b84c..dbf2a924 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -66,8 +66,8 @@
#ifdef CONFIG_MTRR
#include <asm/mtrr.h>
#endif
-#if defined(CONFIG_AGP) || defined(CONFIG_AGP_MODULE)
#include <asm/agp.h>
+#if defined(CONFIG_AGP) || defined(CONFIG_AGP_MODULE)
#include <linux/types.h>
#include <linux/agp_backend.h>
#endif