diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-20 16:49:36 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-20 16:49:36 +0000 |
| commit | 90bf37e5e90ef964acfeda69452e11155d1ff04f (patch) | |
| tree | 416e5f8626afcf60dd4fb86623399c3a98f8dc4a /sys/dev/ncv | |
| parent | cf09d67418c72555b3d76e9d2fab8ef3e8fc96dc (diff) | |
Notes
Diffstat (limited to 'sys/dev/ncv')
| -rw-r--r-- | sys/dev/ncv/ncr53c500_pccard.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/dev/ncv/ncr53c500_pccard.c b/sys/dev/ncv/ncr53c500_pccard.c index 670965fec376..8da62718abde 100644 --- a/sys/dev/ncv/ncr53c500_pccard.c +++ b/sys/dev/ncv/ncr53c500_pccard.c @@ -39,17 +39,9 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/disklabel.h> -#if defined(__FreeBSD__) && __FreeBSD_version >= 500001 -#include <sys/bio.h> -#endif -#include <sys/buf.h> -#include <sys/queue.h> #include <sys/malloc.h> #include <sys/errno.h> -#include <vm/vm.h> - #include <machine/bus.h> #include <machine/bus_pio.h> #include <machine/dvcfg.h> |
