aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2005-02-04 06:58:09 +0000
committerNate Lawson <njl@FreeBSD.org>2005-02-04 06:58:09 +0000
commita287c0ffaf1639389408eff775f33dd479f4fa01 (patch)
treeb29f32a7334fe37dfbef243ef413582b8eea2a82 /sys/powerpc
parent6fb59928a69e634f728c1bda9867e94957062bee (diff)
downloadsrc-a287c0ffaf1639389408eff775f33dd479f4fa01.tar.gz
src-a287c0ffaf1639389408eff775f33dd479f4fa01.zip
Sort includes a little so that bus.h comes before cpu.h (for device_t).
Notes
Notes: svn path=/head/; revision=141249
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/aim/machdep.c8
-rw-r--r--sys/powerpc/powerpc/machdep.c8
2 files changed, 8 insertions, 8 deletions
diff --git a/sys/powerpc/aim/machdep.c b/sys/powerpc/aim/machdep.c
index c54f3363b23f..5f225a66df6a 100644
--- a/sys/powerpc/aim/machdep.c
+++ b/sys/powerpc/aim/machdep.c
@@ -64,9 +64,12 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/bio.h>
+#include <sys/buf.h>
+#include <sys/bus.h>
#include <sys/cpu.h>
-#include <sys/kdb.h>
#include <sys/eventhandler.h>
+#include <sys/kdb.h>
#include <sys/imgact.h>
#include <sys/sysproto.h>
#include <sys/lock.h>
@@ -77,9 +80,6 @@ __FBSDID("$FreeBSD$");
#include <sys/proc.h>
#include <sys/malloc.h>
#include <sys/reboot.h>
-#include <sys/bio.h>
-#include <sys/buf.h>
-#include <sys/bus.h>
#include <sys/mbuf.h>
#include <sys/vmmeter.h>
#include <sys/msgbuf.h>
diff --git a/sys/powerpc/powerpc/machdep.c b/sys/powerpc/powerpc/machdep.c
index c54f3363b23f..5f225a66df6a 100644
--- a/sys/powerpc/powerpc/machdep.c
+++ b/sys/powerpc/powerpc/machdep.c
@@ -64,9 +64,12 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/bio.h>
+#include <sys/buf.h>
+#include <sys/bus.h>
#include <sys/cpu.h>
-#include <sys/kdb.h>
#include <sys/eventhandler.h>
+#include <sys/kdb.h>
#include <sys/imgact.h>
#include <sys/sysproto.h>
#include <sys/lock.h>
@@ -77,9 +80,6 @@ __FBSDID("$FreeBSD$");
#include <sys/proc.h>
#include <sys/malloc.h>
#include <sys/reboot.h>
-#include <sys/bio.h>
-#include <sys/buf.h>
-#include <sys/bus.h>
#include <sys/mbuf.h>
#include <sys/vmmeter.h>
#include <sys/msgbuf.h>