summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/dev/usb/input/ukbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/dev/usb/input/ukbd.c')
-rw-r--r--freebsd/sys/dev/usb/input/ukbd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/freebsd/sys/dev/usb/input/ukbd.c b/freebsd/sys/dev/usb/input/ukbd.c
index 5cb2636c..76fe76b6 100644
--- a/freebsd/sys/dev/usb/input/ukbd.c
+++ b/freebsd/sys/dev/usb/input/ukbd.c
@@ -41,7 +41,6 @@ __FBSDID("$FreeBSD$");
* HID spec: http://www.usb.org/developers/devclass_docs/HID1_11.pdf
*/
-#include <rtems/bsd/local/opt_compat.h>
#include <rtems/bsd/local/opt_kbd.h>
#include <rtems/bsd/local/opt_ukbd.h>
#include <rtems/bsd/local/opt_evdev.h>