Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/atheros Use <sys/bus.h> not <machine/bus.h>.
details: https://anonhg.NetBSD.org/src/rev/e21a49da2be9
branches: trunk
changeset: 767084:e21a49da2be9
user: dyoung <dyoung%NetBSD.org@localhost>
date: Fri Jul 08 18:49:27 2011 +0000
description:
Use <sys/bus.h> not <machine/bus.h>.
diffstat:
sys/arch/mips/atheros/ar_intr.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r f0343fc52d09 -r e21a49da2be9 sys/arch/mips/atheros/ar_intr.c
--- a/sys/arch/mips/atheros/ar_intr.c Fri Jul 08 18:48:55 2011 +0000
+++ b/sys/arch/mips/atheros/ar_intr.c Fri Jul 08 18:49:27 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ar_intr.c,v 1.1 2011/07/07 05:06:44 matt Exp $ */
+/* $NetBSD: ar_intr.c,v 1.2 2011/07/08 18:49:27 dyoung Exp $ */
/*
* Copyright (c) 2006 Urbana-Champaign Independent Media Center.
* Copyright (c) 2006 Garrett D'Amore.
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ar_intr.c,v 1.1 2011/07/07 05:06:44 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ar_intr.c,v 1.2 2011/07/08 18:49:27 dyoung Exp $");
#define __INTR_PRIVATE
@@ -51,8 +51,8 @@
#include <sys/systm.h>
#include <sys/device.h>
#include <sys/kernel.h>
+#include <sys/bus.h>
-#include <machine/bus.h>
#include <machine/intr.h>
#include <mips/locore.h>
Home |
Main Index |
Thread Index |
Old Index