summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-06-16 21:50:42 +0000
committerdes <des@FreeBSD.org>2002-06-16 21:50:42 +0000
commit18da528719b1fc6a13cc5feaf5032bd18c4ec962 (patch)
tree27d5d4ec5b76c2c62742488ae1e6ffd2bc0743a0 /sys/dev/drm
parent71c3687248cb3f7f75bea80ea79927fdb3156494 (diff)
downloadFreeBSD-src-18da528719b1fc6a13cc5feaf5032bd18c4ec962.zip
FreeBSD-src-18da528719b1fc6a13cc5feaf5032bd18c4ec962.tar.gz
Remove <sys/select.h> to unbreak the build. I'm not sure if this affects
the functionality of the drm module, but hopefully it will tide us over until Eric can take a look at it.
Diffstat (limited to 'sys/dev/drm')
-rw-r--r--sys/dev/drm/drm_os_freebsd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/drm/drm_os_freebsd.h b/sys/dev/drm/drm_os_freebsd.h
index 7672f18..5cd7056 100644
--- a/sys/dev/drm/drm_os_freebsd.h
+++ b/sys/dev/drm/drm_os_freebsd.h
@@ -17,7 +17,6 @@
#include <sys/uio.h>
#include <sys/filio.h>
#include <sys/sysctl.h>
-#include <sys/select.h>
#include <vm/vm.h>
#include <vm/pmap.h>
#include <machine/pmap.h>
OpenPOWER on IntegriCloud