diff options
| author | Warner Losh <imp@FreeBSD.org> | 2004-05-27 15:21:51 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2004-05-27 15:21:51 +0000 |
| commit | 9a7be62a1c2932a17c144f048983f164d6ce68a6 (patch) | |
| tree | f8f5619487efdd3203489b8a3697434f618e42d0 /sys/dev/pccard | |
| parent | 44e0bc11b9a215954a8abb49466dec3d0c0158a8 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pccard')
| -rw-r--r-- | sys/dev/pccard/pccard_cis_quirks.c | 3 |
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 fae7dfafa28c..7e7bf519fa35 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 |
