summaryrefslogtreecommitdiff
path: root/sys/dev/drm
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2002-04-28 04:58:40 +0000
committerEric Anholt <anholt@FreeBSD.org>2002-04-28 04:58:40 +0000
commit67a2a28fe4d538923a18aab45d2dc8581dee9dca (patch)
tree381c9e7f7e17acca286dce174f87a487fa76b5ac /sys/dev/drm
parentf76dbb6f5ee5ff7bf59a36ec8042867ecc91f7eb (diff)
Notes
Diffstat (limited to 'sys/dev/drm')
-rw-r--r--sys/dev/drm/gamma_drv.c1
-rw-r--r--sys/dev/drm/mga_drv.c1
-rw-r--r--sys/dev/drm/r128_drv.c1
-rw-r--r--sys/dev/drm/radeon_drv.c1
-rw-r--r--sys/dev/drm/tdfx_drv.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/drm/gamma_drv.c b/sys/dev/drm/gamma_drv.c
index 7defc26cd465..b94d4834f4ab 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 62728a249c5e..d781f6eab330 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 e6ce5fd7db4e..f79237fb7aab 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 dc9b083946df..15a5563b96ed 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 ecf7db235ea6..359cfc2fd0db 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"