Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcmips/dev Cleanup includes



details:   https://anonhg.NetBSD.org/src/rev/62fdc101eddd
branches:  trunk
changeset: 339100:62fdc101eddd
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jun 26 22:15:33 2015 +0000

description:
Cleanup includes

diffstat:

 sys/arch/hpcmips/dev/mq200.c  |  10 ++++++----
 sys/arch/hpcmips/dev/ucbsnd.c |  12 ++++++------
 2 files changed, 12 insertions(+), 10 deletions(-)

diffs (69 lines):

diff -r 62b9a47fd730 -r 62fdc101eddd sys/arch/hpcmips/dev/mq200.c
--- a/sys/arch/hpcmips/dev/mq200.c      Fri Jun 26 22:14:01 2015 +0000
+++ b/sys/arch/hpcmips/dev/mq200.c      Fri Jun 26 22:15:33 2015 +0000
@@ -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/bus.h>
+#include <sys/device.h>
 #include <sys/kernel.h>
-#include <sys/device.h>
 #include <sys/systm.h>
 #include <sys/reboot.h>
 
@@ -42,8 +43,9 @@
 
 #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>
diff -r 62b9a47fd730 -r 62fdc101eddd sys/arch/hpcmips/dev/ucbsnd.c
--- a/sys/arch/hpcmips/dev/ucbsnd.c     Fri Jun 26 22:14:01 2015 +0000
+++ b/sys/arch/hpcmips/dev/ucbsnd.c     Fri Jun 26 22:15:33 2015 +0000
@@ -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,11 +48,11 @@
 #include <sys/device.h>
 #include <sys/proc.h>
 #include <sys/endian.h>
-
-#include <mips/cache.h>
+#include <sys/bus.h>
+#include <sys/intr.h>
 
-#include <machine/bus.h>
-#include <machine/intr.h>
+#include <mips/locore.h>
+#include <mips/cache.h>
 
 #include <hpcmips/tx/tx39var.h>
 #include <hpcmips/tx/tx39sibvar.h>



Home | Main Index | Thread Index | Old Index