summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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