summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/machdep.c
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2005-02-04 06:58:09 +0000
committernjl <njl@FreeBSD.org>2005-02-04 06:58:09 +0000
commitcd2bcf063bd18c5ff50ca852e27f5b893244cfb9 (patch)
treeb29f32a7334fe37dfbef243ef413582b8eea2a82 /sys/powerpc/aim/machdep.c
parentf79e8556cb7862a6bd71622d2a6816ab8a2ed85e (diff)
downloadFreeBSD-src-cd2bcf063bd18c5ff50ca852e27f5b893244cfb9.zip
FreeBSD-src-cd2bcf063bd18c5ff50ca852e27f5b893244cfb9.tar.gz
Sort includes a little so that bus.h comes before cpu.h (for device_t).
Diffstat (limited to 'sys/powerpc/aim/machdep.c')
-rw-r--r--sys/powerpc/aim/machdep.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/powerpc/aim/machdep.c b/sys/powerpc/aim/machdep.c
index c54f336..5f225a6 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>
OpenPOWER on IntegriCloud