summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/mpc85xx/atpic.c
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2011-07-31 18:30:38 +0000
committermarcel <marcel@FreeBSD.org>2011-07-31 18:30:38 +0000
commitec00651382dc56ac7f75d28a406d4a6528a011ad (patch)
tree71e7b73d0f907020cab5ff08f54bf6178757596e /sys/powerpc/mpc85xx/atpic.c
parentfbbb5e9d46dcb897925a6d42594b57a459d5f57d (diff)
downloadFreeBSD-src-ec00651382dc56ac7f75d28a406d4a6528a011ad.zip
FreeBSD-src-ec00651382dc56ac7f75d28a406d4a6528a011ad.tar.gz
Fix r222813: we need to include sys/cpuset.h. because the PIC interface
uses cpuset_t. While here, fix the redundant inclusion of sys/bus.h and order the includes. Approved by: re (blanket)
Diffstat (limited to 'sys/powerpc/mpc85xx/atpic.c')
-rw-r--r--sys/powerpc/mpc85xx/atpic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/powerpc/mpc85xx/atpic.c b/sys/powerpc/mpc85xx/atpic.c
index e1d0b39..a792e54 100644
--- a/sys/powerpc/mpc85xx/atpic.c
+++ b/sys/powerpc/mpc85xx/atpic.c
@@ -28,11 +28,11 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/bus.h>
+#include <sys/cpuset.h>
#include <sys/kernel.h>
#include <sys/module.h>
-#include <sys/bus.h>
#include <sys/rman.h>
-#include <sys/bus.h>
#include <machine/bus.h>
#include <machine/intr_machdep.h>
OpenPOWER on IntegriCloud