diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/drm/gamma_drv.c | 1 | ||||
-rw-r--r-- | sys/dev/drm/mga_drv.c | 1 | ||||
-rw-r--r-- | sys/dev/drm/r128_drv.c | 1 | ||||
-rw-r--r-- | sys/dev/drm/radeon_drv.c | 1 | ||||
-rw-r--r-- | sys/dev/drm/tdfx_drv.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/drm/gamma_drv.c b/sys/dev/drm/gamma_drv.c index 7defc26..b94d483 100644 --- a/sys/dev/drm/gamma_drv.c +++ b/sys/dev/drm/gamma_drv.c @@ -38,7 +38,6 @@ #include <sys/types.h> #include <sys/bus.h> #include <pci/pcivar.h> -#include <opt_drm_linux.h> #endif /* __FreeBSD__ */ #include "dev/drm/gamma.h" #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/mga_drv.c b/sys/dev/drm/mga_drv.c index 62728a2..d781f6e 100644 --- a/sys/dev/drm/mga_drv.c +++ b/sys/dev/drm/mga_drv.c @@ -39,7 +39,6 @@ #include <sys/types.h> #include <sys/bus.h> #include <pci/pcivar.h> -#include <opt_drm_linux.h> #endif /* __FreeBSD__ */ #include "dev/drm/mga.h" diff --git a/sys/dev/drm/r128_drv.c b/sys/dev/drm/r128_drv.c index e6ce5fd..f79237f 100644 --- a/sys/dev/drm/r128_drv.c +++ b/sys/dev/drm/r128_drv.c @@ -39,7 +39,6 @@ #include <sys/types.h> #include <sys/bus.h> #include <pci/pcivar.h> -#include <opt_drm_linux.h> #endif /* __FreeBSD__ */ #include "dev/drm/r128.h" diff --git a/sys/dev/drm/radeon_drv.c b/sys/dev/drm/radeon_drv.c index dc9b083..15a5563 100644 --- a/sys/dev/drm/radeon_drv.c +++ b/sys/dev/drm/radeon_drv.c @@ -38,7 +38,6 @@ #include <sys/types.h> #include <sys/bus.h> #include <pci/pcivar.h> -#include <opt_drm_linux.h> #endif /* __FreeBSD__ */ #include "dev/drm/radeon.h" diff --git a/sys/dev/drm/tdfx_drv.c b/sys/dev/drm/tdfx_drv.c index ecf7db2..359cfc2 100644 --- a/sys/dev/drm/tdfx_drv.c +++ b/sys/dev/drm/tdfx_drv.c @@ -40,7 +40,6 @@ #include <sys/types.h> #include <sys/bus.h> #include <pci/pcivar.h> -#include <opt_drm_linux.h> #endif /* __FreeBSD__ */ #include "dev/drm/tdfx.h" |