aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2019-12-01 03:56:18 +0000
committerKyle Evans <kevans@FreeBSD.org>2019-12-01 03:56:18 +0000
commitac3f30a4291c28d4cc39a9623f0d251290bc3afd (patch)
treeccc18b1bcff4173feb2fe6d292e8d7af057c46d1 /sys/dev/usb
parent5fe188b1e82b1b84f3c5b6801b83fad08f5f52b6 (diff)
downloadsrc-ac3f30a4291c28d4cc39a9623f0d251290bc3afd.tar.gz
src-ac3f30a4291c28d4cc39a9623f0d251290bc3afd.zip
usb: remove some extraneous tty.h includes
Notes
Notes: svn path=/head/; revision=355257
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/input/uep.c1
-rw-r--r--sys/dev/usb/input/ukbd.c1
-rw-r--r--sys/dev/usb/input/ums.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/usb/input/uep.c b/sys/dev/usb/input/uep.c
index 3412a2bde95f..c5b37dd48d8d 100644
--- a/sys/dev/usb/input/uep.c
+++ b/sys/dev/usb/input/uep.c
@@ -57,7 +57,6 @@
#else
#include <sys/ioccom.h>
#include <sys/fcntl.h>
-#include <sys/tty.h>
#endif
#define USB_DEBUG_VAR uep_debug
diff --git a/sys/dev/usb/input/ukbd.c b/sys/dev/usb/input/ukbd.c
index ea586990f082..2d94c1a1f1a6 100644
--- a/sys/dev/usb/input/ukbd.c
+++ b/sys/dev/usb/input/ukbd.c
@@ -80,7 +80,6 @@ __FBSDID("$FreeBSD$");
#include <sys/ioccom.h>
#include <sys/filio.h>
-#include <sys/tty.h>
#include <sys/kbio.h>
#include <dev/kbd/kbdreg.h>
diff --git a/sys/dev/usb/input/ums.c b/sys/dev/usb/input/ums.c
index b2f777236a7c..40b7a8aed774 100644
--- a/sys/dev/usb/input/ums.c
+++ b/sys/dev/usb/input/ums.c
@@ -79,7 +79,6 @@ __FBSDID("$FreeBSD$");
#include <sys/ioccom.h>
#include <sys/filio.h>
-#include <sys/tty.h>
#include <sys/mouse.h>
#ifdef USB_DEBUG