summaryrefslogtreecommitdiffstats
path: root/sys/dev/an
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/an
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/an')
-rw-r--r--sys/dev/an/if_an_pccard.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/an/if_an_pccard.c b/sys/dev/an/if_an_pccard.c
index ad9c6f4..7b22eac 100644
--- a/sys/dev/an/if_an_pccard.c
+++ b/sys/dev/an/if_an_pccard.c
@@ -66,13 +66,14 @@ __FBSDID("$FreeBSD$");
#include <net/if_types.h>
#include <net/if_media.h>
+#include <dev/an/if_aironet_ieee.h>
+#include <dev/an/if_anreg.h>
+
#include <dev/pccard/pccardvar.h>
+
#include "pccarddevs.h"
#include "card_if.h"
-#include <dev/an/if_aironet_ieee.h>
-#include <dev/an/if_anreg.h>
-
/*
* Support for PCMCIA cards.
*/
OpenPOWER on IntegriCloud