summaryrefslogtreecommitdiffstats
path: root/sys/dev/awi
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-05-27 03:49:45 +0000
committerimp <imp@FreeBSD.org>2004-05-27 03:49:45 +0000
commit5f2befc69afb945e4cfd4be27ee1ebcaa57e32c6 (patch)
tree03c5a44a01738f0202b18c0c101b670a5d3fb47c /sys/dev/awi
parentab185f085d5b6e04f5f08fa62e0571a18f1870cc (diff)
downloadFreeBSD-src-5f2befc69afb945e4cfd4be27ee1ebcaa57e32c6.zip
FreeBSD-src-5f2befc69afb945e4cfd4be27ee1ebcaa57e32c6.tar.gz
Fix disordering of pccarddevs.h noticed by bde. Also remove a few
redundant includes and fix some of the include disordering. Submitted by: bde
Diffstat (limited to 'sys/dev/awi')
-rw-r--r--sys/dev/awi/if_awi_pccard.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/awi/if_awi_pccard.c b/sys/dev/awi/if_awi_pccard.c
index 770e3b4..683790a 100644
--- a/sys/dev/awi/if_awi_pccard.c
+++ b/sys/dev/awi/if_awi_pccard.c
@@ -51,8 +51,9 @@ __FBSDID("$FreeBSD$");
#include <dev/awi/awivar.h>
#include <dev/pccard/pccardvar.h>
-#include "pccarddevs.h"
+
#include "card_if.h"
+#include "pccarddevs.h"
struct awi_pccard_softc {
struct awi_softc sc_awi;
OpenPOWER on IntegriCloud