summaryrefslogtreecommitdiff
path: root/shared-core/drm.h
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-10-19 17:07:26 +0200
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-10-19 17:07:26 +0200
commitd70347bfc07bb5e34e36684b95560df37d669db4 (patch)
tree4d1248fb842741c66b4d0b2e1daeb0fa82d9b206 /shared-core/drm.h
parent5de4665747c441b2a8e82b020cc386f2d974499d (diff)
parent561e23a7c2f06b382613d3e2ae8d23104d0949aa (diff)
Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm
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 440af836..5784e59b 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