summaryrefslogtreecommitdiff
path: root/shared-core/drm.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2006-10-14 23:38:20 +1000
committerDave Airlie <airlied@linux.ie>2006-10-14 23:38:20 +1000
commit1bab514c0a1a535c19d53e3d39e3b351db3ab7a4 (patch)
tree6865436fa1b42227c127122cac0888b1173ba90a /shared-core/drm.h
parenta9f57a2b9c5897cbf568bf75342204b780566de0 (diff)
remove config.h from build no longer exists kbuild does it
Diffstat (limited to 'shared-core/drm.h')
-rw-r--r--shared-core/drm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h
index 8c0c5d22..7d7e2502 100644
--- a/shared-core/drm.h
+++ b/shared-core/drm.h
@@ -69,9 +69,6 @@
#endif
#if defined(__linux__)
-#if defined(__KERNEL__)
-#include <linux/config.h>
-#endif
#include <asm/ioctl.h> /* For _IO* macros */
#define DRM_IOCTL_NR(n) _IOC_NR(n)
#define DRM_IOC_VOID _IOC_NONE