Module Name: src
Committed By: dyoung
Date: Fri Jul 8 18:49:27 UTC 2011
Modified Files:
src/sys/arch/mips/atheros: ar_intr.c
Log Message:
Use <sys/bus.h> not <machine/bus.h>.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/mips/atheros/ar_intr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/atheros/ar_intr.c
diff -u src/sys/arch/mips/atheros/ar_intr.c:1.1 src/sys/arch/mips/atheros/ar_intr.c:1.2
--- src/sys/arch/mips/atheros/ar_intr.c:1.1 Thu Jul 7 05:06:44 2011
+++ src/sys/arch/mips/atheros/ar_intr.c Fri Jul 8 18:49:27 2011
@@ -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>