svn commit: r355257 - head/sys/dev/usb/input

Kyle Evans kevans at FreeBSD.org
Sun Dec 1 03:56:19 UTC 2019


Author: kevans
Date: Sun Dec  1 03:56:18 2019
New Revision: 355257
URL: https://svnweb.freebsd.org/changeset/base/355257

Log:
  usb: remove some extraneous tty.h includes

Modified:
  head/sys/dev/usb/input/uep.c
  head/sys/dev/usb/input/ukbd.c
  head/sys/dev/usb/input/ums.c

Modified: head/sys/dev/usb/input/uep.c
==============================================================================
--- head/sys/dev/usb/input/uep.c	Sun Dec  1 00:35:08 2019	(r355256)
+++ head/sys/dev/usb/input/uep.c	Sun Dec  1 03:56:18 2019	(r355257)
@@ -57,7 +57,6 @@
 #else
 #include <sys/ioccom.h>
 #include <sys/fcntl.h>
-#include <sys/tty.h>
 #endif
 
 #define USB_DEBUG_VAR uep_debug

Modified: head/sys/dev/usb/input/ukbd.c
==============================================================================
--- head/sys/dev/usb/input/ukbd.c	Sun Dec  1 00:35:08 2019	(r355256)
+++ head/sys/dev/usb/input/ukbd.c	Sun Dec  1 03:56:18 2019	(r355257)
@@ -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>

Modified: head/sys/dev/usb/input/ums.c
==============================================================================
--- head/sys/dev/usb/input/ums.c	Sun Dec  1 00:35:08 2019	(r355256)
+++ head/sys/dev/usb/input/ums.c	Sun Dec  1 03:56:18 2019	(r355257)
@@ -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


More information about the svn-src-all mailing list