summaryrefslogtreecommitdiffstats
path: root/sys/arm
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/arm
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/arm')
-rw-r--r--sys/arm/arm/machdep.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arm/arm/machdep.c b/sys/arm/arm/machdep.c
index 06d33c3..b6f229b 100644
--- a/sys/arm/arm/machdep.c
+++ b/sys/arm/arm/machdep.c
@@ -48,6 +48,9 @@ __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/sysproto.h>
#include <sys/signalvar.h>
@@ -61,8 +64,6 @@ __FBSDID("$FreeBSD$");
#include <sys/proc.h>
#include <sys/ptrace.h>
#include <sys/cons.h>
-#include <sys/bio.h>
-#include <sys/buf.h>
#include <sys/exec.h>
#include <sys/sysent.h>
#include <sys/uio.h>
OpenPOWER on IntegriCloud