Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 May 2025 15:45:06 GMT
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 23b693c508d9 - main - sys: Reduce where we include sys/devmap.h
Message-ID:  <202505021545.542Fj6rX097690@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by andrew:

URL: https://cgit.FreeBSD.org/src/commit/?id=23b693c508d92c310a6db829c429c92fceed0965

commit 23b693c508d92c310a6db829c429c92fceed0965
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2025-05-02 15:35:16 +0000
Commit:     Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2025-05-02 15:39:04 +0000

    sys: Reduce where we include sys/devmap.h
    
    These files don't use it, we can stop including sys/devmap.h.
    
    Reviewed by:    mhorne
    Sponsored by:   Arm Ltd
    Differential Revision:  https://reviews.freebsd.org/D50017
---
 sys/arm/annapurna/alpine/alpine_machdep.c | 1 -
 sys/arm/arm/bus_space_generic.c           | 1 -
 sys/arm/freescale/fsl_ocotp.c             | 1 -
 sys/arm/freescale/vybrid/vf_machdep.c     | 1 -
 sys/arm/nvidia/tegra_pcie.c               | 1 -
 sys/arm/qualcomm/ipq4018_machdep.c        | 1 -
 sys/arm/qualcomm/ipq4018_mp.c             | 1 -
 sys/arm/qualcomm/qcom_cpu_kpssv2.c        | 1 -
 sys/arm/qualcomm/qcom_scm_legacy.c        | 1 -
 sys/arm/ti/ti_machdep.c                   | 1 -
 sys/arm64/qoriq/qoriq_dw_pci.c            | 1 -
 sys/dev/pci/pci_dw.c                      | 1 -
 sys/dev/pci/pci_dw_mv.c                   | 1 -
 13 files changed, 13 deletions(-)

diff --git a/sys/arm/annapurna/alpine/alpine_machdep.c b/sys/arm/annapurna/alpine/alpine_machdep.c
index 89d21bf9fcae..a4e51d339354 100644
--- a/sys/arm/annapurna/alpine/alpine_machdep.c
+++ b/sys/arm/annapurna/alpine/alpine_machdep.c
@@ -32,7 +32,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/bus.h>
-#include <sys/devmap.h>
 
 #include <vm/vm.h>
 #include <vm/pmap.h>
diff --git a/sys/arm/arm/bus_space_generic.c b/sys/arm/arm/bus_space_generic.c
index 7794147aa4b6..28708e3929e3 100644
--- a/sys/arm/arm/bus_space_generic.c
+++ b/sys/arm/arm/bus_space_generic.c
@@ -42,7 +42,6 @@
 #include <sys/bus.h>
 #include <sys/kernel.h>
 #include <sys/malloc.h>
-#include <sys/devmap.h>
 
 #include <vm/vm.h>
 #include <vm/pmap.h>
diff --git a/sys/arm/freescale/fsl_ocotp.c b/sys/arm/freescale/fsl_ocotp.c
index cf275f9da41b..805bbd613d23 100644
--- a/sys/arm/freescale/fsl_ocotp.c
+++ b/sys/arm/freescale/fsl_ocotp.c
@@ -59,7 +59,6 @@
 #include <vm/vm.h>
 #include <vm/pmap.h>
 #include <dev/fdt/fdt_common.h>
-#include <sys/devmap.h>
 
 static uint32_t   *ocotp_regs;
 static vm_size_t   ocotp_size;
diff --git a/sys/arm/freescale/vybrid/vf_machdep.c b/sys/arm/freescale/vybrid/vf_machdep.c
index 2ab14f5154eb..fe36558b7ece 100644
--- a/sys/arm/freescale/vybrid/vf_machdep.c
+++ b/sys/arm/freescale/vybrid/vf_machdep.c
@@ -30,7 +30,6 @@
 
 #include <sys/param.h>
 #include <sys/systm.h>
-#include <sys/devmap.h>
 
 #include <vm/vm.h>
 
diff --git a/sys/arm/nvidia/tegra_pcie.c b/sys/arm/nvidia/tegra_pcie.c
index b76e74da4f7d..ec272523df1b 100644
--- a/sys/arm/nvidia/tegra_pcie.c
+++ b/sys/arm/nvidia/tegra_pcie.c
@@ -32,7 +32,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/bus.h>
-#include <sys/devmap.h>
 #include <sys/proc.h>
 #include <sys/kernel.h>
 #include <sys/malloc.h>
diff --git a/sys/arm/qualcomm/ipq4018_machdep.c b/sys/arm/qualcomm/ipq4018_machdep.c
index 49dd2ff0193a..c0131d08dee6 100644
--- a/sys/arm/qualcomm/ipq4018_machdep.c
+++ b/sys/arm/qualcomm/ipq4018_machdep.c
@@ -31,7 +31,6 @@
 #include <sys/systm.h>
 #include <sys/bus.h>
 #include <sys/reboot.h>
-#include <sys/devmap.h>
 #include <sys/physmem.h>
 #include <sys/lock.h>
 
diff --git a/sys/arm/qualcomm/ipq4018_mp.c b/sys/arm/qualcomm/ipq4018_mp.c
index cdcc0dfb9550..ab7d297738c4 100644
--- a/sys/arm/qualcomm/ipq4018_mp.c
+++ b/sys/arm/qualcomm/ipq4018_mp.c
@@ -31,7 +31,6 @@
 #include <sys/systm.h>
 #include <sys/bus.h>
 #include <sys/reboot.h>
-#include <sys/devmap.h>
 #include <sys/smp.h>
 
 #include <vm/vm.h>
diff --git a/sys/arm/qualcomm/qcom_cpu_kpssv2.c b/sys/arm/qualcomm/qcom_cpu_kpssv2.c
index c265f0f897e2..d4f2cff5ab7e 100644
--- a/sys/arm/qualcomm/qcom_cpu_kpssv2.c
+++ b/sys/arm/qualcomm/qcom_cpu_kpssv2.c
@@ -31,7 +31,6 @@
 #include <sys/systm.h>
 #include <sys/bus.h>
 #include <sys/reboot.h>
-#include <sys/devmap.h>
 #include <sys/smp.h>
 
 #include <vm/vm.h>
diff --git a/sys/arm/qualcomm/qcom_scm_legacy.c b/sys/arm/qualcomm/qcom_scm_legacy.c
index b614843b1ce8..42d5685259ad 100644
--- a/sys/arm/qualcomm/qcom_scm_legacy.c
+++ b/sys/arm/qualcomm/qcom_scm_legacy.c
@@ -31,7 +31,6 @@
 #include <sys/systm.h>
 #include <sys/bus.h>
 #include <sys/reboot.h>
-#include <sys/devmap.h>
 #include <sys/smp.h>
 
 #include <vm/vm.h>
diff --git a/sys/arm/ti/ti_machdep.c b/sys/arm/ti/ti_machdep.c
index 29afcb7d9b59..ee4f416eeded 100644
--- a/sys/arm/ti/ti_machdep.c
+++ b/sys/arm/ti/ti_machdep.c
@@ -42,7 +42,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/bus.h>
-#include <sys/devmap.h>
 
 #include <vm/vm.h>
 #include <vm/pmap.h>
diff --git a/sys/arm64/qoriq/qoriq_dw_pci.c b/sys/arm64/qoriq/qoriq_dw_pci.c
index 2492130e4b42..b6eecba48c39 100644
--- a/sys/arm64/qoriq/qoriq_dw_pci.c
+++ b/sys/arm64/qoriq/qoriq_dw_pci.c
@@ -31,7 +31,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/bus.h>
-#include <sys/devmap.h>
 #include <sys/proc.h>
 #include <sys/kernel.h>
 #include <sys/malloc.h>
diff --git a/sys/dev/pci/pci_dw.c b/sys/dev/pci/pci_dw.c
index cf67d1ab06cf..dcc9c0c5e369 100644
--- a/sys/dev/pci/pci_dw.c
+++ b/sys/dev/pci/pci_dw.c
@@ -31,7 +31,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/bus.h>
-#include <sys/devmap.h>
 #include <sys/proc.h>
 #include <sys/kernel.h>
 #include <sys/lock.h>
diff --git a/sys/dev/pci/pci_dw_mv.c b/sys/dev/pci/pci_dw_mv.c
index d7eada39a6d6..b67356fc0e1d 100644
--- a/sys/dev/pci/pci_dw_mv.c
+++ b/sys/dev/pci/pci_dw_mv.c
@@ -31,7 +31,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/bus.h>
-#include <sys/devmap.h>
 #include <sys/proc.h>
 #include <sys/kernel.h>
 #include <sys/malloc.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505021545.542Fj6rX097690>