diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-12-13 06:25:22 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-12-13 06:25:22 +0000 |
| commit | b76f687a7ea302911d7907ca0d924908b77e574f (patch) | |
| tree | 50da8b327f53c10aaf37a85db6c27906eca1c507 /sys/dev/aha | |
| parent | 641d2fddd3e5a89b76acb2aef9d2165877ae2dc4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/aha')
| -rw-r--r-- | sys/dev/aha/aha.c | 3 | ||||
| -rw-r--r-- | sys/dev/aha/aha_mca.c | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c index 3d7b396ebe72..d42a3e8f16b6 100644 --- a/sys/dev/aha/aha.c +++ b/sys/dev/aha/aha.c @@ -74,9 +74,6 @@ #include <cam/scsi/scsi_message.h> -#include <vm/vm.h> -#include <vm/pmap.h> - #include <dev/aha/ahareg.h> struct aha_softc *aha_softcs[NAHATOT]; diff --git a/sys/dev/aha/aha_mca.c b/sys/dev/aha/aha_mca.c index 8840db3b622c..fa4b75736503 100644 --- a/sys/dev/aha/aha_mca.c +++ b/sys/dev/aha/aha_mca.c @@ -30,7 +30,6 @@ #include <sys/types.h> #include <sys/param.h> -#include <sys/systm.h> #include <sys/kernel.h> #include <sys/module.h> |
