diff options
author | imp <imp@FreeBSD.org> | 2004-05-27 03:49:45 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2004-05-27 03:49:45 +0000 |
commit | 5f2befc69afb945e4cfd4be27ee1ebcaa57e32c6 (patch) | |
tree | 03c5a44a01738f0202b18c0c101b670a5d3fb47c /sys/dev/cs/if_cs_pccard.c | |
parent | ab185f085d5b6e04f5f08fa62e0571a18f1870cc (diff) | |
download | FreeBSD-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/cs/if_cs_pccard.c')
-rw-r--r-- | sys/dev/cs/if_cs_pccard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cs/if_cs_pccard.c b/sys/dev/cs/if_cs_pccard.c index 69750e0..721a49a 100644 --- a/sys/dev/cs/if_cs_pccard.c +++ b/sys/dev/cs/if_cs_pccard.c @@ -45,9 +45,9 @@ __FBSDID("$FreeBSD$"); #include <dev/cs/if_csvar.h> #include <dev/cs/if_csreg.h> #include <dev/pccard/pccardvar.h> -#include "pccarddevs.h" #include "card_if.h" +#include "pccarddevs.h" static const struct pccard_product cs_pccard_products[] = { PCMCIA_CARD(IBM, ETHERJET, 0), |