diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-10-29 18:09:36 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-10-29 18:09:36 +0000 |
| commit | 923502ff91327138aa9ef1d59ea7044d2936e0ef (patch) | |
| tree | 54ae4dddde04dac71ef8349b9ecc3e6ad3401152 /sys/alpha/pci | |
| parent | 83cc7ae865521464a7c6df85b0cdaed75263c35b (diff) | |
Notes
Diffstat (limited to 'sys/alpha/pci')
| -rw-r--r-- | sys/alpha/pci/apecs.c | 1 | ||||
| -rw-r--r-- | sys/alpha/pci/cia.c | 1 | ||||
| -rw-r--r-- | sys/alpha/pci/lca.c | 1 | ||||
| -rw-r--r-- | sys/alpha/pci/tsunami.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/sys/alpha/pci/apecs.c b/sys/alpha/pci/apecs.c index 2f8a23997146..8b4ae9dd1897 100644 --- a/sys/alpha/pci/apecs.c +++ b/sys/alpha/pci/apecs.c @@ -77,7 +77,6 @@ #include <machine/sgmap.h> #include <vm/vm.h> -#include <vm/vm_prot.h> #include <vm/vm_page.h> #define KV(pa) ALPHA_PHYS_TO_K0SEG(pa) diff --git a/sys/alpha/pci/cia.c b/sys/alpha/pci/cia.c index 4251e06be6fd..f89de155719a 100644 --- a/sys/alpha/pci/cia.c +++ b/sys/alpha/pci/cia.c @@ -114,7 +114,6 @@ #include <machine/sgmap.h> #include <vm/vm.h> -#include <vm/vm_prot.h> #include <vm/vm_page.h> #define KV(pa) ALPHA_PHYS_TO_K0SEG(pa) diff --git a/sys/alpha/pci/lca.c b/sys/alpha/pci/lca.c index a510004ada97..59513327e8a3 100644 --- a/sys/alpha/pci/lca.c +++ b/sys/alpha/pci/lca.c @@ -46,7 +46,6 @@ #include <machine/sgmap.h> #include <vm/vm.h> -#include <vm/vm_prot.h> #include <vm/vm_page.h> #define KV(pa) ALPHA_PHYS_TO_K0SEG(pa) diff --git a/sys/alpha/pci/tsunami.c b/sys/alpha/pci/tsunami.c index 5468a62ca0df..32fbdcb375a7 100644 --- a/sys/alpha/pci/tsunami.c +++ b/sys/alpha/pci/tsunami.c @@ -51,7 +51,6 @@ #include <machine/sgmap.h> #include <vm/vm.h> -#include <vm/vm_prot.h> #include <vm/vm_page.h> #define KV(pa) ALPHA_PHYS_TO_K0SEG(pa) |
