summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-05-27 15:21:51 +0000
committerimp <imp@FreeBSD.org>2004-05-27 15:21:51 +0000
commit4856005c33c0f114fe43e61425bd20ff78cd98ba (patch)
treef8f5619487efdd3203489b8a3697434f618e42d0
parent3f7eee77ac3ad1673fa699b9215c25e3e5b0fe9e (diff)
downloadFreeBSD-src-4856005c33c0f114fe43e61425bd20ff78cd98ba.zip
FreeBSD-src-4856005c33c0f114fe43e61425bd20ff78cd98ba.tar.gz
Fixing disorder is the hardest thing in the world: Learn to sort :-)
Submitted by: bde
-rw-r--r--sys/dev/pccard/pccard_cis_quirks.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pccard/pccard_cis_quirks.c b/sys/dev/pccard/pccard_cis_quirks.c
index fae7dfa..7e7bf51 100644
--- a/sys/dev/pccard/pccard_cis_quirks.c
+++ b/sys/dev/pccard/pccard_cis_quirks.c
@@ -36,13 +36,14 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/bus.h>
-#include <sys/systm.h>
#include <sys/malloc.h>
+#include <sys/systm.h>
#include <machine/bus.h>
#include <dev/pccard/pccard_cis.h>
#include <dev/pccard/pccardvar.h>
+
#include "pccarddevs.h"
/* There are cards out there whose CIS flat-out lies. This file
OpenPOWER on IntegriCloud