Cleanup includes
This commit is contained in:
parent
250ae0730b
commit
96b3e92521
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: mq200.c,v 1.31 2012/10/27 17:17:52 chs Exp $ */
|
||||
/* $NetBSD: mq200.c,v 1.32 2015/06/26 22:15:33 matt Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2000, 2001 TAKEMURA Shin
|
||||
|
@ -30,11 +30,12 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: mq200.c,v 1.31 2012/10/27 17:17:52 chs Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: mq200.c,v 1.32 2015/06/26 22:15:33 matt Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/bus.h>
|
||||
#include <sys/device.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/reboot.h>
|
||||
|
||||
|
@ -42,8 +43,9 @@ __KERNEL_RCSID(0, "$NetBSD: mq200.c,v 1.31 2012/10/27 17:17:52 chs Exp $");
|
|||
|
||||
#include <dev/wscons/wsconsio.h>
|
||||
|
||||
#include <mips/locore.h>
|
||||
|
||||
#include <machine/bootinfo.h>
|
||||
#include <machine/bus.h>
|
||||
#include <machine/autoconf.h>
|
||||
#include <machine/config_hook.h>
|
||||
#include <machine/platid.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: ucbsnd.c,v 1.23 2014/07/25 08:10:33 dholland Exp $ */
|
||||
/* $NetBSD: ucbsnd.c,v 1.24 2015/06/26 22:16:27 matt Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2000 The NetBSD Foundation, Inc.
|
||||
|
@ -37,7 +37,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: ucbsnd.c,v 1.23 2014/07/25 08:10:33 dholland Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: ucbsnd.c,v 1.24 2015/06/26 22:16:27 matt Exp $");
|
||||
|
||||
#include "opt_use_poll.h"
|
||||
|
||||
|
@ -48,12 +48,12 @@ __KERNEL_RCSID(0, "$NetBSD: ucbsnd.c,v 1.23 2014/07/25 08:10:33 dholland Exp $")
|
|||
#include <sys/device.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/endian.h>
|
||||
#include <sys/bus.h>
|
||||
#include <sys/intr.h>
|
||||
|
||||
#include <mips/locore.h>
|
||||
#include <mips/cache.h>
|
||||
|
||||
#include <machine/bus.h>
|
||||
#include <machine/intr.h>
|
||||
|
||||
#include <hpcmips/tx/tx39var.h>
|
||||
#include <hpcmips/tx/tx39sibvar.h>
|
||||
#include <hpcmips/tx/tx39sibreg.h>
|
||||
|
|
Loading…
Reference in New Issue