These don't need <sys/tty.h>.

This commit is contained in:
uebayasi 2009-03-09 15:59:33 +00:00
parent f385dfc57f
commit 143d2214bf
6 changed files with 12 additions and 18 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: uaudio.c,v 1.114 2008/06/28 09:14:56 kent Exp $ */
/* $NetBSD: uaudio.c,v 1.115 2009/03/09 15:59:33 uebayasi Exp $ */
/*
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: uaudio.c,v 1.114 2008/06/28 09:14:56 kent Exp $");
__KERNEL_RCSID(0, "$NetBSD: uaudio.c,v 1.115 2009/03/09 15:59:33 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -45,7 +45,6 @@ __KERNEL_RCSID(0, "$NetBSD: uaudio.c,v 1.114 2008/06/28 09:14:56 kent Exp $");
#include <sys/malloc.h>
#include <sys/device.h>
#include <sys/ioctl.h>
#include <sys/tty.h>
#include <sys/file.h>
#include <sys/reboot.h> /* for bootverbose */
#include <sys/select.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ukbd.c,v 1.102 2009/01/11 10:56:27 cegger Exp $ */
/* $NetBSD: ukbd.c,v 1.103 2009/03/09 15:59:33 uebayasi Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ukbd.c,v 1.102 2009/01/11 10:56:27 cegger Exp $");
__KERNEL_RCSID(0, "$NetBSD: ukbd.c,v 1.103 2009/03/09 15:59:33 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -43,7 +43,6 @@ __KERNEL_RCSID(0, "$NetBSD: ukbd.c,v 1.102 2009/01/11 10:56:27 cegger Exp $");
#include <sys/kernel.h>
#include <sys/device.h>
#include <sys/ioctl.h>
#include <sys/tty.h>
#include <sys/file.h>
#include <sys/select.h>
#include <sys/proc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ums.c,v 1.73 2008/05/24 16:40:58 cube Exp $ */
/* $NetBSD: ums.c,v 1.74 2009/03/09 15:59:33 uebayasi Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ums.c,v 1.73 2008/05/24 16:40:58 cube Exp $");
__KERNEL_RCSID(0, "$NetBSD: ums.c,v 1.74 2009/03/09 15:59:33 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -43,7 +43,6 @@ __KERNEL_RCSID(0, "$NetBSD: ums.c,v 1.73 2008/05/24 16:40:58 cube Exp $");
#include <sys/malloc.h>
#include <sys/device.h>
#include <sys/ioctl.h>
#include <sys/tty.h>
#include <sys/file.h>
#include <sys/select.h>
#include <sys/proc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: uscanner.c,v 1.64 2009/01/22 16:12:43 cegger Exp $ */
/* $NetBSD: uscanner.c,v 1.65 2009/03/09 15:59:33 uebayasi Exp $ */
/*
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: uscanner.c,v 1.64 2009/01/22 16:12:43 cegger Exp $");
__KERNEL_RCSID(0, "$NetBSD: uscanner.c,v 1.65 2009/03/09 15:59:33 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -47,7 +47,6 @@ __KERNEL_RCSID(0, "$NetBSD: uscanner.c,v 1.64 2009/01/22 16:12:43 cegger Exp $")
#include <sys/fcntl.h>
#include <sys/filio.h>
#endif
#include <sys/tty.h>
#include <sys/file.h>
#if defined(__FreeBSD__) && __FreeBSD_version >= 500014
#include <sys/selinfo.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: uvideo.c,v 1.28 2009/02/18 00:27:21 jmcneill Exp $ */
/* $NetBSD: uvideo.c,v 1.29 2009/03/09 15:59:33 uebayasi Exp $ */
/*
* Copyright (c) 2008 Patrick Mahoney
@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: uvideo.c,v 1.28 2009/02/18 00:27:21 jmcneill Exp $");
__KERNEL_RCSID(0, "$NetBSD: uvideo.c,v 1.29 2009/03/09 15:59:33 uebayasi Exp $");
#ifdef _MODULE
#include <sys/module.h>
@ -56,7 +56,6 @@ __KERNEL_RCSID(0, "$NetBSD: uvideo.c,v 1.28 2009/02/18 00:27:21 jmcneill Exp $")
#include <sys/device.h>
#include <sys/ioctl.h>
#include <sys/uio.h>
#include <sys/tty.h>
#include <sys/file.h>
#include <sys/select.h>
#include <sys/proc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: uyap.c,v 1.14 2008/05/24 16:40:58 cube Exp $ */
/* $NetBSD: uyap.c,v 1.15 2009/03/09 15:59:33 uebayasi Exp $ */
/*
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -30,14 +30,13 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: uyap.c,v 1.14 2008/05/24 16:40:58 cube Exp $");
__KERNEL_RCSID(0, "$NetBSD: uyap.c,v 1.15 2009/03/09 15:59:33 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/device.h>
#include <sys/conf.h>
#include <sys/tty.h>
#include <dev/usb/usb.h>
#include <dev/usb/usbdi.h>