Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2019 03:56:18 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r355257 - head/sys/dev/usb/input
Message-ID:  <201912010356.xB13uIH1027417@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912010356.xB13uIH1027417>