Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips #include <mips/locore.h> and other include cle...



details:   https://anonhg.NetBSD.org/src/rev/250f4c4e7922
branches:  trunk
changeset: 809244:250f4c4e7922
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jun 26 22:20:58 2015 +0000

description:
#include <mips/locore.h> and other include cleanups.

diffstat:

 sys/arch/mips/adm5120/dev/admpci.c     |  9 +++------
 sys/arch/mips/atheros/dev/arpci.c      |  6 ++++--
 sys/arch/mips/atheros/dev/ohci_arbus.c |  7 ++++---
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (93 lines):

diff -r 61791faa6974 -r 250f4c4e7922 sys/arch/mips/adm5120/dev/admpci.c
--- a/sys/arch/mips/adm5120/dev/admpci.c        Fri Jun 26 22:17:59 2015 +0000
+++ b/sys/arch/mips/adm5120/dev/admpci.c        Fri Jun 26 22:20:58 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: admpci.c,v 1.11 2014/06/28 10:25:16 skrll Exp $ */
+/* $NetBSD: admpci.c,v 1.12 2015/06/26 22:20:58 matt Exp $ */
 
 /*-
  * Copyright (c) 2007 David Young.  All rights reserved.
@@ -61,13 +61,12 @@
 #include "pci.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: admpci.c,v 1.11 2014/06/28 10:25:16 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: admpci.c,v 1.12 2015/06/26 22:20:58 matt Exp $");
 
+#include <sys/param.h>
 #include <sys/types.h>
 #include <sys/bus.h>
 #include <sys/cpu.h>
-
-#include <sys/param.h>
 #include <sys/time.h>
 #include <sys/systm.h>
 #include <sys/errno.h>
@@ -85,8 +84,6 @@
 #include <mips/cache.h>
 #endif
 
-#include <mips/pte.h>
-
 #include <mips/adm5120/include/adm5120_mainbusvar.h>
 #include <mips/adm5120/include/adm5120reg.h>
 #include <mips/adm5120/include/adm5120var.h>
diff -r 61791faa6974 -r 250f4c4e7922 sys/arch/mips/atheros/dev/arpci.c
--- a/sys/arch/mips/atheros/dev/arpci.c Fri Jun 26 22:17:59 2015 +0000
+++ b/sys/arch/mips/atheros/dev/arpci.c Fri Jun 26 22:20:58 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: arpci.c,v 1.3 2014/03/29 19:28:29 christos Exp $       */
+/*     $NetBSD: arpci.c,v 1.4 2015/06/26 22:20:58 matt Exp $   */
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -30,7 +30,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: arpci.c,v 1.3 2014/03/29 19:28:29 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: arpci.c,v 1.4 2015/06/26 22:20:58 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -38,6 +38,8 @@
 
 #include <dev/pci/pcivar.h>
 
+#include <mips/locore.h>
+
 #include <mips/atheros/include/arbusvar.h>
 #include <mips/atheros/include/ar9344reg.h>
 
diff -r 61791faa6974 -r 250f4c4e7922 sys/arch/mips/atheros/dev/ohci_arbus.c
--- a/sys/arch/mips/atheros/dev/ohci_arbus.c    Fri Jun 26 22:17:59 2015 +0000
+++ b/sys/arch/mips/atheros/dev/ohci_arbus.c    Fri Jun 26 22:20:58 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ohci_arbus.c,v 1.1 2011/07/07 05:06:44 matt Exp $      */
+/*     $NetBSD: ohci_arbus.c,v 1.2 2015/06/26 22:20:58 matt Exp $      */
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2002, 2003 The NetBSD Foundation, Inc.
@@ -32,12 +32,11 @@
 #include "locators.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ohci_arbus.c,v 1.1 2011/07/07 05:06:44 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci_arbus.c,v 1.2 2015/06/26 22:20:58 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/device.h>
-
 #include <sys/bus.h>
 
 #include <dev/usb/usb.h>   
@@ -48,6 +47,8 @@
 #include <dev/usb/ohcireg.h>
 #include <dev/usb/ohcivar.h>
 
+#include <mips/locore.h>
+
 #include <mips/atheros/include/arbusvar.h>
 
 static int     ohci_arbus_match(device_t, cfdata_t, void *);



Home | Main Index | Thread Index | Old Index