summaryrefslogtreecommitdiff
path: root/x11/x11-6.9.0-linux_config.patch
blob: 74d7307ccd65bb49e580496b1d7abb70fabf1045 (plain)
    1 diff -Nru xc-old/extras/drm/shared/drm.h xc/extras/drm/shared/drm.h
    2 --- xc-old/extras/drm/shared/drm.h	2006-01-09 14:58:53.000000000 +0100
    3 +++ xc/extras/drm/shared/drm.h	2006-01-09 15:00:49.000000000 +0100
    4 @@ -63,9 +63,6 @@
    5  #endif
    6  
    7  #if defined(__linux__)
    8 -#if defined(__KERNEL__)
    9 -#include <linux/config.h>
   10 -#endif
   11  #include <asm/ioctl.h>		/* For _IO* macros */
   12  #define DRM_IOCTL_NR(n)		_IOC_NR(n)
   13  #define DRM_IOC_VOID		_IOC_NONE

Generated by cgit