summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
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/sparc64
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/sparc64')
-rw-r--r--sys/sparc64/sparc64/machdep.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/sparc64/sparc64/machdep.c b/sys/sparc64/sparc64/machdep.c
index 7fe6acd..9e14f06 100644
--- a/sys/sparc64/sparc64/machdep.c
+++ b/sys/sparc64/sparc64/machdep.c
@@ -43,8 +43,11 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/cons.h>
+#include <sys/bio.h>
+#include <sys/buf.h>
+#include <sys/bus.h>
#include <sys/cpu.h>
+#include <sys/cons.h>
#include <sys/imgact.h>
#include <sys/kdb.h>
#include <sys/kernel.h>
@@ -57,9 +60,6 @@
#include <sys/pcpu.h>
#include <sys/proc.h>
#include <sys/reboot.h>
-#include <sys/bio.h>
-#include <sys/buf.h>
-#include <sys/bus.h>
#include <sys/eventhandler.h>
#include <sys/interrupt.h>
#include <sys/ptrace.h>
OpenPOWER on IntegriCloud