diff options
| author | Svatopluk Kraus <skra@FreeBSD.org> | 2016-02-22 09:02:20 +0000 |
|---|---|---|
| committer | Svatopluk Kraus <skra@FreeBSD.org> | 2016-02-22 09:02:20 +0000 |
| commit | a1e1814d763ae0dd1c50a85bbd6884969ed26126 (patch) | |
| tree | 556a460f8cc515163546f02c872c1deb001fb20c /sys/dev | |
| parent | ed3960349bd87a4f3f3d9a1189b5425ec677797e (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ce/if_ce.c | 1 | ||||
| -rw-r--r-- | sys/dev/cp/if_cp.c | 1 | ||||
| -rw-r--r-- | sys/dev/drm/drmP.h | 1 | ||||
| -rw-r--r-- | sys/dev/drm2/drmP.h | 1 | ||||
| -rw-r--r-- | sys/dev/fb/machfb.c | 1 | ||||
| -rw-r--r-- | sys/dev/isci/isci_oem_parameters.c | 1 | ||||
| -rw-r--r-- | sys/dev/ntb/if_ntb/if_ntb.c | 1 | ||||
| -rw-r--r-- | sys/dev/ntb/ntb_hw/ntb_hw.c | 1 | ||||
| -rw-r--r-- | sys/dev/pms/freebsd/driver/ini/src/agtiapi.c | 1 | ||||
| -rw-r--r-- | sys/dev/rt/if_rt.c | 1 | ||||
| -rw-r--r-- | sys/dev/siba/siba_pcib.c | 1 | ||||
| -rw-r--r-- | sys/dev/vt/hw/efifb/efifb.c | 1 |
12 files changed, 0 insertions, 12 deletions
diff --git a/sys/dev/ce/if_ce.c b/sys/dev/ce/if_ce.c index 8ef3e1ef3884..85b9fce33017 100644 --- a/sys/dev/ce/if_ce.c +++ b/sys/dev/ce/if_ce.c @@ -76,7 +76,6 @@ __FBSDID("$FreeBSD$"); #include <dev/ce/ceddk.h> #include <machine/cserial.h> #include <machine/resource.h> -#include <machine/pmap.h> /* If we don't have Cronyx's sppp version, we don't have fr support via sppp */ #ifndef PP_FR diff --git a/sys/dev/cp/if_cp.c b/sys/dev/cp/if_cp.c index 44791d022101..f1a120f52feb 100644 --- a/sys/dev/cp/if_cp.c +++ b/sys/dev/cp/if_cp.c @@ -67,7 +67,6 @@ __FBSDID("$FreeBSD$"); #include <dev/cp/cpddk.h> #include <machine/cserial.h> #include <machine/resource.h> -#include <machine/pmap.h> /* If we don't have Cronyx's sppp version, we don't have fr support via sppp */ #ifndef PP_FR diff --git a/sys/dev/drm/drmP.h b/sys/dev/drm/drmP.h index dc7d80404e53..33da6ff6e592 100644 --- a/sys/dev/drm/drmP.h +++ b/sys/dev/drm/drmP.h @@ -76,7 +76,6 @@ struct drm_file; #include <vm/vm_param.h> #include <vm/vm_phys.h> #include <machine/param.h> -#include <machine/pmap.h> #include <machine/bus.h> #include <machine/resource.h> #if defined(__i386__) || defined(__amd64__) diff --git a/sys/dev/drm2/drmP.h b/sys/dev/drm2/drmP.h index b3633c364913..86c7f94c3c3d 100644 --- a/sys/dev/drm2/drmP.h +++ b/sys/dev/drm2/drmP.h @@ -77,7 +77,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm_param.h> #include <vm/vm_phys.h> #include <machine/param.h> -#include <machine/pmap.h> #include <machine/bus.h> #include <machine/resource.h> #if defined(__i386__) || defined(__amd64__) diff --git a/sys/dev/fb/machfb.c b/sys/dev/fb/machfb.c index 368ff6a6a499..de1e98e9d66e 100644 --- a/sys/dev/fb/machfb.c +++ b/sys/dev/fb/machfb.c @@ -56,7 +56,6 @@ __FBSDID("$FreeBSD$"); #include <machine/bus.h> #include <machine/bus_private.h> #include <machine/ofw_machdep.h> -#include <machine/pmap.h> #include <machine/resource.h> #include <machine/sc_machdep.h> diff --git a/sys/dev/isci/isci_oem_parameters.c b/sys/dev/isci/isci_oem_parameters.c index d17698f1cdec..83234a2cce8c 100644 --- a/sys/dev/isci/isci_oem_parameters.c +++ b/sys/dev/isci/isci_oem_parameters.c @@ -34,7 +34,6 @@ __FBSDID("$FreeBSD$"); #include <dev/isci/isci.h> #include <vm/vm.h> #include <vm/pmap.h> -#include <machine/pmap.h> #include <machine/vmparam.h> #include <machine/pc/bios.h> #include <dev/isci/scil/scu_bios_definitions.h> diff --git a/sys/dev/ntb/if_ntb/if_ntb.c b/sys/dev/ntb/if_ntb/if_ntb.c index b28502f1d832..6684edd7d2f7 100644 --- a/sys/dev/ntb/if_ntb/if_ntb.c +++ b/sys/dev/ntb/if_ntb/if_ntb.c @@ -57,7 +57,6 @@ __FBSDID("$FreeBSD$"); #include <machine/bus.h> #include <machine/cpufunc.h> -#include <machine/pmap.h> #include <netinet/in.h> #include <netinet/ip.h> diff --git a/sys/dev/ntb/ntb_hw/ntb_hw.c b/sys/dev/ntb/ntb_hw/ntb_hw.c index 90b27a3f8b1f..cb8f27cd46ec 100644 --- a/sys/dev/ntb/ntb_hw/ntb_hw.c +++ b/sys/dev/ntb/ntb_hw/ntb_hw.c @@ -45,7 +45,6 @@ __FBSDID("$FreeBSD$"); #include <vm/pmap.h> #include <machine/bus.h> #include <machine/intr_machdep.h> -#include <machine/pmap.h> #include <machine/resource.h> #include <dev/pci/pcireg.h> #include <dev/pci/pcivar.h> diff --git a/sys/dev/pms/freebsd/driver/ini/src/agtiapi.c b/sys/dev/pms/freebsd/driver/ini/src/agtiapi.c index 0a500cb23bb6..fcdf6a39ecf8 100644 --- a/sys/dev/pms/freebsd/driver/ini/src/agtiapi.c +++ b/sys/dev/pms/freebsd/driver/ini/src/agtiapi.c @@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$"); #include <machine/resource.h> #include <vm/vm.h> // 1. for vtophys #include <vm/pmap.h> // 2. for vtophys -#include <machine/pmap.h> // 3. for vtophys (yes, three) #include <dev/pci/pcivar.h> // For pci_get macros #include <dev/pci/pcireg.h> #include <sys/endian.h> diff --git a/sys/dev/rt/if_rt.c b/sys/dev/rt/if_rt.c index 3d3a3f35623a..8057b2c6dcb4 100644 --- a/sys/dev/rt/if_rt.c +++ b/sys/dev/rt/if_rt.c @@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm_param.h> #include <vm/vm.h> #include <vm/pmap.h> -#include <machine/pmap.h> #include <sys/bus.h> #include <sys/rman.h> diff --git a/sys/dev/siba/siba_pcib.c b/sys/dev/siba/siba_pcib.c index cd755c030187..5780e62e8f29 100644 --- a/sys/dev/siba/siba_pcib.c +++ b/sys/dev/siba/siba_pcib.c @@ -47,7 +47,6 @@ __FBSDID("$FreeBSD$"); #include <machine/bus.h> #include <machine/cpu.h> #include <machine/pcb.h> -#include <machine/pmap.h> #include <dev/pci/pcireg.h> #include <dev/pci/pcivar.h> diff --git a/sys/dev/vt/hw/efifb/efifb.c b/sys/dev/vt/hw/efifb/efifb.c index 4184f776271d..bd983e37c686 100644 --- a/sys/dev/vt/hw/efifb/efifb.c +++ b/sys/dev/vt/hw/efifb/efifb.c @@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$"); #include <machine/vmparam.h> #include <vm/vm.h> #include <vm/pmap.h> -#include <machine/pmap.h> #include <dev/vt/vt.h> #include <dev/vt/hw/fb/vt_fb.h> |
