diff options
1817 files changed, 84 insertions, 1881 deletions
diff --git a/sys/amd64/acpica/acpi_machdep.c b/sys/amd64/acpica/acpi_machdep.c index 7b138c8faef1..081fe89537bb 100644 --- a/sys/amd64/acpica/acpi_machdep.c +++ b/sys/amd64/acpica/acpi_machdep.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/amd64/acpica/acpi_wakeup.c b/sys/amd64/acpica/acpi_wakeup.c index 0f9f987b6590..b6e6f99bc719 100644 --- a/sys/amd64/acpica/acpi_wakeup.c +++ b/sys/amd64/acpica/acpi_wakeup.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/eventhandler.h> diff --git a/sys/amd64/amd64/db_trace.c b/sys/amd64/amd64/db_trace.c index f9a0c2b6a03e..9d9a2cd4a7bb 100644 --- a/sys/amd64/amd64/db_trace.c +++ b/sys/amd64/amd64/db_trace.c @@ -24,7 +24,6 @@ * rights to redistribute these changes. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kdb.h> diff --git a/sys/amd64/amd64/efirt_machdep.c b/sys/amd64/amd64/efirt_machdep.c index ffe2e2cf60a9..0ee8b7b3bb96 100644 --- a/sys/amd64/amd64/efirt_machdep.c +++ b/sys/amd64/amd64/efirt_machdep.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/efi.h> #include <sys/kernel.h> diff --git a/sys/amd64/amd64/elf_machdep.c b/sys/amd64/amd64/elf_machdep.c index fc25decc64a2..a66faf3d347e 100644 --- a/sys/amd64/amd64/elf_machdep.c +++ b/sys/amd64/amd64/elf_machdep.c @@ -25,7 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c index 4fd7f0933154..83bcc8f0776d 100644 --- a/sys/amd64/amd64/fpu.c +++ b/sys/amd64/amd64/fpu.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/amd64/amd64/gdb_machdep.c b/sys/amd64/amd64/gdb_machdep.c index 40d722738ec7..f940be469852 100644 --- a/sys/amd64/amd64/gdb_machdep.c +++ b/sys/amd64/amd64/gdb_machdep.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kdb.h> diff --git a/sys/amd64/amd64/io.c b/sys/amd64/amd64/io.c index d9fdf77f3cc9..6c36d5fb20e1 100644 --- a/sys/amd64/amd64/io.c +++ b/sys/amd64/amd64/io.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/proc.h> diff --git a/sys/amd64/amd64/ptrace_machdep.c b/sys/amd64/amd64/ptrace_machdep.c index 3fce9826b882..3b05fded585f 100644 --- a/sys/amd64/amd64/ptrace_machdep.c +++ b/sys/amd64/amd64/ptrace_machdep.c @@ -27,7 +27,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/elf.h> diff --git a/sys/amd64/amd64/uio_machdep.c b/sys/amd64/amd64/uio_machdep.c index 2640d4f9bbaf..7b5c89747bc2 100644 --- a/sys/amd64/amd64/uio_machdep.c +++ b/sys/amd64/amd64/uio_machdep.c @@ -35,7 +35,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/lock.h> diff --git a/sys/amd64/amd64/uma_machdep.c b/sys/amd64/amd64/uma_machdep.c index b96068e58db6..f83f0674cc4e 100644 --- a/sys/amd64/amd64/uma_machdep.c +++ b/sys/amd64/amd64/uma_machdep.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/malloc.h> #include <vm/vm.h> diff --git a/sys/amd64/ia32/ia32_misc.c b/sys/amd64/ia32/ia32_misc.c index 65923b3ad359..b28e18e19bae 100644 --- a/sys/amd64/ia32/ia32_misc.c +++ b/sys/amd64/ia32/ia32_misc.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/mount.h> #include <sys/proc.h> diff --git a/sys/amd64/ia32/ia32_reg.c b/sys/amd64/ia32/ia32_reg.c index ee164142c140..ee5218ae8c08 100644 --- a/sys/amd64/ia32/ia32_reg.c +++ b/sys/amd64/ia32/ia32_reg.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/elf.h> #include <sys/exec.h> diff --git a/sys/amd64/ia32/ia32_signal.c b/sys/amd64/ia32/ia32_signal.c index b793c66a95ad..d7af857524c7 100644 --- a/sys/amd64/ia32/ia32_signal.c +++ b/sys/amd64/ia32/ia32_signal.c @@ -33,7 +33,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/exec.h> #include <sys/fcntl.h> diff --git a/sys/amd64/pci/pci_cfgreg.c b/sys/amd64/pci/pci_cfgreg.c index a9ee4bccb3a4..ee97f88951f0 100644 --- a/sys/amd64/pci/pci_cfgreg.c +++ b/sys/amd64/pci/pci_cfgreg.c @@ -28,7 +28,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/amd64/sgx/sgx.c b/sys/amd64/sgx/sgx.c index 64fa13d2e989..b25862fd2a59 100644 --- a/sys/amd64/sgx/sgx.c +++ b/sys/amd64/sgx/sgx.c @@ -117,7 +117,6 @@ * https://software.intel.com/en-us/articles/intel-sdm */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/ioccom.h> diff --git a/sys/amd64/sgx/sgx_linux.c b/sys/amd64/sgx/sgx_linux.c index 4a259d1fe3f0..55c5f7386d0c 100644 --- a/sys/amd64/sgx/sgx_linux.c +++ b/sys/amd64/sgx/sgx_linux.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/capsicum.h> diff --git a/sys/amd64/vmm/amd/amdiommu.c b/sys/amd64/vmm/amd/amdiommu.c index 559a7bc7d953..69432498a5c2 100644 --- a/sys/amd64/vmm/amd/amdiommu.c +++ b/sys/amd64/vmm/amd/amdiommu.c @@ -28,7 +28,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/amd64/vmm/amd/amdv.c b/sys/amd64/vmm/amd/amdv.c index 97d778bfe366..c3a4547afeeb 100644 --- a/sys/amd64/vmm/amd/amdv.c +++ b/sys/amd64/vmm/amd/amdv.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/errno.h> diff --git a/sys/amd64/vmm/amd/amdvi_hw.c b/sys/amd64/vmm/amd/amdvi_hw.c index bef6b0038812..3471c3b1932f 100644 --- a/sys/amd64/vmm/amd/amdvi_hw.c +++ b/sys/amd64/vmm/amd/amdvi_hw.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/amd64/vmm/amd/npt.c b/sys/amd64/vmm/amd/npt.c index a5eccc99506b..edd61d6b62ea 100644 --- a/sys/amd64/vmm/amd/npt.c +++ b/sys/amd64/vmm/amd/npt.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/amd64/vmm/amd/svm_genassym.c b/sys/amd64/vmm/amd/svm_genassym.c index a9804b3d56a4..21d008190028 100644 --- a/sys/amd64/vmm/amd/svm_genassym.c +++ b/sys/amd64/vmm/amd/svm_genassym.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/assym.h> #include <x86/specialreg.h> diff --git a/sys/amd64/vmm/intel/ept.c b/sys/amd64/vmm/intel/ept.c index e96ee0219468..ed41f99fb4e6 100644 --- a/sys/amd64/vmm/intel/ept.c +++ b/sys/amd64/vmm/intel/ept.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/types.h> diff --git a/sys/amd64/vmm/intel/vmcs.c b/sys/amd64/vmm/intel/vmcs.c index 53ed5fbfc9ba..52068b8eba54 100644 --- a/sys/amd64/vmm/intel/vmcs.c +++ b/sys/amd64/vmm/intel/vmcs.c @@ -29,7 +29,6 @@ #include "opt_bhyve_snapshot.h" #include "opt_ddb.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/sysctl.h> #include <sys/systm.h> diff --git a/sys/amd64/vmm/intel/vmx_genassym.c b/sys/amd64/vmm/intel/vmx_genassym.c index 740ecf14e321..06d6b494103a 100644 --- a/sys/amd64/vmm/intel/vmx_genassym.c +++ b/sys/amd64/vmm/intel/vmx_genassym.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> diff --git a/sys/amd64/vmm/intel/vmx_msr.c b/sys/amd64/vmm/intel/vmx_msr.c index ba110e088e25..40dbec290f2d 100644 --- a/sys/amd64/vmm/intel/vmx_msr.c +++ b/sys/amd64/vmm/intel/vmx_msr.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> diff --git a/sys/amd64/vmm/intel/vtd.c b/sys/amd64/vmm/intel/vtd.c index bb4ec7b03f08..72cedeca6ec1 100644 --- a/sys/amd64/vmm/intel/vtd.c +++ b/sys/amd64/vmm/intel/vtd.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/amd64/vmm/io/iommu.c b/sys/amd64/vmm/io/iommu.c index 6c063653dce9..dc4a0de94bb6 100644 --- a/sys/amd64/vmm/io/iommu.c +++ b/sys/amd64/vmm/io/iommu.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/eventhandler.h> diff --git a/sys/amd64/vmm/io/ppt.c b/sys/amd64/vmm/io/ppt.c index 27cbb3ac2986..3451e91d9de1 100644 --- a/sys/amd64/vmm/io/ppt.c +++ b/sys/amd64/vmm/io/ppt.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/amd64/vmm/vmm_host.c b/sys/amd64/vmm/vmm_host.c index 0db2352595b2..78811b488fdb 100644 --- a/sys/amd64/vmm/vmm_host.c +++ b/sys/amd64/vmm/vmm_host.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/pcpu.h> diff --git a/sys/amd64/vmm/vmm_ioport.c b/sys/amd64/vmm/vmm_ioport.c index ec270df80c3e..ac14e54dc4a5 100644 --- a/sys/amd64/vmm/vmm_ioport.c +++ b/sys/amd64/vmm/vmm_ioport.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/amd64/vmm/vmm_lapic.c b/sys/amd64/vmm/vmm_lapic.c index c4217bd00792..bafd839afe64 100644 --- a/sys/amd64/vmm/vmm_lapic.c +++ b/sys/amd64/vmm/vmm_lapic.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/smp.h> diff --git a/sys/amd64/vmm/vmm_mem.c b/sys/amd64/vmm/vmm_mem.c index 8d117774c490..f3954a40996e 100644 --- a/sys/amd64/vmm/vmm_mem.c +++ b/sys/amd64/vmm/vmm_mem.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/amd64/vmm/vmm_snapshot.c b/sys/amd64/vmm/vmm_snapshot.c index dae4b1001182..54de57e04c4a 100644 --- a/sys/amd64/vmm/vmm_snapshot.c +++ b/sys/amd64/vmm/vmm_snapshot.c @@ -33,7 +33,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> diff --git a/sys/amd64/vmm/vmm_stat.c b/sys/amd64/vmm/vmm_stat.c index e6a280f6ac3a..eb394418b4a9 100644 --- a/sys/amd64/vmm/vmm_stat.c +++ b/sys/amd64/vmm/vmm_stat.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/amd64/vmm/vmm_util.c b/sys/amd64/vmm/vmm_util.c index 171f065faec0..6c921e218a34 100644 --- a/sys/amd64/vmm/vmm_util.c +++ b/sys/amd64/vmm/vmm_util.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/libkern.h> diff --git a/sys/amd64/vmm/x86.c b/sys/amd64/vmm/x86.c index 7d11346ac842..7a6ec461d450 100644 --- a/sys/amd64/vmm/x86.c +++ b/sys/amd64/vmm/x86.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/pcpu.h> #include <sys/systm.h> diff --git a/sys/arm/allwinner/a10/a10_padconf.c b/sys/arm/allwinner/a10/a10_padconf.c index ef120905ad0f..b5ad0cd0e771 100644 --- a/sys/arm/allwinner/a10/a10_padconf.c +++ b/sys/arm/allwinner/a10/a10_padconf.c @@ -24,7 +24,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/allwinner/a10_ahci.c b/sys/arm/allwinner/a10_ahci.c index 13e714dbeab9..74765e1a30dd 100644 --- a/sys/arm/allwinner/a10_ahci.c +++ b/sys/arm/allwinner/a10_ahci.c @@ -31,7 +31,6 @@ #include "opt_bus.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/a10_codec.c b/sys/arm/allwinner/a10_codec.c index 05fb25d9b02d..711d2203f9a5 100644 --- a/sys/arm/allwinner/a10_codec.c +++ b/sys/arm/allwinner/a10_codec.c @@ -28,7 +28,6 @@ * Allwinner A10/A20 and H3 Audio Codec */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/a10_dmac.c b/sys/arm/allwinner/a10_dmac.c index 7d1c1b71588e..d5d27748a9d9 100644 --- a/sys/arm/allwinner/a10_dmac.c +++ b/sys/arm/allwinner/a10_dmac.c @@ -29,7 +29,6 @@ * Allwinner A10/A20 DMA controller */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/a10_sramc.c b/sys/arm/allwinner/a10_sramc.c index 1c50dd7deb7f..fe7dd4025d7e 100644 --- a/sys/arm/allwinner/a10_sramc.c +++ b/sys/arm/allwinner/a10_sramc.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/a10_timer.c b/sys/arm/allwinner/a10_timer.c index 2a278fa515f7..890cb2332396 100644 --- a/sys/arm/allwinner/a10_timer.c +++ b/sys/arm/allwinner/a10_timer.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/a13/a13_padconf.c b/sys/arm/allwinner/a13/a13_padconf.c index 535835dffbc6..d5e38fe8042b 100644 --- a/sys/arm/allwinner/a13/a13_padconf.c +++ b/sys/arm/allwinner/a13/a13_padconf.c @@ -24,7 +24,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/allwinner/a20/a20_cpu_cfg.c b/sys/arm/allwinner/a20/a20_cpu_cfg.c index 7b7e60c37b3f..ffbb2cc183e7 100644 --- a/sys/arm/allwinner/a20/a20_cpu_cfg.c +++ b/sys/arm/allwinner/a20/a20_cpu_cfg.c @@ -28,7 +28,6 @@ /* CPU configuration module for Allwinner A20 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/a20/a20_padconf.c b/sys/arm/allwinner/a20/a20_padconf.c index 7239d5783549..d0c1e8e4d0ad 100644 --- a/sys/arm/allwinner/a20/a20_padconf.c +++ b/sys/arm/allwinner/a20/a20_padconf.c @@ -24,7 +24,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/allwinner/a31/a31_padconf.c b/sys/arm/allwinner/a31/a31_padconf.c index ab7b4442325d..e1dcbf7c43f7 100644 --- a/sys/arm/allwinner/a31/a31_padconf.c +++ b/sys/arm/allwinner/a31/a31_padconf.c @@ -24,7 +24,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/allwinner/a31/a31_r_padconf.c b/sys/arm/allwinner/a31/a31_r_padconf.c index 4e45f0a7c060..0e3a341b7150 100644 --- a/sys/arm/allwinner/a31/a31_r_padconf.c +++ b/sys/arm/allwinner/a31/a31_r_padconf.c @@ -24,7 +24,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/allwinner/a31/a31s_padconf.c b/sys/arm/allwinner/a31/a31s_padconf.c index 5be99b0eb988..8c14b34dfef4 100644 --- a/sys/arm/allwinner/a31/a31s_padconf.c +++ b/sys/arm/allwinner/a31/a31s_padconf.c @@ -24,7 +24,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/allwinner/a31_dmac.c b/sys/arm/allwinner/a31_dmac.c index 53a7ce777c5e..0a291becbb9d 100644 --- a/sys/arm/allwinner/a31_dmac.c +++ b/sys/arm/allwinner/a31_dmac.c @@ -29,7 +29,6 @@ * Allwinner DMA controller */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/a33/a33_padconf.c b/sys/arm/allwinner/a33/a33_padconf.c index 3020f690e463..6e4732d0d24c 100644 --- a/sys/arm/allwinner/a33/a33_padconf.c +++ b/sys/arm/allwinner/a33/a33_padconf.c @@ -24,7 +24,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/allwinner/a33_codec.c b/sys/arm/allwinner/a33_codec.c index 8fa336bb0578..a0d455676430 100644 --- a/sys/arm/allwinner/a33_codec.c +++ b/sys/arm/allwinner/a33_codec.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/a64/a64_padconf.c b/sys/arm/allwinner/a64/a64_padconf.c index 15784afc1872..0732ddf3d4a9 100644 --- a/sys/arm/allwinner/a64/a64_padconf.c +++ b/sys/arm/allwinner/a64/a64_padconf.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/allwinner/a64/a64_r_padconf.c b/sys/arm/allwinner/a64/a64_r_padconf.c index 9f3d6f09738f..2d11c5c1b4ab 100644 --- a/sys/arm/allwinner/a64/a64_r_padconf.c +++ b/sys/arm/allwinner/a64/a64_r_padconf.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/allwinner/a64/sun50i_a64_acodec.c b/sys/arm/allwinner/a64/sun50i_a64_acodec.c index c7d94b1ac96c..b5ab13efac41 100644 --- a/sys/arm/allwinner/a64/sun50i_a64_acodec.c +++ b/sys/arm/allwinner/a64/sun50i_a64_acodec.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/a83t/a83t_padconf.c b/sys/arm/allwinner/a83t/a83t_padconf.c index a5dbc117c053..f9bfda112bd8 100644 --- a/sys/arm/allwinner/a83t/a83t_padconf.c +++ b/sys/arm/allwinner/a83t/a83t_padconf.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/allwinner/a83t/a83t_r_padconf.c b/sys/arm/allwinner/a83t/a83t_r_padconf.c index 1cdeb70a64d6..b114c7d929a4 100644 --- a/sys/arm/allwinner/a83t/a83t_r_padconf.c +++ b/sys/arm/allwinner/a83t/a83t_r_padconf.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/allwinner/aw_ccu.c b/sys/arm/allwinner/aw_ccu.c index 5a09243aaacb..fc963f7a6485 100644 --- a/sys/arm/allwinner/aw_ccu.c +++ b/sys/arm/allwinner/aw_ccu.c @@ -27,7 +27,6 @@ * Allwinner oscillator clock */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/aw_cir.c b/sys/arm/allwinner/aw_cir.c index 4987c42f20b2..bc326e6d6afa 100644 --- a/sys/arm/allwinner/aw_cir.c +++ b/sys/arm/allwinner/aw_cir.c @@ -28,7 +28,6 @@ * Allwinner Consumer IR controller */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/aw_dwc3.c b/sys/arm/allwinner/aw_dwc3.c index 7203d740652d..5b4d5291c28f 100644 --- a/sys/arm/allwinner/aw_dwc3.c +++ b/sys/arm/allwinner/aw_dwc3.c @@ -29,7 +29,6 @@ * Rockchip DWC3 glue */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/aw_gmacclk.c b/sys/arm/allwinner/aw_gmacclk.c index 61cfc4d2b916..46672c8fcb0f 100644 --- a/sys/arm/allwinner/aw_gmacclk.c +++ b/sys/arm/allwinner/aw_gmacclk.c @@ -27,7 +27,6 @@ * Allwinner GMAC clock */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/aw_gpio.c b/sys/arm/allwinner/aw_gpio.c index 485d760f810b..5dd9a211acf4 100644 --- a/sys/arm/allwinner/aw_gpio.c +++ b/sys/arm/allwinner/aw_gpio.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/aw_i2s.c b/sys/arm/allwinner/aw_i2s.c index 6a5ec62f2f50..8c159de7da6d 100644 --- a/sys/arm/allwinner/aw_i2s.c +++ b/sys/arm/allwinner/aw_i2s.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/aw_machdep.c b/sys/arm/allwinner/aw_machdep.c index d9b2db2c9a51..8b6bdd9805d1 100644 --- a/sys/arm/allwinner/aw_machdep.c +++ b/sys/arm/allwinner/aw_machdep.c @@ -33,7 +33,6 @@ #include "opt_ddb.h" #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/aw_mmc.c b/sys/arm/allwinner/aw_mmc.c index 8b0d825e4d4f..466ada8942c6 100644 --- a/sys/arm/allwinner/aw_mmc.c +++ b/sys/arm/allwinner/aw_mmc.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/aw_mp.c b/sys/arm/allwinner/aw_mp.c index c6c713a6ce42..0c773f71ac41 100644 --- a/sys/arm/allwinner/aw_mp.c +++ b/sys/arm/allwinner/aw_mp.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/aw_pwm.c b/sys/arm/allwinner/aw_pwm.c index 7e993a7fcbef..85ccf4352423 100644 --- a/sys/arm/allwinner/aw_pwm.c +++ b/sys/arm/allwinner/aw_pwm.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/aw_reset.c b/sys/arm/allwinner/aw_reset.c index d774174aba17..da2879ce20c8 100644 --- a/sys/arm/allwinner/aw_reset.c +++ b/sys/arm/allwinner/aw_reset.c @@ -27,7 +27,6 @@ * Allwinner module software reset registers */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/aw_rsb.c b/sys/arm/allwinner/aw_rsb.c index 491b062588db..40627ebf8448 100644 --- a/sys/arm/allwinner/aw_rsb.c +++ b/sys/arm/allwinner/aw_rsb.c @@ -27,7 +27,6 @@ * Allwinner RSB (Reduced Serial Bus) and P2WI (Push-Pull Two Wire Interface) */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/aw_rtc.c b/sys/arm/allwinner/aw_rtc.c index b79223f39fcd..92bb73efc1f5 100644 --- a/sys/arm/allwinner/aw_rtc.c +++ b/sys/arm/allwinner/aw_rtc.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/time.h> diff --git a/sys/arm/allwinner/aw_spi.c b/sys/arm/allwinner/aw_spi.c index b30f2a03c822..3dcde0e4225e 100644 --- a/sys/arm/allwinner/aw_spi.c +++ b/sys/arm/allwinner/aw_spi.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/aw_syscon.c b/sys/arm/allwinner/aw_syscon.c index 6404ad9a7e44..3f6e8260c2c9 100644 --- a/sys/arm/allwinner/aw_syscon.c +++ b/sys/arm/allwinner/aw_syscon.c @@ -29,7 +29,6 @@ * Allwinner syscon driver */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm/allwinner/aw_thermal.c b/sys/arm/allwinner/aw_thermal.c index 85c7ee38b713..99e302571220 100644 --- a/sys/arm/allwinner/aw_thermal.c +++ b/sys/arm/allwinner/aw_thermal.c @@ -27,7 +27,6 @@ * Allwinner thermal sensor controller */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/eventhandler.h> diff --git a/sys/arm/allwinner/aw_ts.c b/sys/arm/allwinner/aw_ts.c index 6c6518e13a07..ca35a29decf8 100644 --- a/sys/arm/allwinner/aw_ts.c +++ b/sys/arm/allwinner/aw_ts.c @@ -28,7 +28,6 @@ * Touch screen part is not done, only the thermal sensor part is. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/aw_usb3phy.c b/sys/arm/allwinner/aw_usb3phy.c index 42181f6a2264..e2bf9c068538 100644 --- a/sys/arm/allwinner/aw_usb3phy.c +++ b/sys/arm/allwinner/aw_usb3phy.c @@ -30,7 +30,6 @@ * Allwinner USB3PHY */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/aw_usbphy.c b/sys/arm/allwinner/aw_usbphy.c index ec355c8af864..4125a13b36c2 100644 --- a/sys/arm/allwinner/aw_usbphy.c +++ b/sys/arm/allwinner/aw_usbphy.c @@ -27,7 +27,6 @@ * Allwinner USB PHY */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/aw_wdog.c b/sys/arm/allwinner/aw_wdog.c index 75533481ad35..5c087464c9e1 100644 --- a/sys/arm/allwinner/aw_wdog.c +++ b/sys/arm/allwinner/aw_wdog.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/eventhandler.h> #include <sys/systm.h> diff --git a/sys/arm/allwinner/axp81x.c b/sys/arm/allwinner/axp81x.c index 5b4fab871bfb..ac9f9ee9e8ba 100644 --- a/sys/arm/allwinner/axp81x.c +++ b/sys/arm/allwinner/axp81x.c @@ -28,7 +28,6 @@ * X-Powers AXP803/813/818 PMU for Allwinner SoCs */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/eventhandler.h> diff --git a/sys/arm/allwinner/clkng/aw_ccung.c b/sys/arm/allwinner/clkng/aw_ccung.c index fa0bb38f7b48..b37719fa7770 100644 --- a/sys/arm/allwinner/clkng/aw_ccung.c +++ b/sys/arm/allwinner/clkng/aw_ccung.c @@ -29,7 +29,6 @@ * Allwinner Clock Control Unit */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/clkng/aw_clk_frac.c b/sys/arm/allwinner/clkng/aw_clk_frac.c index ff13467aa1a3..506ba0fa177b 100644 --- a/sys/arm/allwinner/clkng/aw_clk_frac.c +++ b/sys/arm/allwinner/clkng/aw_clk_frac.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/clkng/aw_clk_m.c b/sys/arm/allwinner/clkng/aw_clk_m.c index 2728ff230a9f..90a347b1af86 100644 --- a/sys/arm/allwinner/clkng/aw_clk_m.c +++ b/sys/arm/allwinner/clkng/aw_clk_m.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/clkng/aw_clk_mipi.c b/sys/arm/allwinner/clkng/aw_clk_mipi.c index 916df720a4ff..89a51b859eb3 100644 --- a/sys/arm/allwinner/clkng/aw_clk_mipi.c +++ b/sys/arm/allwinner/clkng/aw_clk_mipi.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/clkng/aw_clk_nkmp.c b/sys/arm/allwinner/clkng/aw_clk_nkmp.c index 42bdaf8e7c85..963787a4bd94 100644 --- a/sys/arm/allwinner/clkng/aw_clk_nkmp.c +++ b/sys/arm/allwinner/clkng/aw_clk_nkmp.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/clkng/aw_clk_nm.c b/sys/arm/allwinner/clkng/aw_clk_nm.c index 61592eb04de1..4419b94d2c42 100644 --- a/sys/arm/allwinner/clkng/aw_clk_nm.c +++ b/sys/arm/allwinner/clkng/aw_clk_nm.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/clkng/aw_clk_nmm.c b/sys/arm/allwinner/clkng/aw_clk_nmm.c index 31301d309c56..3fff86042d31 100644 --- a/sys/arm/allwinner/clkng/aw_clk_nmm.c +++ b/sys/arm/allwinner/clkng/aw_clk_nmm.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/clkng/aw_clk_np.c b/sys/arm/allwinner/clkng/aw_clk_np.c index 142a32b5dc30..e23fb3ec8733 100644 --- a/sys/arm/allwinner/clkng/aw_clk_np.c +++ b/sys/arm/allwinner/clkng/aw_clk_np.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/clkng/aw_clk_prediv_mux.c b/sys/arm/allwinner/clkng/aw_clk_prediv_mux.c index a573bbc75e1a..17e580c7471a 100644 --- a/sys/arm/allwinner/clkng/aw_clk_prediv_mux.c +++ b/sys/arm/allwinner/clkng/aw_clk_prediv_mux.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/clkng/ccu_a10.c b/sys/arm/allwinner/clkng/ccu_a10.c index 043fe5cbb31d..a96d3d305414 100644 --- a/sys/arm/allwinner/clkng/ccu_a10.c +++ b/sys/arm/allwinner/clkng/ccu_a10.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/clkng/ccu_a13.c b/sys/arm/allwinner/clkng/ccu_a13.c index f9998bde00e9..c485b2bc72c4 100644 --- a/sys/arm/allwinner/clkng/ccu_a13.c +++ b/sys/arm/allwinner/clkng/ccu_a13.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/clkng/ccu_a31.c b/sys/arm/allwinner/clkng/ccu_a31.c index 0cc51c29adfd..633838ee348a 100644 --- a/sys/arm/allwinner/clkng/ccu_a31.c +++ b/sys/arm/allwinner/clkng/ccu_a31.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/clkng/ccu_a64.c b/sys/arm/allwinner/clkng/ccu_a64.c index 298869bdf11e..70e2e98da9f2 100644 --- a/sys/arm/allwinner/clkng/ccu_a64.c +++ b/sys/arm/allwinner/clkng/ccu_a64.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/clkng/ccu_a83t.c b/sys/arm/allwinner/clkng/ccu_a83t.c index c952846e9afe..35561b04f602 100644 --- a/sys/arm/allwinner/clkng/ccu_a83t.c +++ b/sys/arm/allwinner/clkng/ccu_a83t.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/clkng/ccu_de2.c b/sys/arm/allwinner/clkng/ccu_de2.c index 0e4c642815bb..d50aaf5d5e32 100644 --- a/sys/arm/allwinner/clkng/ccu_de2.c +++ b/sys/arm/allwinner/clkng/ccu_de2.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/clkng/ccu_h3.c b/sys/arm/allwinner/clkng/ccu_h3.c index 1192d7525bed..7d2a1be6a21d 100644 --- a/sys/arm/allwinner/clkng/ccu_h3.c +++ b/sys/arm/allwinner/clkng/ccu_h3.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/clkng/ccu_h6.c b/sys/arm/allwinner/clkng/ccu_h6.c index 9fb942bea5c1..9cdbe935f2cf 100644 --- a/sys/arm/allwinner/clkng/ccu_h6.c +++ b/sys/arm/allwinner/clkng/ccu_h6.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/clkng/ccu_h6_r.c b/sys/arm/allwinner/clkng/ccu_h6_r.c index b7a16b0914d8..070cbfb38f12 100644 --- a/sys/arm/allwinner/clkng/ccu_h6_r.c +++ b/sys/arm/allwinner/clkng/ccu_h6_r.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/clkng/ccu_sun8i_r.c b/sys/arm/allwinner/clkng/ccu_sun8i_r.c index dbeed218c574..4e6289c1bfba 100644 --- a/sys/arm/allwinner/clkng/ccu_sun8i_r.c +++ b/sys/arm/allwinner/clkng/ccu_sun8i_r.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/h3/h3_padconf.c b/sys/arm/allwinner/h3/h3_padconf.c index 4954de691ccd..959daf35f1f2 100644 --- a/sys/arm/allwinner/h3/h3_padconf.c +++ b/sys/arm/allwinner/h3/h3_padconf.c @@ -24,7 +24,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/allwinner/h3/h3_r_padconf.c b/sys/arm/allwinner/h3/h3_r_padconf.c index 1e3568cac087..aeb64f1b07a1 100644 --- a/sys/arm/allwinner/h3/h3_r_padconf.c +++ b/sys/arm/allwinner/h3/h3_r_padconf.c @@ -24,7 +24,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/allwinner/h6/h6_padconf.c b/sys/arm/allwinner/h6/h6_padconf.c index 9e7e83be0a53..714f7ed36107 100644 --- a/sys/arm/allwinner/h6/h6_padconf.c +++ b/sys/arm/allwinner/h6/h6_padconf.c @@ -24,7 +24,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/allwinner/h6/h6_r_padconf.c b/sys/arm/allwinner/h6/h6_r_padconf.c index 8374740711e2..1d5f4942c1b1 100644 --- a/sys/arm/allwinner/h6/h6_r_padconf.c +++ b/sys/arm/allwinner/h6/h6_r_padconf.c @@ -24,7 +24,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/allwinner/if_awg.c b/sys/arm/allwinner/if_awg.c index f511dd2309bb..acc99083ad93 100644 --- a/sys/arm/allwinner/if_awg.c +++ b/sys/arm/allwinner/if_awg.c @@ -29,7 +29,6 @@ #include "opt_device_polling.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/allwinner/if_emac.c b/sys/arm/allwinner/if_emac.c index e0826cb6584a..c704e7830cbc 100644 --- a/sys/arm/allwinner/if_emac.c +++ b/sys/arm/allwinner/if_emac.c @@ -28,7 +28,6 @@ /* A10/A20 EMAC driver */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/altera/socfpga/socfpga_a10_manager.c b/sys/arm/altera/socfpga/socfpga_a10_manager.c index 750b74f5cdfc..01267bcaacf1 100644 --- a/sys/arm/altera/socfpga/socfpga_a10_manager.c +++ b/sys/arm/altera/socfpga/socfpga_a10_manager.c @@ -34,7 +34,6 @@ * Chapter A, FPGA Reconfiguration. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/altera/socfpga/socfpga_common.c b/sys/arm/altera/socfpga/socfpga_common.c index 0b4f80a47f63..6d9af3145dad 100644 --- a/sys/arm/altera/socfpga/socfpga_common.c +++ b/sys/arm/altera/socfpga/socfpga_common.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/altera/socfpga/socfpga_machdep.c b/sys/arm/altera/socfpga/socfpga_machdep.c index 703ba41eafb2..e01383810177 100644 --- a/sys/arm/altera/socfpga/socfpga_machdep.c +++ b/sys/arm/altera/socfpga/socfpga_machdep.c @@ -30,7 +30,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/altera/socfpga/socfpga_manager.c b/sys/arm/altera/socfpga/socfpga_manager.c index a3a546e0b95c..d25d34ab80e7 100644 --- a/sys/arm/altera/socfpga/socfpga_manager.c +++ b/sys/arm/altera/socfpga/socfpga_manager.c @@ -33,7 +33,6 @@ * Chapter 4, Cyclone V Device Handbook (CV-5V2 2014.07.22) */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/altera/socfpga/socfpga_mp.c b/sys/arm/altera/socfpga/socfpga_mp.c index 0c8aaabe8c52..fd752b11267c 100644 --- a/sys/arm/altera/socfpga/socfpga_mp.c +++ b/sys/arm/altera/socfpga/socfpga_mp.c @@ -30,7 +30,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/altera/socfpga/socfpga_rstmgr.c b/sys/arm/altera/socfpga/socfpga_rstmgr.c index d19b5650451a..4fbed06e3954 100644 --- a/sys/arm/altera/socfpga/socfpga_rstmgr.c +++ b/sys/arm/altera/socfpga/socfpga_rstmgr.c @@ -33,7 +33,6 @@ * Chapter 3, Cyclone V Device Handbook (CV-5V2 2014.07.22) */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/annapurna/alpine/alpine_ccu.c b/sys/arm/annapurna/alpine/alpine_ccu.c index dff4e8da092c..ac5d276cd114 100644 --- a/sys/arm/annapurna/alpine/alpine_ccu.c +++ b/sys/arm/annapurna/alpine/alpine_ccu.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/conf.h> diff --git a/sys/arm/annapurna/alpine/alpine_machdep.c b/sys/arm/annapurna/alpine/alpine_machdep.c index 048ddb7699fa..89d21bf9fcae 100644 --- a/sys/arm/annapurna/alpine/alpine_machdep.c +++ b/sys/arm/annapurna/alpine/alpine_machdep.c @@ -29,7 +29,6 @@ #include "opt_ddb.h" #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/annapurna/alpine/alpine_machdep_mp.c b/sys/arm/annapurna/alpine/alpine_machdep_mp.c index d11915bdcc0f..00a6578621c3 100644 --- a/sys/arm/annapurna/alpine/alpine_machdep_mp.c +++ b/sys/arm/annapurna/alpine/alpine_machdep_mp.c @@ -26,7 +26,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/annapurna/alpine/alpine_nb_service.c b/sys/arm/annapurna/alpine/alpine_nb_service.c index 026043bec417..3e6aa26aae78 100644 --- a/sys/arm/annapurna/alpine/alpine_nb_service.c +++ b/sys/arm/annapurna/alpine/alpine_nb_service.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/conf.h> diff --git a/sys/arm/annapurna/alpine/alpine_pci.c b/sys/arm/annapurna/alpine/alpine_pci.c index 9482ab3f5904..4d2a1ad36a62 100644 --- a/sys/arm/annapurna/alpine/alpine_pci.c +++ b/sys/arm/annapurna/alpine/alpine_pci.c @@ -30,7 +30,6 @@ * Alpine PCI/PCI-Express controller driver. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/annapurna/alpine/alpine_pci_msix.c b/sys/arm/annapurna/alpine/alpine_pci_msix.c index 118e48c73e26..c4ecfe68144a 100644 --- a/sys/arm/annapurna/alpine/alpine_pci_msix.c +++ b/sys/arm/annapurna/alpine/alpine_pci_msix.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/annapurna/alpine/alpine_serdes.c b/sys/arm/annapurna/alpine/alpine_serdes.c index aa91c19e478a..a5d7f24e3074 100644 --- a/sys/arm/annapurna/alpine/alpine_serdes.c +++ b/sys/arm/annapurna/alpine/alpine_serdes.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/arm/autoconf.c b/sys/arm/arm/autoconf.c index 9f7dfbbe572d..23289db9c19a 100644 --- a/sys/arm/arm/autoconf.c +++ b/sys/arm/arm/autoconf.c @@ -46,7 +46,6 @@ * and the drivers are initialized. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/arm/bus_space_base.c b/sys/arm/arm/bus_space_base.c index ba64fae58db7..d3190fac7a24 100644 --- a/sys/arm/arm/bus_space_base.c +++ b/sys/arm/arm/bus_space_base.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <machine/bus.h> diff --git a/sys/arm/arm/bus_space_generic.c b/sys/arm/arm/bus_space_generic.c index 9a4773810f3e..7794147aa4b6 100644 --- a/sys/arm/arm/bus_space_generic.c +++ b/sys/arm/arm/bus_space_generic.c @@ -37,7 +37,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/arm/busdma_machdep.c b/sys/arm/arm/busdma_machdep.c index 41b92d65ae84..aa6aa76234cb 100644 --- a/sys/arm/arm/busdma_machdep.c +++ b/sys/arm/arm/busdma_machdep.c @@ -32,7 +32,6 @@ * From i386/busdma_machdep.c 191438 2009-04-23 20:24:19Z jhb */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/arm/arm/cpufunc.c b/sys/arm/arm/cpufunc.c index e94565cdc61f..05dd521f8221 100644 --- a/sys/arm/arm/cpufunc.c +++ b/sys/arm/arm/cpufunc.c @@ -43,7 +43,7 @@ * * Created : 30/01/97 */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/lock.h> diff --git a/sys/arm/arm/cpuinfo.c b/sys/arm/arm/cpuinfo.c index 46c04b19c8e2..fdfe27ffea9f 100644 --- a/sys/arm/arm/cpuinfo.c +++ b/sys/arm/arm/cpuinfo.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/arm/db_disasm.c b/sys/arm/arm/db_disasm.c index 7f3069bdebc0..930b2ff3e76b 100644 --- a/sys/arm/arm/db_disasm.c +++ b/sys/arm/arm/db_disasm.c @@ -36,7 +36,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <machine/db_machdep.h> #include <ddb/ddb.h> diff --git a/sys/arm/arm/db_trace.c b/sys/arm/arm/db_trace.c index 720e82c65335..92d1065ff145 100644 --- a/sys/arm/arm/db_trace.c +++ b/sys/arm/arm/db_trace.c @@ -30,7 +30,6 @@ */ #include "opt_ddb.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/arm/disassem.c b/sys/arm/arm/disassem.c index ea625485a7e9..06ccff127962 100644 --- a/sys/arm/arm/disassem.c +++ b/sys/arm/arm/disassem.c @@ -49,7 +49,6 @@ * This code is not complete. Not all instructions are disassembled. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/arm/elf_machdep.c b/sys/arm/arm/elf_machdep.c index c02e489728dd..7c91dfe3babc 100644 --- a/sys/arm/arm/elf_machdep.c +++ b/sys/arm/arm/elf_machdep.c @@ -25,7 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/arm/arm/exec_machdep.c b/sys/arm/arm/exec_machdep.c index 6f52e1724a5c..0e66dbddb9ef 100644 --- a/sys/arm/arm/exec_machdep.c +++ b/sys/arm/arm/exec_machdep.c @@ -39,7 +39,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/exec.h> #include <sys/imgact.h> diff --git a/sys/arm/arm/fiq.c b/sys/arm/arm/fiq.c index b8cabedd64f5..e517bbeaf01b 100644 --- a/sys/arm/arm/fiq.c +++ b/sys/arm/arm/fiq.c @@ -37,7 +37,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/arm/gdb_machdep.c b/sys/arm/arm/gdb_machdep.c index 4d750fc5955c..42d277602e2a 100644 --- a/sys/arm/arm/gdb_machdep.c +++ b/sys/arm/arm/gdb_machdep.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kdb.h> diff --git a/sys/arm/arm/genassym.c b/sys/arm/arm/genassym.c index 2494f5aeee86..b7c3512dcb16 100644 --- a/sys/arm/arm/genassym.c +++ b/sys/arm/arm/genassym.c @@ -27,7 +27,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/cpuset.h> #include <sys/systm.h> diff --git a/sys/arm/arm/generic_timer.c b/sys/arm/arm/generic_timer.c index e3298ae0fb14..d98c2a022d71 100644 --- a/sys/arm/arm/generic_timer.c +++ b/sys/arm/arm/generic_timer.c @@ -39,7 +39,6 @@ #include "opt_acpi.h" #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/arm/gic_acpi.c b/sys/arm/arm/gic_acpi.c index 56ff78f9b685..22d8c9f06349 100644 --- a/sys/arm/arm/gic_acpi.c +++ b/sys/arm/arm/gic_acpi.c @@ -37,7 +37,6 @@ #include "opt_acpi.h" #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/arm/gic_fdt.c b/sys/arm/arm/gic_fdt.c index d6c657250ba3..f59c9ad79640 100644 --- a/sys/arm/arm/gic_fdt.c +++ b/sys/arm/arm/gic_fdt.c @@ -36,7 +36,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/arm/identcpu-v6.c b/sys/arm/arm/identcpu-v6.c index 1302d24daf02..567f576826ee 100644 --- a/sys/arm/arm/identcpu-v6.c +++ b/sys/arm/arm/identcpu-v6.c @@ -41,7 +41,6 @@ * Created : 10/10/95 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/arm/arm/machdep.c b/sys/arm/arm/machdep.c index 2f5451b45b4a..999e47fd381a 100644 --- a/sys/arm/arm/machdep.c +++ b/sys/arm/arm/machdep.c @@ -49,7 +49,6 @@ #include "opt_platform.h" #include "opt_sched.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/buf.h> #include <sys/bus.h> diff --git a/sys/arm/arm/machdep_boot.c b/sys/arm/arm/machdep_boot.c index d621255c565d..475da7b47ac8 100644 --- a/sys/arm/arm/machdep_boot.c +++ b/sys/arm/arm/machdep_boot.c @@ -29,7 +29,6 @@ #include "opt_platform.h" #include "opt_ddb.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/ctype.h> diff --git a/sys/arm/arm/machdep_intr.c b/sys/arm/arm/machdep_intr.c index 60acf7c9bc7f..fc16741a49fa 100644 --- a/sys/arm/arm/machdep_intr.c +++ b/sys/arm/arm/machdep_intr.c @@ -27,7 +27,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/syslog.h> diff --git a/sys/arm/arm/machdep_kdb.c b/sys/arm/arm/machdep_kdb.c index 0194c15f1262..00e4a78d4437 100644 --- a/sys/arm/arm/machdep_kdb.c +++ b/sys/arm/arm/machdep_kdb.c @@ -30,7 +30,6 @@ #include "opt_ddb.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/proc.h> #include <sys/reg.h> diff --git a/sys/arm/arm/machdep_ptrace.c b/sys/arm/arm/machdep_ptrace.c index ca0f9d579d40..062a385a4132 100644 --- a/sys/arm/arm/machdep_ptrace.c +++ b/sys/arm/arm/machdep_ptrace.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/proc.h> #include <sys/ptrace.h> diff --git a/sys/arm/arm/mp_machdep.c b/sys/arm/arm/mp_machdep.c index 7debabf432d9..0d78ef789d6e 100644 --- a/sys/arm/arm/mp_machdep.c +++ b/sys/arm/arm/mp_machdep.c @@ -27,7 +27,6 @@ */ #include "opt_ddb.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/arm/mpcore_timer.c b/sys/arm/arm/mpcore_timer.c index a98b2e52551b..b4da9426128a 100644 --- a/sys/arm/arm/mpcore_timer.c +++ b/sys/arm/arm/mpcore_timer.c @@ -44,7 +44,6 @@ * REF: ARM Cortex-A9 MPCore, Technical Reference Manual (rev. r2p2) */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/arm/nexus.c b/sys/arm/arm/nexus.c index 108771db6301..196e879fb0db 100644 --- a/sys/arm/arm/nexus.c +++ b/sys/arm/arm/nexus.c @@ -39,7 +39,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/arm/ofw_machdep.c b/sys/arm/arm/ofw_machdep.c index ebfb50c15c2a..697702f56241 100644 --- a/sys/arm/arm/ofw_machdep.c +++ b/sys/arm/arm/ofw_machdep.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/arm/arm/pl310.c b/sys/arm/arm/pl310.c index 51a1eb64f10e..46bf654de90b 100644 --- a/sys/arm/arm/pl310.c +++ b/sys/arm/arm/pl310.c @@ -30,7 +30,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/arm/pmu_acpi.c b/sys/arm/arm/pmu_acpi.c index c20519633047..db4790f2760a 100644 --- a/sys/arm/arm/pmu_acpi.c +++ b/sys/arm/arm/pmu_acpi.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm/arm/pmu_fdt.c b/sys/arm/arm/pmu_fdt.c index bb4d7557c176..3e733f3e1b18 100644 --- a/sys/arm/arm/pmu_fdt.c +++ b/sys/arm/arm/pmu_fdt.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/arm/ptrace_machdep.c b/sys/arm/arm/ptrace_machdep.c index d8715d9cc915..a95334a227c7 100644 --- a/sys/arm/arm/ptrace_machdep.c +++ b/sys/arm/arm/ptrace_machdep.c @@ -24,7 +24,6 @@ * */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/elf.h> #include <sys/proc.h> diff --git a/sys/arm/arm/sc_machdep.c b/sys/arm/arm/sc_machdep.c index 5640923c6345..6f3c6ecc1252 100644 --- a/sys/arm/arm/sc_machdep.c +++ b/sys/arm/arm/sc_machdep.c @@ -27,7 +27,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/arm/sp804.c b/sys/arm/arm/sp804.c index 0b748d52f3a0..98d6fa361a98 100644 --- a/sys/arm/arm/sp804.c +++ b/sys/arm/arm/sp804.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/arm/stack_machdep.c b/sys/arm/arm/stack_machdep.c index cf3d89b89031..3fc42d4524ae 100644 --- a/sys/arm/arm/stack_machdep.c +++ b/sys/arm/arm/stack_machdep.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> #include <sys/lock.h> diff --git a/sys/arm/arm/stdatomic.c b/sys/arm/arm/stdatomic.c index c0c8632fdcaa..e6371d40cfdf 100644 --- a/sys/arm/arm/stdatomic.c +++ b/sys/arm/arm/stdatomic.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/stdatomic.h> #include <sys/types.h> diff --git a/sys/arm/arm/syscall.c b/sys/arm/arm/syscall.c index c440f501e834..73ac0560cd91 100644 --- a/sys/arm/arm/syscall.c +++ b/sys/arm/arm/syscall.c @@ -78,7 +78,6 @@ * Created : 28/11/94 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/arm/trap-v6.c b/sys/arm/arm/trap-v6.c index 6f975bc407c3..681f1f90eec6 100644 --- a/sys/arm/arm/trap-v6.c +++ b/sys/arm/arm/trap-v6.c @@ -29,7 +29,6 @@ #include "opt_ktrace.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/systm.h> diff --git a/sys/arm/arm/uio_machdep.c b/sys/arm/arm/uio_machdep.c index 10f88147fcb5..de9bc94317e8 100644 --- a/sys/arm/arm/uio_machdep.c +++ b/sys/arm/arm/uio_machdep.c @@ -35,7 +35,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/lock.h> diff --git a/sys/arm/arm/undefined.c b/sys/arm/arm/undefined.c index 2ebe8797c503..706033f5d570 100644 --- a/sys/arm/arm/undefined.c +++ b/sys/arm/arm/undefined.c @@ -48,7 +48,6 @@ #include "opt_ddb.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/malloc.h> #include <sys/queue.h> diff --git a/sys/arm/arm/unwind.c b/sys/arm/arm/unwind.c index 591bae3dfc26..7ad91a3e01a5 100644 --- a/sys/arm/arm/unwind.c +++ b/sys/arm/arm/unwind.c @@ -28,7 +28,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/linker.h> diff --git a/sys/arm/arm/vm_machdep.c b/sys/arm/arm/vm_machdep.c index 040915c74ef4..e9822c8345a5 100644 --- a/sys/arm/arm/vm_machdep.c +++ b/sys/arm/arm/vm_machdep.c @@ -40,7 +40,6 @@ * Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$ */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/broadcom/bcm2835/bcm2835_clkman.c b/sys/arm/broadcom/bcm2835/bcm2835_clkman.c index 6bd9a50115e8..744125cc2bb4 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_clkman.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_clkman.c @@ -26,7 +26,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c b/sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c index 22691c1304fa..56227f948e98 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c @@ -25,7 +25,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/broadcom/bcm2835/bcm2835_dma.c b/sys/arm/broadcom/bcm2835/bcm2835_dma.c index 25fe8cc626eb..3515b0315e56 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_dma.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_dma.c @@ -27,7 +27,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/broadcom/bcm2835/bcm2835_fb.c b/sys/arm/broadcom/bcm2835/bcm2835_fb.c index e6279dd82480..fd198afa18b4 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_fb.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_fb.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/broadcom/bcm2835/bcm2835_fbd.c b/sys/arm/broadcom/bcm2835/bcm2835_fbd.c index 0d35e95039b6..50e8689e9d83 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_fbd.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_fbd.c @@ -30,7 +30,7 @@ * SUCH DAMAGE. * */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/bio.h> diff --git a/sys/arm/broadcom/bcm2835/bcm2835_firmware.c b/sys/arm/broadcom/bcm2835/bcm2835_firmware.c index 36a2c2b18f4e..c1d23c0222cd 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_firmware.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_firmware.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/broadcom/bcm2835/bcm2835_ft5406.c b/sys/arm/broadcom/bcm2835/bcm2835_ft5406.c index 681a2387c926..bb8833574471 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_ft5406.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_ft5406.c @@ -25,7 +25,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/broadcom/bcm2835/bcm2835_machdep.c b/sys/arm/broadcom/bcm2835/bcm2835_machdep.c index e76672984b0f..eabbc371bb19 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_machdep.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_machdep.c @@ -41,7 +41,6 @@ #include "opt_ddb.h" #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/broadcom/bcm2835/bcm2835_mbox.c b/sys/arm/broadcom/bcm2835/bcm2835_mbox.c index 498cff199bb1..a3a3744ce43c 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_mbox.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_mbox.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/broadcom/bcm2835/bcm2835_mbox_prop.h b/sys/arm/broadcom/bcm2835/bcm2835_mbox_prop.h index 49535cebb58a..57130258a044 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_mbox_prop.h +++ b/sys/arm/broadcom/bcm2835/bcm2835_mbox_prop.h @@ -27,7 +27,6 @@ #ifndef _BCM2835_MBOX_PROP_H_ #define _BCM2835_MBOX_PROP_H_ -#include <sys/cdefs.h> #include <sys/types.h> /* diff --git a/sys/arm/broadcom/bcm2835/bcm2835_pwm.c b/sys/arm/broadcom/bcm2835/bcm2835_pwm.c index 3a6a9dd6e1dc..c1711261922d 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_pwm.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_pwm.c @@ -27,7 +27,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c b/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c index b9d619f8d791..b9f788b2af9b 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/broadcom/bcm2835/bcm2835_spi.c b/sys/arm/broadcom/bcm2835/bcm2835_spi.c index b7f53be2da8d..fc488e349157 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_spi.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_spi.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/broadcom/bcm2835/bcm2835_systimer.c b/sys/arm/broadcom/bcm2835/bcm2835_systimer.c index d0ea38213143..33775d0a2935 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_systimer.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_systimer.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/broadcom/bcm2835/bcm2835_vcio.c b/sys/arm/broadcom/bcm2835/bcm2835_vcio.c index 1789712a31ed..d581c541ff73 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_vcio.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_vcio.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/broadcom/bcm2835/bcm2835_wdog.c b/sys/arm/broadcom/bcm2835/bcm2835_wdog.c index 45f344ae9362..80cf22548791 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_wdog.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_wdog.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/bus.h> #include <sys/eventhandler.h> diff --git a/sys/arm/broadcom/bcm2835/bcm2836_mp.c b/sys/arm/broadcom/bcm2835/bcm2836_mp.c index 2ca948f945a7..c9b5599a4162 100644 --- a/sys/arm/broadcom/bcm2835/bcm2836_mp.c +++ b/sys/arm/broadcom/bcm2835/bcm2836_mp.c @@ -28,7 +28,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/broadcom/bcm2835/bcm2838_pci.c b/sys/arm/broadcom/bcm2835/bcm2838_pci.c index 2dfd6744127a..921d675aae4d 100644 --- a/sys/arm/broadcom/bcm2835/bcm2838_pci.c +++ b/sys/arm/broadcom/bcm2835/bcm2838_pci.c @@ -25,7 +25,6 @@ * this driver is taken from the Raspberry Pi 4 Broadcom 2838 chip. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/endian.h> diff --git a/sys/arm/broadcom/bcm2835/bcm283x_dwc_fdt.c b/sys/arm/broadcom/bcm2835/bcm283x_dwc_fdt.c index 41a48998b95d..056a388d1d77 100644 --- a/sys/arm/broadcom/bcm2835/bcm283x_dwc_fdt.c +++ b/sys/arm/broadcom/bcm2835/bcm283x_dwc_fdt.c @@ -25,7 +25,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/bus.h> diff --git a/sys/arm/freescale/imx/imx6_audmux.c b/sys/arm/freescale/imx/imx6_audmux.c index 8c3885039b99..45f00d362a1e 100644 --- a/sys/arm/freescale/imx/imx6_audmux.c +++ b/sys/arm/freescale/imx/imx6_audmux.c @@ -30,7 +30,6 @@ * Rev. 1, 04/2013 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/freescale/imx/imx6_ipu.c b/sys/arm/freescale/imx/imx6_ipu.c index 25ca0ea2c4fa..417c66002f7a 100644 --- a/sys/arm/freescale/imx/imx6_ipu.c +++ b/sys/arm/freescale/imx/imx6_ipu.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/freescale/imx/imx6_machdep.c b/sys/arm/freescale/imx/imx6_machdep.c index 941648825f8c..9cfae5b9c802 100644 --- a/sys/arm/freescale/imx/imx6_machdep.c +++ b/sys/arm/freescale/imx/imx6_machdep.c @@ -28,7 +28,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/freescale/imx/imx6_mp.c b/sys/arm/freescale/imx/imx6_mp.c index c78c107c4e00..0a8b9109c8bd 100644 --- a/sys/arm/freescale/imx/imx6_mp.c +++ b/sys/arm/freescale/imx/imx6_mp.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/freescale/imx/imx6_sdma.c b/sys/arm/freescale/imx/imx6_sdma.c index 1db495af4117..805024903b4e 100644 --- a/sys/arm/freescale/imx/imx6_sdma.c +++ b/sys/arm/freescale/imx/imx6_sdma.c @@ -30,7 +30,6 @@ * Rev. 1, 04/2013 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/freescale/imx/imx6_ssi.c b/sys/arm/freescale/imx/imx6_ssi.c index 931a2b677eae..2fb55ca161d3 100644 --- a/sys/arm/freescale/imx/imx6_ssi.c +++ b/sys/arm/freescale/imx/imx6_ssi.c @@ -31,7 +31,6 @@ * Rev. 1, 04/2013 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/freescale/imx/imx_console.c b/sys/arm/freescale/imx/imx_console.c index cdead618c5b0..369b6921e41d 100644 --- a/sys/arm/freescale/imx/imx_console.c +++ b/sys/arm/freescale/imx/imx_console.c @@ -28,7 +28,6 @@ /* Simple UART console driver for Freescale i.MX515 */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/freescale/imx/imx_gpt.c b/sys/arm/freescale/imx/imx_gpt.c index bec463900d9b..59d43b828dd8 100644 --- a/sys/arm/freescale/imx/imx_gpt.c +++ b/sys/arm/freescale/imx/imx_gpt.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/freescale/imx/imx_i2c.c b/sys/arm/freescale/imx/imx_i2c.c index e43a4a6b417c..7014ea4ea7e3 100644 --- a/sys/arm/freescale/imx/imx_i2c.c +++ b/sys/arm/freescale/imx/imx_i2c.c @@ -42,7 +42,6 @@ * must handle retries in a way that makes sense for the slave being addressed. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/freescale/imx/imx_machdep.c b/sys/arm/freescale/imx/imx_machdep.c index 488b8e2c0624..e5d3dc4811b9 100644 --- a/sys/arm/freescale/imx/imx_machdep.c +++ b/sys/arm/freescale/imx/imx_machdep.c @@ -28,7 +28,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/reboot.h> diff --git a/sys/arm/freescale/imx/imx_wdog.c b/sys/arm/freescale/imx/imx_wdog.c index 0a7a693b1fb2..5bd6fabc3fe7 100644 --- a/sys/arm/freescale/imx/imx_wdog.c +++ b/sys/arm/freescale/imx/imx_wdog.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/eventhandler.h> diff --git a/sys/arm/freescale/vybrid/vf_adc.c b/sys/arm/freescale/vybrid/vf_adc.c index 0ae94de2fd42..cca30517dc20 100644 --- a/sys/arm/freescale/vybrid/vf_adc.c +++ b/sys/arm/freescale/vybrid/vf_adc.c @@ -29,7 +29,6 @@ * Chapter 37, Vybrid Reference Manual, Rev. 5, 07/2013 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/freescale/vybrid/vf_anadig.c b/sys/arm/freescale/vybrid/vf_anadig.c index e750349565b1..17688a40604f 100644 --- a/sys/arm/freescale/vybrid/vf_anadig.c +++ b/sys/arm/freescale/vybrid/vf_anadig.c @@ -31,7 +31,6 @@ * Chapter 11, Vybrid Reference Manual, Rev. 5, 07/2013 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/freescale/vybrid/vf_ccm.c b/sys/arm/freescale/vybrid/vf_ccm.c index 50b5f4e9ea5c..35faf4bb735b 100644 --- a/sys/arm/freescale/vybrid/vf_ccm.c +++ b/sys/arm/freescale/vybrid/vf_ccm.c @@ -31,7 +31,6 @@ * Chapter 10, Vybrid Reference Manual, Rev. 5, 07/2013 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/freescale/vybrid/vf_dcu4.c b/sys/arm/freescale/vybrid/vf_dcu4.c index 315fc6702b3a..eae381de8556 100644 --- a/sys/arm/freescale/vybrid/vf_dcu4.c +++ b/sys/arm/freescale/vybrid/vf_dcu4.c @@ -31,7 +31,6 @@ * Chapter 55, Vybrid Reference Manual, Rev. 5, 07/2013 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/freescale/vybrid/vf_dmamux.c b/sys/arm/freescale/vybrid/vf_dmamux.c index 2f363a6d7bd6..19891c6af980 100644 --- a/sys/arm/freescale/vybrid/vf_dmamux.c +++ b/sys/arm/freescale/vybrid/vf_dmamux.c @@ -31,7 +31,6 @@ * Chapter 22, Vybrid Reference Manual, Rev. 5, 07/2013 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/freescale/vybrid/vf_edma.c b/sys/arm/freescale/vybrid/vf_edma.c index 95987f5477e3..5b8b7eaab776 100644 --- a/sys/arm/freescale/vybrid/vf_edma.c +++ b/sys/arm/freescale/vybrid/vf_edma.c @@ -31,7 +31,6 @@ * Chapter 21, Vybrid Reference Manual, Rev. 5, 07/2013 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/freescale/vybrid/vf_gpio.c b/sys/arm/freescale/vybrid/vf_gpio.c index ee6995aefae1..c81524a8a27e 100644 --- a/sys/arm/freescale/vybrid/vf_gpio.c +++ b/sys/arm/freescale/vybrid/vf_gpio.c @@ -31,7 +31,6 @@ * Chapter 7, Vybrid Reference Manual, Rev. 5, 07/2013 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/freescale/vybrid/vf_i2c.c b/sys/arm/freescale/vybrid/vf_i2c.c index 0bda13ef31d2..38717c186814 100644 --- a/sys/arm/freescale/vybrid/vf_i2c.c +++ b/sys/arm/freescale/vybrid/vf_i2c.c @@ -35,7 +35,6 @@ * This driver is based on the I2C driver for i.MX */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/freescale/vybrid/vf_iomuxc.c b/sys/arm/freescale/vybrid/vf_iomuxc.c index 0bce4f7cb50e..3e90761513c6 100644 --- a/sys/arm/freescale/vybrid/vf_iomuxc.c +++ b/sys/arm/freescale/vybrid/vf_iomuxc.c @@ -31,7 +31,6 @@ * Chapter 5, Vybrid Reference Manual, Rev. 5, 07/2013 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/freescale/vybrid/vf_machdep.c b/sys/arm/freescale/vybrid/vf_machdep.c index 44dafe64199c..2ab14f5154eb 100644 --- a/sys/arm/freescale/vybrid/vf_machdep.c +++ b/sys/arm/freescale/vybrid/vf_machdep.c @@ -28,7 +28,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/devmap.h> diff --git a/sys/arm/freescale/vybrid/vf_mscm.c b/sys/arm/freescale/vybrid/vf_mscm.c index b559bcc3ca11..5f986050ae9d 100644 --- a/sys/arm/freescale/vybrid/vf_mscm.c +++ b/sys/arm/freescale/vybrid/vf_mscm.c @@ -31,7 +31,6 @@ * Chapter 66, Vybrid Reference Manual, Rev. 5, 07/2013 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/freescale/vybrid/vf_port.c b/sys/arm/freescale/vybrid/vf_port.c index 80b2351e4da0..215b66b34669 100644 --- a/sys/arm/freescale/vybrid/vf_port.c +++ b/sys/arm/freescale/vybrid/vf_port.c @@ -31,7 +31,6 @@ * Chapter 6, Vybrid Reference Manual, Rev. 5, 07/2013 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/freescale/vybrid/vf_sai.c b/sys/arm/freescale/vybrid/vf_sai.c index 5f4733533414..7cb533f0ddbb 100644 --- a/sys/arm/freescale/vybrid/vf_sai.c +++ b/sys/arm/freescale/vybrid/vf_sai.c @@ -31,7 +31,6 @@ * Chapter 51, Vybrid Reference Manual, Rev. 5, 07/2013 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/freescale/vybrid/vf_spi.c b/sys/arm/freescale/vybrid/vf_spi.c index da90d706d6c4..5d32723e118c 100644 --- a/sys/arm/freescale/vybrid/vf_spi.c +++ b/sys/arm/freescale/vybrid/vf_spi.c @@ -29,7 +29,6 @@ * Chapter 47, Vybrid Reference Manual, Rev. 5, 07/2013 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/freescale/vybrid/vf_src.c b/sys/arm/freescale/vybrid/vf_src.c index 9378ec5eb40c..c038c816d0de 100644 --- a/sys/arm/freescale/vybrid/vf_src.c +++ b/sys/arm/freescale/vybrid/vf_src.c @@ -31,7 +31,6 @@ * Chapter 18, Vybrid Reference Manual, Rev. 5, 07/2013 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/freescale/vybrid/vf_tcon.c b/sys/arm/freescale/vybrid/vf_tcon.c index dca290de9189..f66f37383bd6 100644 --- a/sys/arm/freescale/vybrid/vf_tcon.c +++ b/sys/arm/freescale/vybrid/vf_tcon.c @@ -31,7 +31,6 @@ * Chapter 58, Vybrid Reference Manual, Rev. 5, 07/2013 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/mv/a37x0_gpio.c b/sys/arm/mv/a37x0_gpio.c index 7aee763ebd77..86110ff87ab1 100644 --- a/sys/arm/mv/a37x0_gpio.c +++ b/sys/arm/mv/a37x0_gpio.c @@ -26,7 +26,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/mv/a37x0_spi.c b/sys/arm/mv/a37x0_spi.c index 03912302bfbb..4834eb095a17 100644 --- a/sys/arm/mv/a37x0_spi.c +++ b/sys/arm/mv/a37x0_spi.c @@ -23,7 +23,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/mv/armada/thermal.c b/sys/arm/mv/armada/thermal.c index 038f5491d438..3c97a1d3617b 100644 --- a/sys/arm/mv/armada/thermal.c +++ b/sys/arm/mv/armada/thermal.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/sysctl.h> #include <sys/systm.h> diff --git a/sys/arm/mv/armada/wdt.c b/sys/arm/mv/armada/wdt.c index a51894f23482..6e2e22907c68 100644 --- a/sys/arm/mv/armada/wdt.c +++ b/sys/arm/mv/armada/wdt.c @@ -28,7 +28,6 @@ * from: FreeBSD: //depot/projects/arm/src/sys/arm/xscale/pxa2x0/pxa2x0_timer.c, rev 1 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/mv/armada38x/armada38x.c b/sys/arm/mv/armada38x/armada38x.c index d30bce113f70..22c68179cf0a 100644 --- a/sys/arm/mv/armada38x/armada38x.c +++ b/sys/arm/mv/armada38x/armada38x.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/sysctl.h> #include <sys/systm.h> diff --git a/sys/arm/mv/armada38x/armada38x_mp.c b/sys/arm/mv/armada38x/armada38x_mp.c index e61701bbbaa6..69e2df36eaec 100644 --- a/sys/arm/mv/armada38x/armada38x_mp.c +++ b/sys/arm/mv/armada38x/armada38x_mp.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/mv/armada38x/armada38x_rtc.c b/sys/arm/mv/armada38x/armada38x_rtc.c index 512aad8e72cf..7ad873d64142 100644 --- a/sys/arm/mv/armada38x/armada38x_rtc.c +++ b/sys/arm/mv/armada38x/armada38x_rtc.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/lock.h> diff --git a/sys/arm/mv/armada38x/pmsu.c b/sys/arm/mv/armada38x/pmsu.c index 562ea6cd1c04..daddef876aa6 100644 --- a/sys/arm/mv/armada38x/pmsu.c +++ b/sys/arm/mv/armada38x/pmsu.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/conf.h> diff --git a/sys/arm/mv/armadaxp/armadaxp.c b/sys/arm/mv/armadaxp/armadaxp.c index 28310ef6b5ed..2835a0d6b637 100644 --- a/sys/arm/mv/armadaxp/armadaxp.c +++ b/sys/arm/mv/armadaxp/armadaxp.c @@ -28,7 +28,6 @@ * From: FreeBSD: src/sys/arm/mv/kirkwood/sheevaplug.c,v 1.2 2010/06/13 13:28:53 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/mv/clk/a37x0_periph_clk_driver.c b/sys/arm/mv/clk/a37x0_periph_clk_driver.c index 1ab9e513eca9..e8d90a0c9904 100644 --- a/sys/arm/mv/clk/a37x0_periph_clk_driver.c +++ b/sys/arm/mv/clk/a37x0_periph_clk_driver.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm/mv/clk/a37x0_tbg.c b/sys/arm/mv/clk/a37x0_tbg.c index 4b359ca197d9..d8f0f5203455 100644 --- a/sys/arm/mv/clk/a37x0_tbg.c +++ b/sys/arm/mv/clk/a37x0_tbg.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm/mv/clk/a37x0_tbg_pll.c b/sys/arm/mv/clk/a37x0_tbg_pll.c index b2159b842c02..83115dc5741d 100644 --- a/sys/arm/mv/clk/a37x0_tbg_pll.c +++ b/sys/arm/mv/clk/a37x0_tbg_pll.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/rman.h> diff --git a/sys/arm/mv/clk/a37x0_xtal.c b/sys/arm/mv/clk/a37x0_xtal.c index 0fad264ceabb..e4ce8a90a24e 100644 --- a/sys/arm/mv/clk/a37x0_xtal.c +++ b/sys/arm/mv/clk/a37x0_xtal.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm/mv/clk/armada38x_gateclk.c b/sys/arm/mv/clk/armada38x_gateclk.c index d00a01b0da67..c50a65b3396e 100644 --- a/sys/arm/mv/clk/armada38x_gateclk.c +++ b/sys/arm/mv/clk/armada38x_gateclk.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/mv/clk/armada38x_gen.c b/sys/arm/mv/clk/armada38x_gen.c index b4f2aa22c380..13951a33da55 100644 --- a/sys/arm/mv/clk/armada38x_gen.c +++ b/sys/arm/mv/clk/armada38x_gen.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/mv/clk/periph.c b/sys/arm/mv/clk/periph.c index 178f5f30dbb6..98445fa8bc6a 100644 --- a/sys/arm/mv/clk/periph.c +++ b/sys/arm/mv/clk/periph.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm/mv/clk/periph_clk_d.c b/sys/arm/mv/clk/periph_clk_d.c index 860922776385..0e8659d56e18 100644 --- a/sys/arm/mv/clk/periph_clk_d.c +++ b/sys/arm/mv/clk/periph_clk_d.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm/mv/clk/periph_clk_fixed.c b/sys/arm/mv/clk/periph_clk_fixed.c index f24591cdb6c9..d3c1f0deafa8 100644 --- a/sys/arm/mv/clk/periph_clk_fixed.c +++ b/sys/arm/mv/clk/periph_clk_fixed.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm/mv/clk/periph_clk_gate.c b/sys/arm/mv/clk/periph_clk_gate.c index 0ba2e5cf1317..803b5f8ed7e1 100644 --- a/sys/arm/mv/clk/periph_clk_gate.c +++ b/sys/arm/mv/clk/periph_clk_gate.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm/mv/clk/periph_clk_mux_gate.c b/sys/arm/mv/clk/periph_clk_mux_gate.c index ab7a687417f5..6016a7b1c1a4 100644 --- a/sys/arm/mv/clk/periph_clk_mux_gate.c +++ b/sys/arm/mv/clk/periph_clk_mux_gate.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm/mv/gpio.c b/sys/arm/mv/gpio.c index 8c621b5e2f40..934c00236153 100644 --- a/sys/arm/mv/gpio.c +++ b/sys/arm/mv/gpio.c @@ -31,7 +31,6 @@ * from: FreeBSD: //depot/projects/arm/src/sys/arm/xscale/pxa2x0/pxa2x0_gpio.c, rev 1 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/mv/ic.c b/sys/arm/mv/ic.c index c65ee0275597..aaea59ae2ca6 100644 --- a/sys/arm/mv/ic.c +++ b/sys/arm/mv/ic.c @@ -30,7 +30,6 @@ * from: FreeBSD: //depot/projects/arm/src/sys/arm/xscale/pxa2x0/pxa2x0_icu.c, rev 1 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/mv/mv_ap806_clock.c b/sys/arm/mv/mv_ap806_clock.c index 4cef6dada66d..b926a58aca0c 100644 --- a/sys/arm/mv/mv_ap806_clock.c +++ b/sys/arm/mv/mv_ap806_clock.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/mv/mv_ap806_gicp.c b/sys/arm/mv/mv_ap806_gicp.c index ae39eba03376..5a2ff8faddab 100644 --- a/sys/arm/mv/mv_ap806_gicp.c +++ b/sys/arm/mv/mv_ap806_gicp.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/mv/mv_ap806_sei.c b/sys/arm/mv/mv_ap806_sei.c index be41b2c06907..d711c6463956 100644 --- a/sys/arm/mv/mv_ap806_sei.c +++ b/sys/arm/mv/mv_ap806_sei.c @@ -26,7 +26,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/mv/mv_common.c b/sys/arm/mv/mv_common.c index 09322d591e01..5bfe4c08d762 100644 --- a/sys/arm/mv/mv_common.c +++ b/sys/arm/mv/mv_common.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/mv/mv_cp110_clock.c b/sys/arm/mv/mv_cp110_clock.c index 85d4d3df41b2..604195da1ab4 100644 --- a/sys/arm/mv/mv_cp110_clock.c +++ b/sys/arm/mv/mv_cp110_clock.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/mv/mv_cp110_icu.c b/sys/arm/mv/mv_cp110_icu.c index c29a22538622..25ec19bee575 100644 --- a/sys/arm/mv/mv_cp110_icu.c +++ b/sys/arm/mv/mv_cp110_icu.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/mv/mv_cp110_icu_bus.c b/sys/arm/mv/mv_cp110_icu_bus.c index 5b4eb8355287..43429292c9f1 100644 --- a/sys/arm/mv/mv_cp110_icu_bus.c +++ b/sys/arm/mv/mv_cp110_icu_bus.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm/mv/mv_pci.c b/sys/arm/mv/mv_pci.c index f6aa52611c86..74fc0419bf22 100644 --- a/sys/arm/mv/mv_pci.c +++ b/sys/arm/mv/mv_pci.c @@ -40,7 +40,6 @@ * Marvell integrated PCI/PCI-Express controller driver. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/mv/mv_pci_ctrl.c b/sys/arm/mv/mv_pci_ctrl.c index cbe141b9fcb1..0cff28e4ca76 100644 --- a/sys/arm/mv/mv_pci_ctrl.c +++ b/sys/arm/mv/mv_pci_ctrl.c @@ -37,7 +37,6 @@ * Marvell integrated PCI/PCI-Express Bus Controller Driver. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/mv/mv_spi.c b/sys/arm/mv/mv_spi.c index 11c4c3be702c..4efaee68f75d 100644 --- a/sys/arm/mv/mv_spi.c +++ b/sys/arm/mv/mv_spi.c @@ -24,7 +24,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/mv/mv_thermal.c b/sys/arm/mv/mv_thermal.c index 3810b565b4a2..8004fdd38289 100644 --- a/sys/arm/mv/mv_thermal.c +++ b/sys/arm/mv/mv_thermal.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/mv/mvebu_pinctrl.c b/sys/arm/mv/mvebu_pinctrl.c index 618c281fea7a..658a4b615cf7 100644 --- a/sys/arm/mv/mvebu_pinctrl.c +++ b/sys/arm/mv/mvebu_pinctrl.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/mv/rtc.c b/sys/arm/mv/rtc.c index 3d408362009a..cb8e4b6db626 100644 --- a/sys/arm/mv/rtc.c +++ b/sys/arm/mv/rtc.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/lock.h> diff --git a/sys/arm/mv/timer.c b/sys/arm/mv/timer.c index 15ce14fbe753..8b5306fc7a94 100644 --- a/sys/arm/mv/timer.c +++ b/sys/arm/mv/timer.c @@ -30,7 +30,6 @@ * from: FreeBSD: //depot/projects/arm/src/sys/arm/xscale/pxa2x0/pxa2x0_timer.c, rev 1 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/nvidia/as3722_gpio.c b/sys/arm/nvidia/as3722_gpio.c index f7ae3c99d0f4..073d057884c9 100644 --- a/sys/arm/nvidia/as3722_gpio.c +++ b/sys/arm/nvidia/as3722_gpio.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/nvidia/as3722_regulators.c b/sys/arm/nvidia/as3722_regulators.c index 7a8c6d96e7e5..912c0d964961 100644 --- a/sys/arm/nvidia/as3722_regulators.c +++ b/sys/arm/nvidia/as3722_regulators.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/nvidia/as3722_rtc.c b/sys/arm/nvidia/as3722_rtc.c index af86ab38d814..ce96801476d8 100644 --- a/sys/arm/nvidia/as3722_rtc.c +++ b/sys/arm/nvidia/as3722_rtc.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/nvidia/drm2/hdmi.c b/sys/arm/nvidia/drm2/hdmi.c index 5b402487f08d..521f77bd1d05 100644 --- a/sys/arm/nvidia/drm2/hdmi.c +++ b/sys/arm/nvidia/drm2/hdmi.c @@ -21,7 +21,6 @@ * DEALINGS IN THE SOFTWARE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/nvidia/drm2/tegra_bo.c b/sys/arm/nvidia/drm2/tegra_bo.c index ae0c48d6b677..5b9eb8588f4e 100644 --- a/sys/arm/nvidia/drm2/tegra_bo.c +++ b/sys/arm/nvidia/drm2/tegra_bo.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/nvidia/drm2/tegra_dc.c b/sys/arm/nvidia/drm2/tegra_dc.c index f086570e3f09..81177180056c 100644 --- a/sys/arm/nvidia/drm2/tegra_dc.c +++ b/sys/arm/nvidia/drm2/tegra_dc.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/nvidia/drm2/tegra_drm_subr.c b/sys/arm/nvidia/drm2/tegra_drm_subr.c index 8210c7d60ea7..920419cc777e 100644 --- a/sys/arm/nvidia/drm2/tegra_drm_subr.c +++ b/sys/arm/nvidia/drm2/tegra_drm_subr.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/nvidia/drm2/tegra_fb.c b/sys/arm/nvidia/drm2/tegra_fb.c index 450d6944205d..23994060700b 100644 --- a/sys/arm/nvidia/drm2/tegra_fb.c +++ b/sys/arm/nvidia/drm2/tegra_fb.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/nvidia/drm2/tegra_hdmi.c b/sys/arm/nvidia/drm2/tegra_hdmi.c index 641787a40e71..c45ca1721ff0 100644 --- a/sys/arm/nvidia/drm2/tegra_hdmi.c +++ b/sys/arm/nvidia/drm2/tegra_hdmi.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/nvidia/drm2/tegra_host1x.c b/sys/arm/nvidia/drm2/tegra_host1x.c index 7d5044d5403b..080fbef659a1 100644 --- a/sys/arm/nvidia/drm2/tegra_host1x.c +++ b/sys/arm/nvidia/drm2/tegra_host1x.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/nvidia/tegra124/tegra124_car.c b/sys/arm/nvidia/tegra124/tegra124_car.c index 52807ad7e73f..ebb30b29aaa9 100644 --- a/sys/arm/nvidia/tegra124/tegra124_car.c +++ b/sys/arm/nvidia/tegra124/tegra124_car.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/nvidia/tegra124/tegra124_clk_per.c b/sys/arm/nvidia/tegra124/tegra124_clk_per.c index 26c1c30eb0fc..95af7a75b21b 100644 --- a/sys/arm/nvidia/tegra124/tegra124_clk_per.c +++ b/sys/arm/nvidia/tegra124/tegra124_clk_per.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/nvidia/tegra124/tegra124_clk_pll.c b/sys/arm/nvidia/tegra124/tegra124_clk_pll.c index 6b170dae792a..524b31d299cd 100644 --- a/sys/arm/nvidia/tegra124/tegra124_clk_pll.c +++ b/sys/arm/nvidia/tegra124/tegra124_clk_pll.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/nvidia/tegra124/tegra124_clk_super.c b/sys/arm/nvidia/tegra124/tegra124_clk_super.c index 3c28a84aea9f..8fb5e524e5fd 100644 --- a/sys/arm/nvidia/tegra124/tegra124_clk_super.c +++ b/sys/arm/nvidia/tegra124/tegra124_clk_super.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/nvidia/tegra124/tegra124_coretemp.c b/sys/arm/nvidia/tegra124/tegra124_coretemp.c index 9b9ed517147e..a22618ca5338 100644 --- a/sys/arm/nvidia/tegra124/tegra124_coretemp.c +++ b/sys/arm/nvidia/tegra124/tegra124_coretemp.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/nvidia/tegra124/tegra124_cpufreq.c b/sys/arm/nvidia/tegra124/tegra124_cpufreq.c index 03bc22439230..f407d093455a 100644 --- a/sys/arm/nvidia/tegra124/tegra124_cpufreq.c +++ b/sys/arm/nvidia/tegra124/tegra124_cpufreq.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/nvidia/tegra124/tegra124_machdep.c b/sys/arm/nvidia/tegra124/tegra124_machdep.c index 8ee1d8c8aaae..4f06622d1dac 100644 --- a/sys/arm/nvidia/tegra124/tegra124_machdep.c +++ b/sys/arm/nvidia/tegra124/tegra124_machdep.c @@ -26,7 +26,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/devmap.h> diff --git a/sys/arm/nvidia/tegra124/tegra124_mp.c b/sys/arm/nvidia/tegra124/tegra124_mp.c index 624f1dd507f4..7764d6f36b31 100644 --- a/sys/arm/nvidia/tegra124/tegra124_mp.c +++ b/sys/arm/nvidia/tegra124/tegra124_mp.c @@ -23,7 +23,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/nvidia/tegra124/tegra124_xusbpadctl.c b/sys/arm/nvidia/tegra124/tegra124_xusbpadctl.c index dfcd46325793..eb749a2ffbc9 100644 --- a/sys/arm/nvidia/tegra124/tegra124_xusbpadctl.c +++ b/sys/arm/nvidia/tegra124/tegra124_xusbpadctl.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/nvidia/tegra_efuse.c b/sys/arm/nvidia/tegra_efuse.c index 7c88bcb3fe03..1adfb14213e8 100644 --- a/sys/arm/nvidia/tegra_efuse.c +++ b/sys/arm/nvidia/tegra_efuse.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/qemu/virt_machdep.c b/sys/arm/qemu/virt_machdep.c index 52bf408481ba..72f426084e17 100644 --- a/sys/arm/qemu/virt_machdep.c +++ b/sys/arm/qemu/virt_machdep.c @@ -27,7 +27,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/devmap.h> diff --git a/sys/arm/qemu/virt_mp.c b/sys/arm/qemu/virt_mp.c index b7bf86d9871d..a3471b1eb764 100644 --- a/sys/arm/qemu/virt_mp.c +++ b/sys/arm/qemu/virt_mp.c @@ -25,7 +25,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/qualcomm/ipq4018_machdep.c b/sys/arm/qualcomm/ipq4018_machdep.c index 6734383d5b42..206f428111ba 100644 --- a/sys/arm/qualcomm/ipq4018_machdep.c +++ b/sys/arm/qualcomm/ipq4018_machdep.c @@ -27,7 +27,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/qualcomm/ipq4018_mp.c b/sys/arm/qualcomm/ipq4018_mp.c index 994fed9afd30..cdcc0dfb9550 100644 --- a/sys/arm/qualcomm/ipq4018_mp.c +++ b/sys/arm/qualcomm/ipq4018_mp.c @@ -27,7 +27,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/qualcomm/ipq4018_usb_hs_phy.c b/sys/arm/qualcomm/ipq4018_usb_hs_phy.c index 984636b2bd13..75bfa931e8e3 100644 --- a/sys/arm/qualcomm/ipq4018_usb_hs_phy.c +++ b/sys/arm/qualcomm/ipq4018_usb_hs_phy.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/qualcomm/ipq4018_usb_ss_phy.c b/sys/arm/qualcomm/ipq4018_usb_ss_phy.c index 26000460a7e7..22dc92ffd2ec 100644 --- a/sys/arm/qualcomm/ipq4018_usb_ss_phy.c +++ b/sys/arm/qualcomm/ipq4018_usb_ss_phy.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/qualcomm/qcom_cpu_kpssv2.c b/sys/arm/qualcomm/qcom_cpu_kpssv2.c index 4e1c933d2db2..c265f0f897e2 100644 --- a/sys/arm/qualcomm/qcom_cpu_kpssv2.c +++ b/sys/arm/qualcomm/qcom_cpu_kpssv2.c @@ -27,7 +27,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/qualcomm/qcom_scm_legacy.c b/sys/arm/qualcomm/qcom_scm_legacy.c index 24c62c8181c3..f1566264f00c 100644 --- a/sys/arm/qualcomm/qcom_scm_legacy.c +++ b/sys/arm/qualcomm/qcom_scm_legacy.c @@ -27,7 +27,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/rockchip/rk32xx_machdep.c b/sys/arm/rockchip/rk32xx_machdep.c index d690ff970f81..56410a0f4724 100644 --- a/sys/arm/rockchip/rk32xx_machdep.c +++ b/sys/arm/rockchip/rk32xx_machdep.c @@ -27,7 +27,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/rockchip/rk32xx_mp.c b/sys/arm/rockchip/rk32xx_mp.c index 8a482ab93665..5a5043753056 100644 --- a/sys/arm/rockchip/rk32xx_mp.c +++ b/sys/arm/rockchip/rk32xx_mp.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/ti/am335x/am3359_cppi41.c b/sys/arm/ti/am335x/am3359_cppi41.c index 82f3a55fb9f1..5b3eb3277094 100644 --- a/sys/arm/ti/am335x/am3359_cppi41.c +++ b/sys/arm/ti/am335x/am3359_cppi41.c @@ -26,7 +26,6 @@ */ /* Based on sys/arm/ti/ti_sysc.c */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/ti/am335x/am335x_dmtimer.c b/sys/arm/ti/am335x/am335x_dmtimer.c index e576a11fe70e..d6ea5267a9be 100644 --- a/sys/arm/ti/am335x/am335x_dmtimer.c +++ b/sys/arm/ti/am335x/am335x_dmtimer.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/ti/am335x/am335x_ecap.c b/sys/arm/ti/am335x/am335x_ecap.c index 83ba9847ec47..f1df54af6e18 100644 --- a/sys/arm/ti/am335x/am335x_ecap.c +++ b/sys/arm/ti/am335x/am335x_ecap.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/ti/am335x/am335x_ehrpwm.c b/sys/arm/ti/am335x/am335x_ehrpwm.c index f3d079525d4a..2296b050517f 100644 --- a/sys/arm/ti/am335x/am335x_ehrpwm.c +++ b/sys/arm/ti/am335x/am335x_ehrpwm.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/ti/am335x/am335x_gpio.c b/sys/arm/ti/am335x/am335x_gpio.c index 23a417286795..78665b19857a 100644 --- a/sys/arm/ti/am335x/am335x_gpio.c +++ b/sys/arm/ti/am335x/am335x_gpio.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/ti/am335x/am335x_lcd_syscons.c b/sys/arm/ti/am335x/am335x_lcd_syscons.c index fb634f8076e6..09505adac8f3 100644 --- a/sys/arm/ti/am335x/am335x_lcd_syscons.c +++ b/sys/arm/ti/am335x/am335x_lcd_syscons.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/ti/am335x/am335x_pwmss.c b/sys/arm/ti/am335x/am335x_pwmss.c index 2769835c0a08..c4a045503b1e 100644 --- a/sys/arm/ti/am335x/am335x_pwmss.c +++ b/sys/arm/ti/am335x/am335x_pwmss.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/ti/am335x/am335x_rtc.c b/sys/arm/ti/am335x/am335x_rtc.c index 6196ce1fce50..7ac8ce061796 100644 --- a/sys/arm/ti/am335x/am335x_rtc.c +++ b/sys/arm/ti/am335x/am335x_rtc.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/ti/am335x/am335x_scm.c b/sys/arm/ti/am335x/am335x_scm.c index 64ef6a577afc..1a4fd0ed6325 100644 --- a/sys/arm/ti/am335x/am335x_scm.c +++ b/sys/arm/ti/am335x/am335x_scm.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/ti/am335x/am335x_scm_padconf.c b/sys/arm/ti/am335x/am335x_scm_padconf.c index 2af84e85d78e..1d28a8003d55 100644 --- a/sys/arm/ti/am335x/am335x_scm_padconf.c +++ b/sys/arm/ti/am335x/am335x_scm_padconf.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/ti/am335x/am335x_usb_phy.c b/sys/arm/ti/am335x/am335x_usb_phy.c index f03c1fcde27e..04675d1f18ba 100644 --- a/sys/arm/ti/am335x/am335x_usb_phy.c +++ b/sys/arm/ti/am335x/am335x_usb_phy.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/ti/clk/clock_common.c b/sys/arm/ti/clk/clock_common.c index 79ccc7b3d055..78f60f609146 100644 --- a/sys/arm/ti/clk/clock_common.c +++ b/sys/arm/ti/clk/clock_common.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/bus.h> diff --git a/sys/arm/ti/clk/ti_clk_clkctrl.c b/sys/arm/ti/clk/ti_clk_clkctrl.c index e7a121bf49e5..1fc15e679051 100644 --- a/sys/arm/ti/clk/ti_clk_clkctrl.c +++ b/sys/arm/ti/clk/ti_clk_clkctrl.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/ti/clk/ti_clk_dpll.c b/sys/arm/ti/clk/ti_clk_dpll.c index ffde2123a35f..0a23a2222c0e 100644 --- a/sys/arm/ti/clk/ti_clk_dpll.c +++ b/sys/arm/ti/clk/ti_clk_dpll.c @@ -29,7 +29,6 @@ * based on sys/arm/allwinner/clkng/aw_clk_np.c */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/ti/clk/ti_clkctrl.c b/sys/arm/ti/clk/ti_clkctrl.c index e7541c890004..169cc7a62f73 100644 --- a/sys/arm/ti/clk/ti_clkctrl.c +++ b/sys/arm/ti/clk/ti_clkctrl.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/ti/clk/ti_divider_clock.c b/sys/arm/ti/clk/ti_divider_clock.c index 25e6e1bf7264..c1b2e25a7651 100644 --- a/sys/arm/ti/clk/ti_divider_clock.c +++ b/sys/arm/ti/clk/ti_divider_clock.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/bus.h> diff --git a/sys/arm/ti/clk/ti_dpll_clock.c b/sys/arm/ti/clk/ti_dpll_clock.c index 686dce110de2..b47fef83bc3f 100644 --- a/sys/arm/ti/clk/ti_dpll_clock.c +++ b/sys/arm/ti/clk/ti_dpll_clock.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/bus.h> diff --git a/sys/arm/ti/clk/ti_gate_clock.c b/sys/arm/ti/clk/ti_gate_clock.c index baf233c5fa68..cf33f06574b7 100644 --- a/sys/arm/ti/clk/ti_gate_clock.c +++ b/sys/arm/ti/clk/ti_gate_clock.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/bus.h> diff --git a/sys/arm/ti/clk/ti_mux_clock.c b/sys/arm/ti/clk/ti_mux_clock.c index ef1b2ea5c324..684e95305038 100644 --- a/sys/arm/ti/clk/ti_mux_clock.c +++ b/sys/arm/ti/clk/ti_mux_clock.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/bus.h> diff --git a/sys/arm/ti/omap4/omap4_gpio.c b/sys/arm/ti/omap4/omap4_gpio.c index ac52131a5c48..08c878107b48 100644 --- a/sys/arm/ti/omap4/omap4_gpio.c +++ b/sys/arm/ti/omap4/omap4_gpio.c @@ -26,7 +26,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/ti/omap4/omap4_l2cache.c b/sys/arm/ti/omap4/omap4_l2cache.c index 050631d96bd0..74b204268176 100644 --- a/sys/arm/ti/omap4/omap4_l2cache.c +++ b/sys/arm/ti/omap4/omap4_l2cache.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/ti/omap4/omap4_mp.c b/sys/arm/ti/omap4/omap4_mp.c index ab0f8ccdd126..1affd08583db 100644 --- a/sys/arm/ti/omap4/omap4_mp.c +++ b/sys/arm/ti/omap4/omap4_mp.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/ti/omap4/omap4_prcm_clks.c b/sys/arm/ti/omap4/omap4_prcm_clks.c index 25daef320419..73ef67a19d47 100644 --- a/sys/arm/ti/omap4/omap4_prcm_clks.c +++ b/sys/arm/ti/omap4/omap4_prcm_clks.c @@ -29,7 +29,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/ti/omap4/omap4_scm_padconf.c b/sys/arm/ti/omap4/omap4_scm_padconf.c index e71185dea15a..e27c3fdbe23a 100644 --- a/sys/arm/ti/omap4/omap4_scm_padconf.c +++ b/sys/arm/ti/omap4/omap4_scm_padconf.c @@ -28,7 +28,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/ti/omap4/omap4_wugen.c b/sys/arm/ti/omap4/omap4_wugen.c index 5fa85a2898aa..d9264e60efc9 100644 --- a/sys/arm/ti/omap4/omap4_wugen.c +++ b/sys/arm/ti/omap4/omap4_wugen.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/conf.h> diff --git a/sys/arm/ti/omap4/pandaboard/pandaboard.c b/sys/arm/ti/omap4/pandaboard/pandaboard.c index a4fd1d9b520d..e445b1f4045b 100644 --- a/sys/arm/ti/omap4/pandaboard/pandaboard.c +++ b/sys/arm/ti/omap4/pandaboard/pandaboard.c @@ -28,7 +28,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/ti/ti_cpuid.c b/sys/arm/ti/ti_cpuid.c index dac33e0214cd..b2e7e61c287b 100644 --- a/sys/arm/ti/ti_cpuid.c +++ b/sys/arm/ti/ti_cpuid.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/ti/ti_edma3.c b/sys/arm/ti/ti_edma3.c index 231c4f91dba3..3e4b17c847fb 100644 --- a/sys/arm/ti/ti_edma3.c +++ b/sys/arm/ti/ti_edma3.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/endian.h> diff --git a/sys/arm/ti/ti_i2c.c b/sys/arm/ti/ti_i2c.c index 0f97112c2a43..527c8cbd8ee3 100644 --- a/sys/arm/ti/ti_i2c.c +++ b/sys/arm/ti/ti_i2c.c @@ -41,7 +41,6 @@ * normal interrupt/fifo driven option is used. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/ti/ti_machdep.c b/sys/arm/ti/ti_machdep.c index da7e0e930028..c4547609b3bb 100644 --- a/sys/arm/ti/ti_machdep.c +++ b/sys/arm/ti/ti_machdep.c @@ -39,7 +39,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/ti/ti_mbox.c b/sys/arm/ti/ti_mbox.c index 797e181f560b..d844d3b86dec 100644 --- a/sys/arm/ti/ti_mbox.c +++ b/sys/arm/ti/ti_mbox.c @@ -25,7 +25,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/ti/ti_omap4_cm.c b/sys/arm/ti/ti_omap4_cm.c index ce1937e2df95..b558d6262158 100644 --- a/sys/arm/ti/ti_omap4_cm.c +++ b/sys/arm/ti/ti_omap4_cm.c @@ -28,7 +28,6 @@ * Based on sys/arm/ti/ti_sysc.c */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/ti/ti_pinmux.c b/sys/arm/ti/ti_pinmux.c index 914928aa593a..7f6b5a1889bc 100644 --- a/sys/arm/ti/ti_pinmux.c +++ b/sys/arm/ti/ti_pinmux.c @@ -33,7 +33,7 @@ /** * Exposes pinmux module to pinctrl-compatible interface */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/ti/ti_prcm.c b/sys/arm/ti/ti_prcm.c index 5a08f08c612f..0006d0eaec9b 100644 --- a/sys/arm/ti/ti_prcm.c +++ b/sys/arm/ti/ti_prcm.c @@ -30,7 +30,6 @@ /* Based on sys/arm/ti/am335x/am335x_prcm.c */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/ti/ti_prm.c b/sys/arm/ti/ti_prm.c index fc4e027512b5..5ceeae364411 100644 --- a/sys/arm/ti/ti_prm.c +++ b/sys/arm/ti/ti_prm.c @@ -28,7 +28,6 @@ * Documentation/devicetree/binding/arm/omap/prm-inst.txt */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/ti/ti_scm_syscon.c b/sys/arm/ti/ti_scm_syscon.c index fc6d8ecb3c13..af77bc54f150 100644 --- a/sys/arm/ti/ti_scm_syscon.c +++ b/sys/arm/ti/ti_scm_syscon.c @@ -26,7 +26,6 @@ */ /* Based on sys/arm/ti/ti_sysc.c */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/ti/ti_sdhci.c b/sys/arm/ti/ti_sdhci.c index 6a1c9552f440..0c01693c3c52 100644 --- a/sys/arm/ti/ti_sdhci.c +++ b/sys/arm/ti/ti_sdhci.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/ti/ti_sdma.c b/sys/arm/ti/ti_sdma.c index 302b0330df18..e89a5c7b4f3c 100644 --- a/sys/arm/ti/ti_sdma.c +++ b/sys/arm/ti/ti_sdma.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/ti/ti_spi.c b/sys/arm/ti/ti_spi.c index 5313bd9948d7..b5616d36830c 100644 --- a/sys/arm/ti/ti_spi.c +++ b/sys/arm/ti/ti_spi.c @@ -24,7 +24,7 @@ * SUCH DAMAGE. * */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/ti/ti_sysc.c b/sys/arm/ti/ti_sysc.c index 33f34023429e..b00642bb87c5 100644 --- a/sys/arm/ti/ti_sysc.c +++ b/sys/arm/ti/ti_sysc.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/ti/ti_wdt.c b/sys/arm/ti/ti_wdt.c index 6fddf2eb655f..db580cd17cdf 100644 --- a/sys/arm/ti/ti_wdt.c +++ b/sys/arm/ti/ti_wdt.c @@ -23,7 +23,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/ti/usb/omap_ehci.c b/sys/arm/ti/usb/omap_ehci.c index 5b84ba0de151..9376be35c261 100644 --- a/sys/arm/ti/usb/omap_ehci.c +++ b/sys/arm/ti/usb/omap_ehci.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/arm/ti/usb/omap_host.c b/sys/arm/ti/usb/omap_host.c index 1180766c677d..631c74e19686 100644 --- a/sys/arm/ti/usb/omap_host.c +++ b/sys/arm/ti/usb/omap_host.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/arm/ti/usb/omap_tll.c b/sys/arm/ti/usb/omap_tll.c index 12d2c8ce2d40..08fbd2344e49 100644 --- a/sys/arm/ti/usb/omap_tll.c +++ b/sys/arm/ti/usb/omap_tll.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/arm/xilinx/uart_dev_cdnc.c b/sys/arm/xilinx/uart_dev_cdnc.c index 0a66e06ca720..5404bc1e27d4 100644 --- a/sys/arm/xilinx/uart_dev_cdnc.c +++ b/sys/arm/xilinx/uart_dev_cdnc.c @@ -35,7 +35,6 @@ * and register definitions are in appendix B.33. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/xilinx/zy7_devcfg.c b/sys/arm/xilinx/zy7_devcfg.c index 0e5936e4e6af..1cb7ff9168cf 100644 --- a/sys/arm/xilinx/zy7_devcfg.c +++ b/sys/arm/xilinx/zy7_devcfg.c @@ -35,7 +35,6 @@ * covered in section 6.4.5. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/arm/xilinx/zy7_ehci.c b/sys/arm/xilinx/zy7_ehci.c index 15040f0a17a2..57fe4115a86f 100644 --- a/sys/arm/xilinx/zy7_ehci.c +++ b/sys/arm/xilinx/zy7_ehci.c @@ -34,7 +34,6 @@ * controller and register definitions are in appendix B.34. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/xilinx/zy7_gpio.c b/sys/arm/xilinx/zy7_gpio.c index 40ae21339404..091237014c6f 100644 --- a/sys/arm/xilinx/zy7_gpio.c +++ b/sys/arm/xilinx/zy7_gpio.c @@ -43,7 +43,6 @@ * chater 14. Register definitions are in appendix B.19. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/arm/xilinx/zy7_l2cache.c b/sys/arm/xilinx/zy7_l2cache.c index 274b441ebaf3..418a4d5782ce 100644 --- a/sys/arm/xilinx/zy7_l2cache.c +++ b/sys/arm/xilinx/zy7_l2cache.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/xilinx/zy7_machdep.c b/sys/arm/xilinx/zy7_machdep.c index d841575aabe9..723c3f3b2d73 100644 --- a/sys/arm/xilinx/zy7_machdep.c +++ b/sys/arm/xilinx/zy7_machdep.c @@ -35,7 +35,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/xilinx/zy7_mp.c b/sys/arm/xilinx/zy7_mp.c index cc122dca9cc0..def950cadf0b 100644 --- a/sys/arm/xilinx/zy7_mp.c +++ b/sys/arm/xilinx/zy7_mp.c @@ -24,7 +24,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm/xilinx/zy7_slcr.c b/sys/arm/xilinx/zy7_slcr.c index 8933b1ae50c8..755b5d4806ed 100644 --- a/sys/arm/xilinx/zy7_slcr.c +++ b/sys/arm/xilinx/zy7_slcr.c @@ -34,7 +34,6 @@ * (v1.4) November 16, 2012. Xilinx doc UG585. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/arm/xilinx/zy7_spi.c b/sys/arm/xilinx/zy7_spi.c index 0010cd6e00a0..c2cbf266ad05 100644 --- a/sys/arm/xilinx/zy7_spi.c +++ b/sys/arm/xilinx/zy7_spi.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/arm64/acpica/OsdEnvironment.c b/sys/arm64/acpica/OsdEnvironment.c index d3080bbe3710..535aa18d805e 100644 --- a/sys/arm64/acpica/OsdEnvironment.c +++ b/sys/arm64/acpica/OsdEnvironment.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm64/acpica/acpi_iort.c b/sys/arm64/acpica/acpi_iort.c index 2fb3bcf8a5df..ef6557ff9c98 100644 --- a/sys/arm64/acpica/acpi_iort.c +++ b/sys/arm64/acpica/acpi_iort.c @@ -29,7 +29,6 @@ #include "opt_acpi.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm64/acpica/acpi_machdep.c b/sys/arm64/acpica/acpi_machdep.c index b11af1b0f4da..123e5c328255 100644 --- a/sys/arm64/acpica/acpi_machdep.c +++ b/sys/arm64/acpica/acpi_machdep.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm64/acpica/acpi_wakeup.c b/sys/arm64/acpica/acpi_wakeup.c index 63bd687fba3f..f226b08218fd 100644 --- a/sys/arm64/acpica/acpi_wakeup.c +++ b/sys/arm64/acpica/acpi_wakeup.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm64/acpica/pci_cfgreg.c b/sys/arm64/acpica/pci_cfgreg.c index 97c640dfb81c..d2972bd1579f 100644 --- a/sys/arm64/acpica/pci_cfgreg.c +++ b/sys/arm64/acpica/pci_cfgreg.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm64/arm64/busdma_bounce.c b/sys/arm64/arm64/busdma_bounce.c index ee84d03a44d4..16de0286060b 100644 --- a/sys/arm64/arm64/busdma_bounce.c +++ b/sys/arm64/arm64/busdma_bounce.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/domainset.h> diff --git a/sys/arm64/arm64/busdma_machdep.c b/sys/arm64/arm64/busdma_machdep.c index 2b8dc179a909..9f1137636ca7 100644 --- a/sys/arm64/arm64/busdma_machdep.c +++ b/sys/arm64/arm64/busdma_machdep.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/arm64/arm64/clock.c b/sys/arm64/arm64/clock.c index 2d6e2a8771a0..86204243d5c1 100644 --- a/sys/arm64/arm64/clock.c +++ b/sys/arm64/arm64/clock.c @@ -25,7 +25,6 @@ * */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> diff --git a/sys/arm64/arm64/cpu_errata.c b/sys/arm64/arm64/cpu_errata.c index a03303d83044..989924bc0567 100644 --- a/sys/arm64/arm64/cpu_errata.c +++ b/sys/arm64/arm64/cpu_errata.c @@ -32,7 +32,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/pcpu.h> diff --git a/sys/arm64/arm64/db_disasm.c b/sys/arm64/arm64/db_disasm.c index 66add7b227cd..ab1002560b20 100644 --- a/sys/arm64/arm64/db_disasm.c +++ b/sys/arm64/arm64/db_disasm.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <ddb/ddb.h> #include <ddb/db_access.h> diff --git a/sys/arm64/arm64/db_interface.c b/sys/arm64/arm64/db_interface.c index 24ce0327e086..8d97ab46a837 100644 --- a/sys/arm64/arm64/db_interface.c +++ b/sys/arm64/arm64/db_interface.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/proc.h> #include <vm/vm.h> diff --git a/sys/arm64/arm64/db_trace.c b/sys/arm64/arm64/db_trace.c index cb1c0789b03f..1c9290f19ed5 100644 --- a/sys/arm64/arm64/db_trace.c +++ b/sys/arm64/arm64/db_trace.c @@ -28,7 +28,6 @@ #include "opt_ddb.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/proc.h> #include <sys/kdb.h> diff --git a/sys/arm64/arm64/debug_monitor.c b/sys/arm64/arm64/debug_monitor.c index 271f6fc47ea4..b8164b70c5c8 100644 --- a/sys/arm64/arm64/debug_monitor.c +++ b/sys/arm64/arm64/debug_monitor.c @@ -29,7 +29,6 @@ #include "opt_ddb.h" #include "opt_gdb.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/types.h> #include <sys/kdb.h> diff --git a/sys/arm64/arm64/disassem.c b/sys/arm64/arm64/disassem.c index e5c5d1562bea..a630697713c1 100644 --- a/sys/arm64/arm64/disassem.c +++ b/sys/arm64/arm64/disassem.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm64/arm64/dump_machdep.c b/sys/arm64/arm64/dump_machdep.c index bdf092896e3c..f2460f46337e 100644 --- a/sys/arm64/arm64/dump_machdep.c +++ b/sys/arm64/arm64/dump_machdep.c @@ -27,7 +27,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/arm64/arm64/efirt_machdep.c b/sys/arm64/arm64/efirt_machdep.c index c51987625356..52906779dfb9 100644 --- a/sys/arm64/arm64/efirt_machdep.c +++ b/sys/arm64/arm64/efirt_machdep.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/efi.h> #include <sys/kernel.h> diff --git a/sys/arm64/arm64/elf_machdep.c b/sys/arm64/arm64/elf_machdep.c index 66377464111f..29427d04ee54 100644 --- a/sys/arm64/arm64/elf_machdep.c +++ b/sys/arm64/arm64/elf_machdep.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/arm64/arm64/exec_machdep.c b/sys/arm64/arm64/exec_machdep.c index 4efa3ceaae40..52c63f801693 100644 --- a/sys/arm64/arm64/exec_machdep.c +++ b/sys/arm64/arm64/exec_machdep.c @@ -25,7 +25,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/exec.h> diff --git a/sys/arm64/arm64/freebsd32_machdep.c b/sys/arm64/arm64/freebsd32_machdep.c index 1cf8403e0a0e..b25ebd50166d 100644 --- a/sys/arm64/arm64/freebsd32_machdep.c +++ b/sys/arm64/arm64/freebsd32_machdep.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/exec.h> #include <sys/proc.h> diff --git a/sys/arm64/arm64/genassym.c b/sys/arm64/arm64/genassym.c index d4970177ab71..2907dd2081a7 100644 --- a/sys/arm64/arm64/genassym.c +++ b/sys/arm64/arm64/genassym.c @@ -26,7 +26,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/assym.h> #include <sys/pcpu.h> diff --git a/sys/arm64/arm64/gic_v3.c b/sys/arm64/arm64/gic_v3.c index 4e9080787149..b57dd9be48aa 100644 --- a/sys/arm64/arm64/gic_v3.c +++ b/sys/arm64/arm64/gic_v3.c @@ -32,7 +32,6 @@ #include "opt_acpi.h" #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bitstring.h> diff --git a/sys/arm64/arm64/gic_v3_acpi.c b/sys/arm64/arm64/gic_v3_acpi.c index fe13b9f15f71..3dff49f6214f 100644 --- a/sys/arm64/arm64/gic_v3_acpi.c +++ b/sys/arm64/arm64/gic_v3_acpi.c @@ -29,7 +29,6 @@ #include "opt_acpi.h" -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/arm64/gic_v3_fdt.c b/sys/arm64/arm64/gic_v3_fdt.c index 9ca10167588a..e48e7b36a649 100644 --- a/sys/arm64/arm64/gic_v3_fdt.c +++ b/sys/arm64/arm64/gic_v3_fdt.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bitstring.h> diff --git a/sys/arm64/arm64/gicv3_its.c b/sys/arm64/arm64/gicv3_its.c index 777e20649f33..a667d40b4e3e 100644 --- a/sys/arm64/arm64/gicv3_its.c +++ b/sys/arm64/arm64/gicv3_its.c @@ -34,7 +34,6 @@ #include "opt_platform.h" #include "opt_iommu.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/arm64/identcpu.c b/sys/arm64/arm64/identcpu.c index ac44b87ffcbd..e7657e3aecf8 100644 --- a/sys/arm64/arm64/identcpu.c +++ b/sys/arm64/arm64/identcpu.c @@ -29,7 +29,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/malloc.h> diff --git a/sys/arm64/arm64/machdep.c b/sys/arm64/arm64/machdep.c index 01896c15e650..9b324bb45c2f 100644 --- a/sys/arm64/arm64/machdep.c +++ b/sys/arm64/arm64/machdep.c @@ -30,7 +30,6 @@ #include "opt_platform.h" #include "opt_ddb.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/asan.h> diff --git a/sys/arm64/arm64/machdep_boot.c b/sys/arm64/arm64/machdep_boot.c index 4ce38140a570..19ad2977614f 100644 --- a/sys/arm64/arm64/machdep_boot.c +++ b/sys/arm64/arm64/machdep_boot.c @@ -28,7 +28,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/ctype.h> diff --git a/sys/arm64/arm64/mem.c b/sys/arm64/arm64/mem.c index 44555dcacc22..1f44d547204e 100644 --- a/sys/arm64/arm64/mem.c +++ b/sys/arm64/arm64/mem.c @@ -25,7 +25,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/arm64/arm64/mp_machdep.c b/sys/arm64/arm64/mp_machdep.c index 5d598b4189a9..c2b30930fd91 100644 --- a/sys/arm64/arm64/mp_machdep.c +++ b/sys/arm64/arm64/mp_machdep.c @@ -32,7 +32,6 @@ #include "opt_kstack_pages.h" #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/arm64/nexus.c b/sys/arm64/arm64/nexus.c index 2c19d4ecfc0e..d2081d40d26a 100644 --- a/sys/arm64/arm64/nexus.c +++ b/sys/arm64/arm64/nexus.c @@ -40,7 +40,6 @@ #include "opt_acpi.h" #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/arm64/ofw_machdep.c b/sys/arm64/arm64/ofw_machdep.c index 7b0dd9f64825..a5ee039ccecb 100644 --- a/sys/arm64/arm64/ofw_machdep.c +++ b/sys/arm64/arm64/ofw_machdep.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/arm64/arm64/ptrace_machdep.c b/sys/arm64/arm64/ptrace_machdep.c index 7a001f4a1e5d..2bf826fee027 100644 --- a/sys/arm64/arm64/ptrace_machdep.c +++ b/sys/arm64/arm64/ptrace_machdep.c @@ -25,7 +25,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/elf.h> diff --git a/sys/arm64/arm64/ptrauth.c b/sys/arm64/arm64/ptrauth.c index 03610e9313f5..40f9c86d9468 100644 --- a/sys/arm64/arm64/ptrauth.c +++ b/sys/arm64/arm64/ptrauth.c @@ -35,7 +35,6 @@ #error Must be built with pointer authentication disabled #endif -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/libkern.h> diff --git a/sys/arm64/arm64/stack_machdep.c b/sys/arm64/arm64/stack_machdep.c index a0747b633e11..e5e105aeb955 100644 --- a/sys/arm64/arm64/stack_machdep.c +++ b/sys/arm64/arm64/stack_machdep.c @@ -27,7 +27,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/lock.h> diff --git a/sys/arm64/arm64/sys_machdep.c b/sys/arm64/arm64/sys_machdep.c index c50b745cfba0..79546d29e251 100644 --- a/sys/arm64/arm64/sys_machdep.c +++ b/sys/arm64/arm64/sys_machdep.c @@ -27,7 +27,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/sysproto.h> diff --git a/sys/arm64/arm64/trap.c b/sys/arm64/arm64/trap.c index 6534fd2283a1..03cac1e6450e 100644 --- a/sys/arm64/arm64/trap.c +++ b/sys/arm64/arm64/trap.c @@ -27,7 +27,6 @@ #include "opt_ddb.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/asan.h> diff --git a/sys/arm64/arm64/uio_machdep.c b/sys/arm64/arm64/uio_machdep.c index 604254fd40af..c42aee94506e 100644 --- a/sys/arm64/arm64/uio_machdep.c +++ b/sys/arm64/arm64/uio_machdep.c @@ -33,7 +33,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/lock.h> diff --git a/sys/arm64/arm64/uma_machdep.c b/sys/arm64/arm64/uma_machdep.c index f4170fa446b7..f942248d4dcd 100644 --- a/sys/arm64/arm64/uma_machdep.c +++ b/sys/arm64/arm64/uma_machdep.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/malloc.h> #include <vm/vm.h> diff --git a/sys/arm64/arm64/undefined.c b/sys/arm64/arm64/undefined.c index 60afca1690d5..c307281ea523 100644 --- a/sys/arm64/arm64/undefined.c +++ b/sys/arm64/arm64/undefined.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm64/arm64/unwind.c b/sys/arm64/arm64/unwind.c index 5afdbf0da69e..db95cb8c7f11 100644 --- a/sys/arm64/arm64/unwind.c +++ b/sys/arm64/arm64/unwind.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/proc.h> diff --git a/sys/arm64/arm64/vm_machdep.c b/sys/arm64/arm64/vm_machdep.c index 07df8e4d6805..9fa5406ad828 100644 --- a/sys/arm64/arm64/vm_machdep.c +++ b/sys/arm64/arm64/vm_machdep.c @@ -27,7 +27,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/limits.h> diff --git a/sys/arm64/broadcom/brcmmdio/mdio_mux_iproc.c b/sys/arm64/broadcom/brcmmdio/mdio_mux_iproc.c index c3968d62365a..9e73985ded0d 100644 --- a/sys/arm64/broadcom/brcmmdio/mdio_mux_iproc.c +++ b/sys/arm64/broadcom/brcmmdio/mdio_mux_iproc.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm64/broadcom/brcmmdio/mdio_nexus_iproc.c b/sys/arm64/broadcom/brcmmdio/mdio_nexus_iproc.c index fdddb406187a..f1bf5ac38bf9 100644 --- a/sys/arm64/broadcom/brcmmdio/mdio_nexus_iproc.c +++ b/sys/arm64/broadcom/brcmmdio/mdio_nexus_iproc.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm64/broadcom/brcmmdio/mdio_ns2_pcie_phy.c b/sys/arm64/broadcom/brcmmdio/mdio_ns2_pcie_phy.c index 894a2b700650..f8f5c670c35b 100644 --- a/sys/arm64/broadcom/brcmmdio/mdio_ns2_pcie_phy.c +++ b/sys/arm64/broadcom/brcmmdio/mdio_ns2_pcie_phy.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm64/broadcom/genet/if_genet.c b/sys/arm64/broadcom/genet/if_genet.c index 0c8730a43913..e102b6c3a95f 100644 --- a/sys/arm64/broadcom/genet/if_genet.c +++ b/sys/arm64/broadcom/genet/if_genet.c @@ -35,7 +35,6 @@ #include "opt_device_polling.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/cavium/thunder_pcie_fdt.c b/sys/arm64/cavium/thunder_pcie_fdt.c index 45b710119036..bf00688fb041 100644 --- a/sys/arm64/cavium/thunder_pcie_fdt.c +++ b/sys/arm64/cavium/thunder_pcie_fdt.c @@ -27,7 +27,6 @@ */ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/arm64/coresight/coresight.c b/sys/arm64/coresight/coresight.c index bb0ee1c527a8..5928c153f4ae 100644 --- a/sys/arm64/coresight/coresight.c +++ b/sys/arm64/coresight/coresight.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/coresight/coresight_acpi.c b/sys/arm64/coresight/coresight_acpi.c index 82f4bd8fb624..bfc109bfc0f8 100644 --- a/sys/arm64/coresight/coresight_acpi.c +++ b/sys/arm64/coresight/coresight_acpi.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/coresight/coresight_cmd.c b/sys/arm64/coresight/coresight_cmd.c index b2d204d2f5ec..00dd201f04ed 100644 --- a/sys/arm64/coresight/coresight_cmd.c +++ b/sys/arm64/coresight/coresight_cmd.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/coresight/coresight_cpu_debug.c b/sys/arm64/coresight/coresight_cpu_debug.c index 88c2a864db5b..5dc80bad9b76 100644 --- a/sys/arm64/coresight/coresight_cpu_debug.c +++ b/sys/arm64/coresight/coresight_cpu_debug.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/coresight/coresight_etm4x.c b/sys/arm64/coresight/coresight_etm4x.c index 9df82b03fe63..0eb2a153ccc5 100644 --- a/sys/arm64/coresight/coresight_etm4x.c +++ b/sys/arm64/coresight/coresight_etm4x.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/coresight/coresight_etm4x_acpi.c b/sys/arm64/coresight/coresight_etm4x_acpi.c index c46ee2be80b8..150798618fc4 100644 --- a/sys/arm64/coresight/coresight_etm4x_acpi.c +++ b/sys/arm64/coresight/coresight_etm4x_acpi.c @@ -32,7 +32,6 @@ #include "opt_acpi.h" -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/coresight/coresight_etm4x_fdt.c b/sys/arm64/coresight/coresight_etm4x_fdt.c index 03512965490c..1090fde411bc 100644 --- a/sys/arm64/coresight/coresight_etm4x_fdt.c +++ b/sys/arm64/coresight/coresight_etm4x_fdt.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/coresight/coresight_fdt.c b/sys/arm64/coresight/coresight_fdt.c index e4d76632a1e3..d26e866bb24e 100644 --- a/sys/arm64/coresight/coresight_fdt.c +++ b/sys/arm64/coresight/coresight_fdt.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/coresight/coresight_funnel.c b/sys/arm64/coresight/coresight_funnel.c index 00f0e7121a79..44ade585c6ee 100644 --- a/sys/arm64/coresight/coresight_funnel.c +++ b/sys/arm64/coresight/coresight_funnel.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/coresight/coresight_funnel_acpi.c b/sys/arm64/coresight/coresight_funnel_acpi.c index 062b9f3cd4e2..6ce5b2bcfd88 100644 --- a/sys/arm64/coresight/coresight_funnel_acpi.c +++ b/sys/arm64/coresight/coresight_funnel_acpi.c @@ -32,7 +32,6 @@ #include "opt_acpi.h" -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/coresight/coresight_funnel_fdt.c b/sys/arm64/coresight/coresight_funnel_fdt.c index 83db43ea7404..4355e10e830f 100644 --- a/sys/arm64/coresight/coresight_funnel_fdt.c +++ b/sys/arm64/coresight/coresight_funnel_fdt.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/coresight/coresight_replicator.c b/sys/arm64/coresight/coresight_replicator.c index 0663d4f1449d..f198d7da01fc 100644 --- a/sys/arm64/coresight/coresight_replicator.c +++ b/sys/arm64/coresight/coresight_replicator.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/coresight/coresight_replicator_acpi.c b/sys/arm64/coresight/coresight_replicator_acpi.c index abfb63a48d1c..68da5299527e 100644 --- a/sys/arm64/coresight/coresight_replicator_acpi.c +++ b/sys/arm64/coresight/coresight_replicator_acpi.c @@ -32,7 +32,6 @@ #include "opt_acpi.h" -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/coresight/coresight_replicator_fdt.c b/sys/arm64/coresight/coresight_replicator_fdt.c index 7d311905eccd..20f99efbfaa2 100644 --- a/sys/arm64/coresight/coresight_replicator_fdt.c +++ b/sys/arm64/coresight/coresight_replicator_fdt.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/coresight/coresight_tmc.c b/sys/arm64/coresight/coresight_tmc.c index 46c18e6a94fc..53118400b2c4 100644 --- a/sys/arm64/coresight/coresight_tmc.c +++ b/sys/arm64/coresight/coresight_tmc.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/coresight/coresight_tmc_acpi.c b/sys/arm64/coresight/coresight_tmc_acpi.c index fd21eb2b11b0..a9895f0c40d3 100644 --- a/sys/arm64/coresight/coresight_tmc_acpi.c +++ b/sys/arm64/coresight/coresight_tmc_acpi.c @@ -32,7 +32,6 @@ #include "opt_acpi.h" -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/coresight/coresight_tmc_fdt.c b/sys/arm64/coresight/coresight_tmc_fdt.c index 1a602cf6645f..0cf1c6c3f15f 100644 --- a/sys/arm64/coresight/coresight_tmc_fdt.c +++ b/sys/arm64/coresight/coresight_tmc_fdt.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/freescale/imx/clk/imx_clk_composite.c b/sys/arm64/freescale/imx/clk/imx_clk_composite.c index fc7f371a1a22..76a8979a82d4 100644 --- a/sys/arm64/freescale/imx/clk/imx_clk_composite.c +++ b/sys/arm64/freescale/imx/clk/imx_clk_composite.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/freescale/imx/clk/imx_clk_frac_pll.c b/sys/arm64/freescale/imx/clk/imx_clk_frac_pll.c index 295e3a2113e7..277c06e7badd 100644 --- a/sys/arm64/freescale/imx/clk/imx_clk_frac_pll.c +++ b/sys/arm64/freescale/imx/clk/imx_clk_frac_pll.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/freescale/imx/clk/imx_clk_gate.c b/sys/arm64/freescale/imx/clk/imx_clk_gate.c index 40a66e2ef384..e666c063b29d 100644 --- a/sys/arm64/freescale/imx/clk/imx_clk_gate.c +++ b/sys/arm64/freescale/imx/clk/imx_clk_gate.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/freescale/imx/clk/imx_clk_mux.c b/sys/arm64/freescale/imx/clk/imx_clk_mux.c index f87667df4e53..41f1bdb3bef1 100644 --- a/sys/arm64/freescale/imx/clk/imx_clk_mux.c +++ b/sys/arm64/freescale/imx/clk/imx_clk_mux.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/bus.h> diff --git a/sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.c b/sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.c index e3ed16da4356..ae6395de707a 100644 --- a/sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.c +++ b/sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/freescale/imx/imx7gpc.c b/sys/arm64/freescale/imx/imx7gpc.c index f6d5f8b691e0..b3edb0c51adf 100644 --- a/sys/arm64/freescale/imx/imx7gpc.c +++ b/sys/arm64/freescale/imx/imx7gpc.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/intel/stratix10-soc-fpga-mgr.c b/sys/arm64/intel/stratix10-soc-fpga-mgr.c index 0077f392820d..177fb694c870 100644 --- a/sys/arm64/intel/stratix10-soc-fpga-mgr.c +++ b/sys/arm64/intel/stratix10-soc-fpga-mgr.c @@ -34,7 +34,6 @@ * Intel Stratix 10 FPGA Manager. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/intel/stratix10-svc.c b/sys/arm64/intel/stratix10-svc.c index d609e391edc9..d06d8d27e13d 100644 --- a/sys/arm64/intel/stratix10-svc.c +++ b/sys/arm64/intel/stratix10-svc.c @@ -34,7 +34,6 @@ * Intel Stratix 10 Service Layer */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/iommu/iommu.c b/sys/arm64/iommu/iommu.c index 331553a93623..cb2b86c9dc41 100644 --- a/sys/arm64/iommu/iommu.c +++ b/sys/arm64/iommu/iommu.c @@ -35,7 +35,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm64/iommu/smmu.c b/sys/arm64/iommu/smmu.c index 4e724f2fd53a..1d1996a69027 100644 --- a/sys/arm64/iommu/smmu.c +++ b/sys/arm64/iommu/smmu.c @@ -90,7 +90,6 @@ #include "opt_platform.h" #include "opt_acpi.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bitstring.h> #include <sys/bus.h> diff --git a/sys/arm64/iommu/smmu_acpi.c b/sys/arm64/iommu/smmu_acpi.c index 3a935df47be8..56cdd371174c 100644 --- a/sys/arm64/iommu/smmu_acpi.c +++ b/sys/arm64/iommu/smmu_acpi.c @@ -32,7 +32,6 @@ #include "opt_acpi.h" -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/iommu/smmu_fdt.c b/sys/arm64/iommu/smmu_fdt.c index ccb6524f5978..9aa41f1070be 100644 --- a/sys/arm64/iommu/smmu_fdt.c +++ b/sys/arm64/iommu/smmu_fdt.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/iommu/smmu_quirks.c b/sys/arm64/iommu/smmu_quirks.c index 7c346d445fa7..8e8e9ab28c9f 100644 --- a/sys/arm64/iommu/smmu_quirks.c +++ b/sys/arm64/iommu/smmu_quirks.c @@ -30,7 +30,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bitstring.h> #include <sys/systm.h> diff --git a/sys/arm64/nvidia/tegra210/max77620_gpio.c b/sys/arm64/nvidia/tegra210/max77620_gpio.c index 0021aab151de..8dcf98099dac 100644 --- a/sys/arm64/nvidia/tegra210/max77620_gpio.c +++ b/sys/arm64/nvidia/tegra210/max77620_gpio.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/nvidia/tegra210/max77620_regulators.c b/sys/arm64/nvidia/tegra210/max77620_regulators.c index 7743779a3fbf..3bfed6815711 100644 --- a/sys/arm64/nvidia/tegra210/max77620_regulators.c +++ b/sys/arm64/nvidia/tegra210/max77620_regulators.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/nvidia/tegra210/max77620_rtc.c b/sys/arm64/nvidia/tegra210/max77620_rtc.c index b3ef0fd8da79..dc82d4b387b9 100644 --- a/sys/arm64/nvidia/tegra210/max77620_rtc.c +++ b/sys/arm64/nvidia/tegra210/max77620_rtc.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/nvidia/tegra210/tegra210_car.c b/sys/arm64/nvidia/tegra210/tegra210_car.c index ec080a01159d..0562b91c5a97 100644 --- a/sys/arm64/nvidia/tegra210/tegra210_car.c +++ b/sys/arm64/nvidia/tegra210/tegra210_car.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/nvidia/tegra210/tegra210_clk_per.c b/sys/arm64/nvidia/tegra210/tegra210_clk_per.c index 240ffc2eeefb..0d84d42bb459 100644 --- a/sys/arm64/nvidia/tegra210/tegra210_clk_per.c +++ b/sys/arm64/nvidia/tegra210/tegra210_clk_per.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/nvidia/tegra210/tegra210_clk_pll.c b/sys/arm64/nvidia/tegra210/tegra210_clk_pll.c index 604c9a033ff3..8c1a2045d990 100644 --- a/sys/arm64/nvidia/tegra210/tegra210_clk_pll.c +++ b/sys/arm64/nvidia/tegra210/tegra210_clk_pll.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/nvidia/tegra210/tegra210_clk_super.c b/sys/arm64/nvidia/tegra210/tegra210_clk_super.c index ba504ae5cd30..7fd1b8ec7a7a 100644 --- a/sys/arm64/nvidia/tegra210/tegra210_clk_super.c +++ b/sys/arm64/nvidia/tegra210/tegra210_clk_super.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/nvidia/tegra210/tegra210_coretemp.c b/sys/arm64/nvidia/tegra210/tegra210_coretemp.c index e7fdd5055633..fc6e3b17de34 100644 --- a/sys/arm64/nvidia/tegra210/tegra210_coretemp.c +++ b/sys/arm64/nvidia/tegra210/tegra210_coretemp.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/nvidia/tegra210/tegra210_cpufreq.c b/sys/arm64/nvidia/tegra210/tegra210_cpufreq.c index a675af942389..e8b48c4a4947 100644 --- a/sys/arm64/nvidia/tegra210/tegra210_cpufreq.c +++ b/sys/arm64/nvidia/tegra210/tegra210_cpufreq.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/nvidia/tegra210/tegra210_pmc.c b/sys/arm64/nvidia/tegra210/tegra210_pmc.c index 5ae5c0e8092c..0f56342d1ac4 100644 --- a/sys/arm64/nvidia/tegra210/tegra210_pmc.c +++ b/sys/arm64/nvidia/tegra210/tegra210_pmc.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/nvidia/tegra210/tegra210_xusbpadctl.c b/sys/arm64/nvidia/tegra210/tegra210_xusbpadctl.c index c3ebb4622081..e51cf74a3127 100644 --- a/sys/arm64/nvidia/tegra210/tegra210_xusbpadctl.c +++ b/sys/arm64/nvidia/tegra210/tegra210_xusbpadctl.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/qoriq/clk/ls1028a_clkgen.c b/sys/arm64/qoriq/clk/ls1028a_clkgen.c index 0c6e2b4d4d51..a003d366267b 100644 --- a/sys/arm64/qoriq/clk/ls1028a_clkgen.c +++ b/sys/arm64/qoriq/clk/ls1028a_clkgen.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm64/qoriq/clk/ls1028a_flexspi_clk.c b/sys/arm64/qoriq/clk/ls1028a_flexspi_clk.c index d8c160ccf770..00cf738d1b9e 100644 --- a/sys/arm64/qoriq/clk/ls1028a_flexspi_clk.c +++ b/sys/arm64/qoriq/clk/ls1028a_flexspi_clk.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/qoriq/clk/ls1046a_clkgen.c b/sys/arm64/qoriq/clk/ls1046a_clkgen.c index 56b8cca70820..cc6f01537f81 100644 --- a/sys/arm64/qoriq/clk/ls1046a_clkgen.c +++ b/sys/arm64/qoriq/clk/ls1046a_clkgen.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm64/qoriq/clk/ls1088a_clkgen.c b/sys/arm64/qoriq/clk/ls1088a_clkgen.c index 5db987cd5785..916bf9a25331 100644 --- a/sys/arm64/qoriq/clk/ls1088a_clkgen.c +++ b/sys/arm64/qoriq/clk/ls1088a_clkgen.c @@ -31,7 +31,6 @@ * [LS1088ARM.pdf] */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm64/qoriq/clk/qoriq_clk_pll.c b/sys/arm64/qoriq/clk/qoriq_clk_pll.c index ae687dd53739..0ee05afbd0ca 100644 --- a/sys/arm64/qoriq/clk/qoriq_clk_pll.c +++ b/sys/arm64/qoriq/clk/qoriq_clk_pll.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/qoriq/clk/qoriq_clkgen.c b/sys/arm64/qoriq/clk/qoriq_clkgen.c index 0d14565cd45c..8a6d162926dd 100644 --- a/sys/arm64/qoriq/clk/qoriq_clkgen.c +++ b/sys/arm64/qoriq/clk/qoriq_clkgen.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/qoriq/qoriq_dw_pci.c b/sys/arm64/qoriq/qoriq_dw_pci.c index 825043a09faf..ca67b5d9cbc6 100644 --- a/sys/arm64/qoriq/qoriq_dw_pci.c +++ b/sys/arm64/qoriq/qoriq_dw_pci.c @@ -28,7 +28,6 @@ /* Layerscape DesignWare PCIe driver */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/qoriq/qoriq_gpio_pic.c b/sys/arm64/qoriq/qoriq_gpio_pic.c index 343fe445247a..ec84d2a14ae7 100644 --- a/sys/arm64/qoriq/qoriq_gpio_pic.c +++ b/sys/arm64/qoriq/qoriq_gpio_pic.c @@ -25,7 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/arm64/qualcomm/qcom_gcc.c b/sys/arm64/qualcomm/qcom_gcc.c index 0d502b17d256..3f08577f4d3c 100644 --- a/sys/arm64/qualcomm/qcom_gcc.c +++ b/sys/arm64/qualcomm/qcom_gcc.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/rockchip/clk/rk3288_cru.c b/sys/arm64/rockchip/clk/rk3288_cru.c index e35481e94c13..b7b106dc849a 100644 --- a/sys/arm64/rockchip/clk/rk3288_cru.c +++ b/sys/arm64/rockchip/clk/rk3288_cru.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/rockchip/clk/rk3328_cru.c b/sys/arm64/rockchip/clk/rk3328_cru.c index cde5bb3f55b6..4c8562240a12 100644 --- a/sys/arm64/rockchip/clk/rk3328_cru.c +++ b/sys/arm64/rockchip/clk/rk3328_cru.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/rockchip/clk/rk3399_cru.c b/sys/arm64/rockchip/clk/rk3399_cru.c index 3bff0e64ea34..d1b066b50c47 100644 --- a/sys/arm64/rockchip/clk/rk3399_cru.c +++ b/sys/arm64/rockchip/clk/rk3399_cru.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/rockchip/clk/rk3399_pmucru.c b/sys/arm64/rockchip/clk/rk3399_pmucru.c index 276905ae4561..f95afbad11ee 100644 --- a/sys/arm64/rockchip/clk/rk3399_pmucru.c +++ b/sys/arm64/rockchip/clk/rk3399_pmucru.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/rockchip/clk/rk_clk_armclk.c b/sys/arm64/rockchip/clk/rk_clk_armclk.c index f4889c80c8c8..1caae0505444 100644 --- a/sys/arm64/rockchip/clk/rk_clk_armclk.c +++ b/sys/arm64/rockchip/clk/rk_clk_armclk.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/rockchip/clk/rk_clk_composite.c b/sys/arm64/rockchip/clk/rk_clk_composite.c index a30dadbaf811..791668ff2e9c 100644 --- a/sys/arm64/rockchip/clk/rk_clk_composite.c +++ b/sys/arm64/rockchip/clk/rk_clk_composite.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/rockchip/clk/rk_clk_fract.c b/sys/arm64/rockchip/clk/rk_clk_fract.c index 0feae96b8e62..f32585b43c21 100644 --- a/sys/arm64/rockchip/clk/rk_clk_fract.c +++ b/sys/arm64/rockchip/clk/rk_clk_fract.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/rockchip/clk/rk_clk_gate.c b/sys/arm64/rockchip/clk/rk_clk_gate.c index ac48ce0aba8e..d82035d4e624 100644 --- a/sys/arm64/rockchip/clk/rk_clk_gate.c +++ b/sys/arm64/rockchip/clk/rk_clk_gate.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/rockchip/clk/rk_clk_mux.c b/sys/arm64/rockchip/clk/rk_clk_mux.c index 3a15ce82b3dc..3e9dbe542582 100644 --- a/sys/arm64/rockchip/clk/rk_clk_mux.c +++ b/sys/arm64/rockchip/clk/rk_clk_mux.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/bus.h> diff --git a/sys/arm64/rockchip/clk/rk_clk_pll.c b/sys/arm64/rockchip/clk/rk_clk_pll.c index 8cd33eb671eb..7df0e1491c9d 100644 --- a/sys/arm64/rockchip/clk/rk_clk_pll.c +++ b/sys/arm64/rockchip/clk/rk_clk_pll.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/rockchip/clk/rk_cru.c b/sys/arm64/rockchip/clk/rk_cru.c index ceb22a6f0671..b1043fde4507 100644 --- a/sys/arm64/rockchip/clk/rk_cru.c +++ b/sys/arm64/rockchip/clk/rk_cru.c @@ -29,7 +29,6 @@ * RockChip Clock and Reset Unit */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/rockchip/rk3328_codec.c b/sys/arm64/rockchip/rk3328_codec.c index e4aa05c4dfc8..11c44c4f66ae 100644 --- a/sys/arm64/rockchip/rk3328_codec.c +++ b/sys/arm64/rockchip/rk3328_codec.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/rockchip/rk3399_emmcphy.c b/sys/arm64/rockchip/rk3399_emmcphy.c index dbe030bac5e7..bc28ee3bf7d8 100644 --- a/sys/arm64/rockchip/rk3399_emmcphy.c +++ b/sys/arm64/rockchip/rk3399_emmcphy.c @@ -30,7 +30,6 @@ * Rockchip RK3399 eMMC PHY */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/rockchip/rk_dwc3.c b/sys/arm64/rockchip/rk_dwc3.c index 1db15373209d..f336490c386e 100644 --- a/sys/arm64/rockchip/rk_dwc3.c +++ b/sys/arm64/rockchip/rk_dwc3.c @@ -29,7 +29,6 @@ * Rockchip DWC3 glue */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/rockchip/rk_gpio.c b/sys/arm64/rockchip/rk_gpio.c index c0d35fae3b7b..cc50b5ce302b 100644 --- a/sys/arm64/rockchip/rk_gpio.c +++ b/sys/arm64/rockchip/rk_gpio.c @@ -27,7 +27,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/rockchip/rk_grf.c b/sys/arm64/rockchip/rk_grf.c index 5d4b918a107e..e2ee9a89b832 100644 --- a/sys/arm64/rockchip/rk_grf.c +++ b/sys/arm64/rockchip/rk_grf.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm64/rockchip/rk_i2c.c b/sys/arm64/rockchip/rk_i2c.c index 608b9782d787..0961dbc96a92 100644 --- a/sys/arm64/rockchip/rk_i2c.c +++ b/sys/arm64/rockchip/rk_i2c.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm64/rockchip/rk_i2s.c b/sys/arm64/rockchip/rk_i2s.c index b1356a17987e..049f27505261 100644 --- a/sys/arm64/rockchip/rk_i2s.c +++ b/sys/arm64/rockchip/rk_i2s.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/rockchip/rk_iodomain.c b/sys/arm64/rockchip/rk_iodomain.c index bc1c5d45ccd6..695d941e4f9c 100644 --- a/sys/arm64/rockchip/rk_iodomain.c +++ b/sys/arm64/rockchip/rk_iodomain.c @@ -26,7 +26,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/rockchip/rk_otp.c b/sys/arm64/rockchip/rk_otp.c index 7c1ca6af5d52..1d8191ff1f90 100644 --- a/sys/arm64/rockchip/rk_otp.c +++ b/sys/arm64/rockchip/rk_otp.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm64/rockchip/rk_pcie.c b/sys/arm64/rockchip/rk_pcie.c index a2f45b047356..5b3b23e24913 100644 --- a/sys/arm64/rockchip/rk_pcie.c +++ b/sys/arm64/rockchip/rk_pcie.c @@ -28,7 +28,6 @@ /* Rockchip PCIe controller driver */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/rockchip/rk_pcie_phy.c b/sys/arm64/rockchip/rk_pcie_phy.c index 88df04e60f2e..e12fa4970f5a 100644 --- a/sys/arm64/rockchip/rk_pcie_phy.c +++ b/sys/arm64/rockchip/rk_pcie_phy.c @@ -29,7 +29,6 @@ * Rockchip PHY TYPEC */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/rockchip/rk_pinctrl.c b/sys/arm64/rockchip/rk_pinctrl.c index 7a47e3b9d468..1c873292b852 100644 --- a/sys/arm64/rockchip/rk_pinctrl.c +++ b/sys/arm64/rockchip/rk_pinctrl.c @@ -26,7 +26,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/rockchip/rk_pmu.c b/sys/arm64/rockchip/rk_pmu.c index fd6518c0c8d8..92a1fbae9413 100644 --- a/sys/arm64/rockchip/rk_pmu.c +++ b/sys/arm64/rockchip/rk_pmu.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/arm64/rockchip/rk_pwm.c b/sys/arm64/rockchip/rk_pwm.c index 7e7fc303abb4..260899f15d89 100644 --- a/sys/arm64/rockchip/rk_pwm.c +++ b/sys/arm64/rockchip/rk_pwm.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/rockchip/rk_spi.c b/sys/arm64/rockchip/rk_spi.c index f229bae0c8ca..c7a79c4e3cad 100644 --- a/sys/arm64/rockchip/rk_spi.c +++ b/sys/arm64/rockchip/rk_spi.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/rockchip/rk_typec_phy.c b/sys/arm64/rockchip/rk_typec_phy.c index 9715e5ef2af3..0998199d8c4e 100644 --- a/sys/arm64/rockchip/rk_typec_phy.c +++ b/sys/arm64/rockchip/rk_typec_phy.c @@ -29,7 +29,6 @@ * Rockchip PHY TYPEC */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/rockchip/rk_usb2phy.c b/sys/arm64/rockchip/rk_usb2phy.c index a0420b76ff9b..f57e3157dc12 100644 --- a/sys/arm64/rockchip/rk_usb2phy.c +++ b/sys/arm64/rockchip/rk_usb2phy.c @@ -29,7 +29,6 @@ * Rockchip USB2PHY */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/arm64/rockchip/rk_usbphy.c b/sys/arm64/rockchip/rk_usbphy.c index 212253974dce..4434ac22751d 100644 --- a/sys/arm64/rockchip/rk_usbphy.c +++ b/sys/arm64/rockchip/rk_usbphy.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/cddl/compat/opensolaris/kern/opensolaris.c b/sys/cddl/compat/opensolaris/kern/opensolaris.c index 1b23c4012903..10924977c20d 100644 --- a/sys/cddl/compat/opensolaris/kern/opensolaris.c +++ b/sys/cddl/compat/opensolaris/kern/opensolaris.c @@ -24,7 +24,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/cpuvar.h> diff --git a/sys/cddl/compat/opensolaris/kern/opensolaris_acl.c b/sys/cddl/compat/opensolaris/kern/opensolaris_acl.c index 86ae74cbb234..cdff74f6debd 100644 --- a/sys/cddl/compat/opensolaris/kern/opensolaris_acl.c +++ b/sys/cddl/compat/opensolaris/kern/opensolaris_acl.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/types.h> diff --git a/sys/cddl/compat/opensolaris/kern/opensolaris_atomic.c b/sys/cddl/compat/opensolaris/kern/opensolaris_atomic.c index 300acdacee17..68dd86377214 100644 --- a/sys/cddl/compat/opensolaris/kern/opensolaris_atomic.c +++ b/sys/cddl/compat/opensolaris/kern/opensolaris_atomic.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/lock.h> #include <sys/mutex.h> diff --git a/sys/cddl/compat/opensolaris/kern/opensolaris_proc.c b/sys/cddl/compat/opensolaris/kern/opensolaris_proc.c index 4a8318827a56..46d22aa4c171 100644 --- a/sys/cddl/compat/opensolaris/kern/opensolaris_proc.c +++ b/sys/cddl/compat/opensolaris/kern/opensolaris_proc.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/proc.h> #include <sys/ptrace.h> diff --git a/sys/cddl/compat/opensolaris/kern/opensolaris_taskq.c b/sys/cddl/compat/opensolaris/kern/opensolaris_taskq.c index 3707558a63d9..e6d1beb76020 100644 --- a/sys/cddl/compat/opensolaris/kern/opensolaris_taskq.c +++ b/sys/cddl/compat/opensolaris/kern/opensolaris_taskq.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/kmem.h> diff --git a/sys/cddl/compat/opensolaris/kern/opensolaris_vm.c b/sys/cddl/compat/opensolaris/kern/opensolaris_vm.c index c4f7dd0496a6..7cdf80add07a 100644 --- a/sys/cddl/compat/opensolaris/kern/opensolaris_vm.c +++ b/sys/cddl/compat/opensolaris/kern/opensolaris_vm.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/lock.h> diff --git a/sys/cddl/dev/dtmalloc/dtmalloc.c b/sys/cddl/dev/dtmalloc/dtmalloc.c index a459a0ef03be..e13365bd3007 100644 --- a/sys/cddl/dev/dtmalloc/dtmalloc.c +++ b/sys/cddl/dev/dtmalloc/dtmalloc.c @@ -22,7 +22,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/cddl/dev/dtrace/dtrace_test.c b/sys/cddl/dev/dtrace/dtrace_test.c index 2a599b1f0ce5..92ba3a36a24e 100644 --- a/sys/cddl/dev/dtrace/dtrace_test.c +++ b/sys/cddl/dev/dtrace/dtrace_test.c @@ -23,7 +23,7 @@ * SUCH DAMAGE. * */ -#include <sys/cdefs.h> + #include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/cddl/dev/dtrace/x86/instr_size.c b/sys/cddl/dev/dtrace/x86/instr_size.c index abe9479a2b7c..4397b3bd69d7 100644 --- a/sys/cddl/dev/dtrace/x86/instr_size.c +++ b/sys/cddl/dev/dtrace/x86/instr_size.c @@ -27,10 +27,6 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ - -#ifdef illumos -#endif - #include <sys/types.h> #include <sys/param.h> #include <sys/proc.h> diff --git a/sys/cddl/dev/fbt/aarch64/fbt_isa.c b/sys/cddl/dev/fbt/aarch64/fbt_isa.c index 44690b97f77a..a3dad017e8b4 100644 --- a/sys/cddl/dev/fbt/aarch64/fbt_isa.c +++ b/sys/cddl/dev/fbt/aarch64/fbt_isa.c @@ -29,7 +29,6 @@ * Use is subject to license terms. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/dtrace.h> diff --git a/sys/cddl/dev/fbt/arm/fbt_isa.c b/sys/cddl/dev/fbt/arm/fbt_isa.c index ba55ee85bc07..be16533de18c 100644 --- a/sys/cddl/dev/fbt/arm/fbt_isa.c +++ b/sys/cddl/dev/fbt/arm/fbt_isa.c @@ -29,7 +29,6 @@ * Use is subject to license terms. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/dtrace.h> diff --git a/sys/cddl/dev/fbt/fbt.c b/sys/cddl/dev/fbt/fbt.c index a31c6eb3631c..481c896e9775 100644 --- a/sys/cddl/dev/fbt/fbt.c +++ b/sys/cddl/dev/fbt/fbt.c @@ -27,7 +27,6 @@ * Use is subject to license terms. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/cddl/dev/fbt/powerpc/fbt_isa.c b/sys/cddl/dev/fbt/powerpc/fbt_isa.c index 98a7e9221543..d0b3ccdeb906 100644 --- a/sys/cddl/dev/fbt/powerpc/fbt_isa.c +++ b/sys/cddl/dev/fbt/powerpc/fbt_isa.c @@ -28,7 +28,6 @@ * Use is subject to license terms. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/dtrace.h> #include <machine/md_var.h> diff --git a/sys/cddl/dev/fbt/riscv/fbt_isa.c b/sys/cddl/dev/fbt/riscv/fbt_isa.c index aa9f5341c3aa..1a3bd14ac1cf 100644 --- a/sys/cddl/dev/fbt/riscv/fbt_isa.c +++ b/sys/cddl/dev/fbt/riscv/fbt_isa.c @@ -29,7 +29,6 @@ * Use is subject to license terms. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/dtrace.h> diff --git a/sys/cddl/dev/fbt/x86/fbt_isa.c b/sys/cddl/dev/fbt/x86/fbt_isa.c index 41e2823a1543..387a3f1582c3 100644 --- a/sys/cddl/dev/fbt/x86/fbt_isa.c +++ b/sys/cddl/dev/fbt/x86/fbt_isa.c @@ -27,7 +27,6 @@ * Use is subject to license terms. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/dtrace.h> diff --git a/sys/cddl/dev/profile/profile.c b/sys/cddl/dev/profile/profile.c index d86c09ba06b5..42753393a33d 100644 --- a/sys/cddl/dev/profile/profile.c +++ b/sys/cddl/dev/profile/profile.c @@ -27,7 +27,6 @@ * Use is subject to license terms. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/cddl/dev/prototype.c b/sys/cddl/dev/prototype.c index e14959790c44..d9b475c67529 100644 --- a/sys/cddl/dev/prototype.c +++ b/sys/cddl/dev/prototype.c @@ -4,7 +4,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/cddl/dev/sdt/sdt.c b/sys/cddl/dev/sdt/sdt.c index 457faca321ac..684374848290 100644 --- a/sys/cddl/dev/sdt/sdt.c +++ b/sys/cddl/dev/sdt/sdt.c @@ -37,7 +37,6 @@ * unloaded; in particular, probes may not span multiple kernel modules. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/cddl/dev/systrace/systrace.c b/sys/cddl/dev/systrace/systrace.c index d2a6c43d5e33..4969343ed06e 100644 --- a/sys/cddl/dev/systrace/systrace.c +++ b/sys/cddl/dev/systrace/systrace.c @@ -26,7 +26,6 @@ * Use is subject to license terms. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/compat/freebsd32/freebsd32_abort2.c b/sys/compat/freebsd32/freebsd32_abort2.c index b2b08f6eb91a..47386aa22855 100644 --- a/sys/compat/freebsd32/freebsd32_abort2.c +++ b/sys/compat/freebsd32/freebsd32_abort2.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/proc.h> #include <sys/sbuf.h> diff --git a/sys/compat/freebsd32/freebsd32_ioctl.c b/sys/compat/freebsd32/freebsd32_ioctl.c index e6daf04c0e2c..23c24e0b30a0 100644 --- a/sys/compat/freebsd32/freebsd32_ioctl.c +++ b/sys/compat/freebsd32/freebsd32_ioctl.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/capsicum.h> #include <sys/cdio.h> diff --git a/sys/compat/lindebugfs/lindebugfs.c b/sys/compat/lindebugfs/lindebugfs.c index c1678c0f3421..e63c31cee1d7 100644 --- a/sys/compat/lindebugfs/lindebugfs.c +++ b/sys/compat/lindebugfs/lindebugfs.c @@ -26,7 +26,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/queue.h> diff --git a/sys/compat/linuxkpi/common/include/linux/fs.h b/sys/compat/linuxkpi/common/include/linux/fs.h index ebe262926e97..a28d5bf97121 100644 --- a/sys/compat/linuxkpi/common/include/linux/fs.h +++ b/sys/compat/linuxkpi/common/include/linux/fs.h @@ -29,7 +29,6 @@ #ifndef _LINUXKPI_LINUX_FS_H_ #define _LINUXKPI_LINUX_FS_H_ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/compat/linuxkpi/common/include/linux/gfp.h b/sys/compat/linuxkpi/common/include/linux/gfp.h index 17590806343f..7f59c73851b1 100644 --- a/sys/compat/linuxkpi/common/include/linux/gfp.h +++ b/sys/compat/linuxkpi/common/include/linux/gfp.h @@ -29,7 +29,6 @@ #ifndef _LINUXKPI_LINUX_GFP_H_ #define _LINUXKPI_LINUX_GFP_H_ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/compat/linuxkpi/common/include/linux/in.h b/sys/compat/linuxkpi/common/include/linux/in.h index 8259a5a2743f..5cc92416c7da 100644 --- a/sys/compat/linuxkpi/common/include/linux/in.h +++ b/sys/compat/linuxkpi/common/include/linux/in.h @@ -31,7 +31,6 @@ #include "opt_inet.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <netinet/in.h> diff --git a/sys/compat/linuxkpi/common/include/linux/kernel.h b/sys/compat/linuxkpi/common/include/linux/kernel.h index 2ee452cb39ed..73418c849544 100644 --- a/sys/compat/linuxkpi/common/include/linux/kernel.h +++ b/sys/compat/linuxkpi/common/include/linux/kernel.h @@ -30,7 +30,6 @@ #ifndef _LINUXKPI_LINUX_KERNEL_H_ #define _LINUXKPI_LINUX_KERNEL_H_ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> #include <sys/param.h> diff --git a/sys/compat/linuxkpi/common/include/linux/module.h b/sys/compat/linuxkpi/common/include/linux/module.h index 3018ba2fb8a4..9d98ef7cf3db 100644 --- a/sys/compat/linuxkpi/common/include/linux/module.h +++ b/sys/compat/linuxkpi/common/include/linux/module.h @@ -29,7 +29,6 @@ #ifndef _LINUXKPI_LINUX_MODULE_H_ #define _LINUXKPI_LINUX_MODULE_H_ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/param.h> #include <sys/module.h> diff --git a/sys/compat/linuxkpi/common/include/linux/types.h b/sys/compat/linuxkpi/common/include/linux/types.h index 440592bb5f84..b11ce1cdd805 100644 --- a/sys/compat/linuxkpi/common/include/linux/types.h +++ b/sys/compat/linuxkpi/common/include/linux/types.h @@ -29,7 +29,6 @@ #ifndef _LINUXKPI_LINUX_TYPES_H_ #define _LINUXKPI_LINUX_TYPES_H_ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/linuxkpi/common/src/linux_80211.c b/sys/compat/linuxkpi/common/src/linux_80211.c index 42fb7a60ce57..458a5825639a 100644 --- a/sys/compat/linuxkpi/common/src/linux_80211.c +++ b/sys/compat/linuxkpi/common/src/linux_80211.c @@ -39,7 +39,6 @@ * We call the internal versions lxxx (e.g., hw -> lhw, sta -> lsta). */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/types.h> #include <sys/kernel.h> diff --git a/sys/compat/linuxkpi/common/src/linux_80211_macops.c b/sys/compat/linuxkpi/common/src/linux_80211_macops.c index 8f75b1bdf8b1..fab0d2ccb813 100644 --- a/sys/compat/linuxkpi/common/src/linux_80211_macops.c +++ b/sys/compat/linuxkpi/common/src/linux_80211_macops.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/types.h> #include <sys/kernel.h> diff --git a/sys/compat/linuxkpi/common/src/linux_domain.c b/sys/compat/linuxkpi/common/src/linux_domain.c index b651f64b3e05..8e936aac4719 100644 --- a/sys/compat/linuxkpi/common/src/linux_domain.c +++ b/sys/compat/linuxkpi/common/src/linux_domain.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/domainset.h> diff --git a/sys/compat/linuxkpi/common/src/linux_hdmi.c b/sys/compat/linuxkpi/common/src/linux_hdmi.c index 172616306506..ec4ac7568c7c 100644 --- a/sys/compat/linuxkpi/common/src/linux_hdmi.c +++ b/sys/compat/linuxkpi/common/src/linux_hdmi.c @@ -22,7 +22,7 @@ */ #ifdef __FreeBSD__ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/module.h> #endif diff --git a/sys/compat/linuxkpi/common/src/linux_hrtimer.c b/sys/compat/linuxkpi/common/src/linux_hrtimer.c index 77c5c5eebcbc..dca5d5cf709b 100644 --- a/sys/compat/linuxkpi/common/src/linux_hrtimer.c +++ b/sys/compat/linuxkpi/common/src/linux_hrtimer.c @@ -23,7 +23,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/lock.h> diff --git a/sys/compat/linuxkpi/common/src/linux_i2c.c b/sys/compat/linuxkpi/common/src/linux_i2c.c index 983fa9dcb754..60f7737cf6ec 100644 --- a/sys/compat/linuxkpi/common/src/linux_i2c.c +++ b/sys/compat/linuxkpi/common/src/linux_i2c.c @@ -24,7 +24,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/compat/linuxkpi/common/src/linux_i2cbb.c b/sys/compat/linuxkpi/common/src/linux_i2cbb.c index b15a895f5e22..1ebc0b597c4d 100644 --- a/sys/compat/linuxkpi/common/src/linux_i2cbb.c +++ b/sys/compat/linuxkpi/common/src/linux_i2cbb.c @@ -24,7 +24,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/compat/linuxkpi/common/src/linux_idr.c b/sys/compat/linuxkpi/common/src/linux_idr.c index a484a16e2862..3be106150513 100644 --- a/sys/compat/linuxkpi/common/src/linux_idr.c +++ b/sys/compat/linuxkpi/common/src/linux_idr.c @@ -27,7 +27,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/compat/linuxkpi/common/src/linux_kmod.c b/sys/compat/linuxkpi/common/src/linux_kmod.c index 1f525124f90f..04ae20915cb6 100644 --- a/sys/compat/linuxkpi/common/src/linux_kmod.c +++ b/sys/compat/linuxkpi/common/src/linux_kmod.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> diff --git a/sys/compat/linuxkpi/common/src/linux_mhi.c b/sys/compat/linuxkpi/common/src/linux_mhi.c index a5fcebe51c9a..5d3c391f91ab 100644 --- a/sys/compat/linuxkpi/common/src/linux_mhi.c +++ b/sys/compat/linuxkpi/common/src/linux_mhi.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/types.h> #include <sys/kernel.h> diff --git a/sys/compat/linuxkpi/common/src/linux_netdev.c b/sys/compat/linuxkpi/common/src/linux_netdev.c index 61ebcdbf7a39..4d00dbf5c9ff 100644 --- a/sys/compat/linuxkpi/common/src/linux_netdev.c +++ b/sys/compat/linuxkpi/common/src/linux_netdev.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/types.h> #include <sys/kernel.h> diff --git a/sys/compat/linuxkpi/common/src/linux_page.c b/sys/compat/linuxkpi/common/src/linux_page.c index ead2f24cf5df..eb050b7250be 100644 --- a/sys/compat/linuxkpi/common/src/linux_page.c +++ b/sys/compat/linuxkpi/common/src/linux_page.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/compat/linuxkpi/common/src/linux_pci.c b/sys/compat/linuxkpi/common/src/linux_pci.c index f692b9c3ef09..a1cddfdf6a23 100644 --- a/sys/compat/linuxkpi/common/src/linux_pci.c +++ b/sys/compat/linuxkpi/common/src/linux_pci.c @@ -28,7 +28,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/compat/linuxkpi/common/src/linux_radix.c b/sys/compat/linuxkpi/common/src/linux_radix.c index f0f7cce128e6..af53d8bff366 100644 --- a/sys/compat/linuxkpi/common/src/linux_radix.c +++ b/sys/compat/linuxkpi/common/src/linux_radix.c @@ -27,7 +27,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/compat/linuxkpi/common/src/linux_rcu.c b/sys/compat/linuxkpi/common/src/linux_rcu.c index 20fdf186a78a..335708b6747f 100644 --- a/sys/compat/linuxkpi/common/src/linux_rcu.c +++ b/sys/compat/linuxkpi/common/src/linux_rcu.c @@ -25,7 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/compat/linuxkpi/common/src/linux_schedule.c b/sys/compat/linuxkpi/common/src/linux_schedule.c index 1edbbac35504..66b339bfbdbd 100644 --- a/sys/compat/linuxkpi/common/src/linux_schedule.c +++ b/sys/compat/linuxkpi/common/src/linux_schedule.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> diff --git a/sys/compat/linuxkpi/common/src/linux_seq_file.c b/sys/compat/linuxkpi/common/src/linux_seq_file.c index 44ff74d2f691..8b426825cc78 100644 --- a/sys/compat/linuxkpi/common/src/linux_seq_file.c +++ b/sys/compat/linuxkpi/common/src/linux_seq_file.c @@ -26,7 +26,6 @@ * */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> #include <sys/param.h> diff --git a/sys/compat/linuxkpi/common/src/linux_shmemfs.c b/sys/compat/linuxkpi/common/src/linux_shmemfs.c index bf6a8cd775e9..f0ee0e36f8c6 100644 --- a/sys/compat/linuxkpi/common/src/linux_shmemfs.c +++ b/sys/compat/linuxkpi/common/src/linux_shmemfs.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/rwlock.h> diff --git a/sys/compat/linuxkpi/common/src/linux_shrinker.c b/sys/compat/linuxkpi/common/src/linux_shrinker.c index 2e96bb8cf5d8..52a0472348d8 100644 --- a/sys/compat/linuxkpi/common/src/linux_shrinker.c +++ b/sys/compat/linuxkpi/common/src/linux_shrinker.c @@ -23,8 +23,6 @@ * SUCH DAMAGE. */ - -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/compat/linuxkpi/common/src/linux_simple_attr.c b/sys/compat/linuxkpi/common/src/linux_simple_attr.c index 27dc7beb8707..1bdacd7c1491 100644 --- a/sys/compat/linuxkpi/common/src/linux_simple_attr.c +++ b/sys/compat/linuxkpi/common/src/linux_simple_attr.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <linux/fs.h> diff --git a/sys/compat/linuxkpi/common/src/linux_tasklet.c b/sys/compat/linuxkpi/common/src/linux_tasklet.c index 6e08f911b99d..e443ab3958b4 100644 --- a/sys/compat/linuxkpi/common/src/linux_tasklet.c +++ b/sys/compat/linuxkpi/common/src/linux_tasklet.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/malloc.h> #include <sys/gtaskqueue.h> diff --git a/sys/crypto/aesni/aesni.c b/sys/crypto/aesni/aesni.c index 5d5afd8aee41..6a551577d1b9 100644 --- a/sys/crypto/aesni/aesni.c +++ b/sys/crypto/aesni/aesni.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/crypto/aesni/aesni_wrap.c b/sys/crypto/aesni/aesni_wrap.c index b3174de6d4b6..37c3c6d945e2 100644 --- a/sys/crypto/aesni/aesni_wrap.c +++ b/sys/crypto/aesni/aesni_wrap.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/libkern.h> #include <sys/malloc.h> diff --git a/sys/crypto/aesni/intel_sha1.c b/sys/crypto/aesni/intel_sha1.c index 846484b7da09..fe08c756c93b 100644 --- a/sys/crypto/aesni/intel_sha1.c +++ b/sys/crypto/aesni/intel_sha1.c @@ -55,7 +55,7 @@ * gcc -msha -msse4 intel_sha_extensions_sha1_intrinsic.c * *******************************************************************************/ -#include <sys/cdefs.h> + #include <sys/types.h> #include <crypto/aesni/aesni_os.h> #include <crypto/aesni/sha_sse.h> diff --git a/sys/crypto/aesni/intel_sha256.c b/sys/crypto/aesni/intel_sha256.c index 7e05eadea7f9..8b344cec8add 100644 --- a/sys/crypto/aesni/intel_sha256.c +++ b/sys/crypto/aesni/intel_sha256.c @@ -55,7 +55,7 @@ * gcc -msha -msse4 intel_sha_extensions_sha256_intrinsic.c * *******************************************************************************/ -#include <sys/cdefs.h> + #include <sys/types.h> #include <crypto/aesni/aesni_os.h> #include <crypto/aesni/sha_sse.h> diff --git a/sys/crypto/armv8/armv8_crypto.c b/sys/crypto/armv8/armv8_crypto.c index fcbc7e77de29..0a63d052b7a9 100644 --- a/sys/crypto/armv8/armv8_crypto.c +++ b/sys/crypto/armv8/armv8_crypto.c @@ -38,7 +38,6 @@ * This is based on the aesni code. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/crypto/armv8/armv8_crypto_wrap.c b/sys/crypto/armv8/armv8_crypto_wrap.c index 8366c247889c..50d240ad2ed0 100644 --- a/sys/crypto/armv8/armv8_crypto_wrap.c +++ b/sys/crypto/armv8/armv8_crypto_wrap.c @@ -40,7 +40,6 @@ * into floating-point context before calling any of these functions. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/crypto/blake2/blake2_cryptodev.c b/sys/crypto/blake2/blake2_cryptodev.c index 5c3ec07d7de7..00211544c42b 100644 --- a/sys/crypto/blake2/blake2_cryptodev.c +++ b/sys/crypto/blake2/blake2_cryptodev.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/crypto/camellia/camellia.c b/sys/crypto/camellia/camellia.c index b58382a2b00f..74d9b15baf2e 100644 --- a/sys/crypto/camellia/camellia.c +++ b/sys/crypto/camellia/camellia.c @@ -30,7 +30,6 @@ * http://info.isl.ntt.co.jp/crypt/eng/camellia/specifications.html */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/endian.h> #ifdef _KERNEL diff --git a/sys/crypto/ccp/ccp_lsb.c b/sys/crypto/ccp/ccp_lsb.c index e50ef65bfbd0..b9070c7b03ff 100644 --- a/sys/crypto/ccp/ccp_lsb.c +++ b/sys/crypto/ccp/ccp_lsb.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/bus.h> #include <sys/malloc.h> diff --git a/sys/crypto/chacha20/chacha.c b/sys/crypto/chacha20/chacha.c index e22c348d14bd..52f7e18c651c 100644 --- a/sys/crypto/chacha20/chacha.c +++ b/sys/crypto/chacha20/chacha.c @@ -6,7 +6,6 @@ Public domain. /* $OpenBSD: chacha.c,v 1.1 2013/11/21 00:45:44 djm Exp $ */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/types.h> diff --git a/sys/crypto/des/des_ecb.c b/sys/crypto/des/des_ecb.c index d91304d86669..922cd8b2202a 100644 --- a/sys/crypto/des/des_ecb.c +++ b/sys/crypto/des/des_ecb.c @@ -48,7 +48,6 @@ * [including the GNU Public Licence.] */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <crypto/des/des_locl.h> diff --git a/sys/crypto/des/des_enc.c b/sys/crypto/des/des_enc.c index 7365c171d3ff..cdb2beaad450 100644 --- a/sys/crypto/des/des_enc.c +++ b/sys/crypto/des/des_enc.c @@ -59,7 +59,6 @@ * [including the GNU Public Licence.] */ -#include <sys/cdefs.h> #include <sys/types.h> #include <crypto/des/des_locl.h> diff --git a/sys/crypto/des/des_setkey.c b/sys/crypto/des/des_setkey.c index f2f200acc7e0..9b3478d0fd17 100644 --- a/sys/crypto/des/des_setkey.c +++ b/sys/crypto/des/des_setkey.c @@ -56,7 +56,6 @@ * 1.0 First working version */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <crypto/des/des_locl.h> diff --git a/sys/crypto/libsodium/utils.c b/sys/crypto/libsodium/utils.c index 9d98b261f2ff..143c580f63a4 100644 --- a/sys/crypto/libsodium/utils.c +++ b/sys/crypto/libsodium/utils.c @@ -17,7 +17,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> diff --git a/sys/crypto/openssl/ossl.c b/sys/crypto/openssl/ossl.c index e8b35b3cc179..031f447e45a5 100644 --- a/sys/crypto/openssl/ossl.c +++ b/sys/crypto/openssl/ossl.c @@ -33,7 +33,6 @@ * from OpenSSL. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/crypto/openssl/ossl_aes.c b/sys/crypto/openssl/ossl_aes.c index 84d694a7199f..130bf292e521 100644 --- a/sys/crypto/openssl/ossl_aes.c +++ b/sys/crypto/openssl/ossl_aes.c @@ -25,7 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/malloc.h> diff --git a/sys/crypto/rc4/rc4.c b/sys/crypto/rc4/rc4.c index d053074a5a82..269d88281cdf 100644 --- a/sys/crypto/rc4/rc4.c +++ b/sys/crypto/rc4/rc4.c @@ -34,7 +34,6 @@ * OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/module.h> diff --git a/sys/crypto/rijndael/rijndael-alg-fst.c b/sys/crypto/rijndael/rijndael-alg-fst.c index 3cdbddf0239a..045d4008905e 100644 --- a/sys/crypto/rijndael/rijndael-alg-fst.c +++ b/sys/crypto/rijndael/rijndael-alg-fst.c @@ -25,7 +25,7 @@ * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include <sys/cdefs.h> -#include <sys/cdefs.h> + #include <sys/types.h> #ifdef _KERNEL #include <sys/systm.h> diff --git a/sys/crypto/rijndael/rijndael-api-fst.c b/sys/crypto/rijndael/rijndael-api-fst.c index 318ad96e8f41..f5f4d1df0d3a 100644 --- a/sys/crypto/rijndael/rijndael-api-fst.c +++ b/sys/crypto/rijndael/rijndael-api-fst.c @@ -15,7 +15,6 @@ * This code is placed in the public domain. */ -#include <sys/cdefs.h> #include <sys/param.h> #ifdef _KERNEL #include <sys/systm.h> diff --git a/sys/crypto/rijndael/rijndael-api.c b/sys/crypto/rijndael/rijndael-api.c index 71ba64109918..6c01d4f33a8b 100644 --- a/sys/crypto/rijndael/rijndael-api.c +++ b/sys/crypto/rijndael/rijndael-api.c @@ -26,7 +26,6 @@ * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #ifdef _KERNEL #include <sys/systm.h> diff --git a/sys/crypto/sha1.c b/sys/crypto/sha1.c index cb38ebcc51e5..b2d1321a4605 100644 --- a/sys/crypto/sha1.c +++ b/sys/crypto/sha1.c @@ -36,7 +36,6 @@ * implemented by Jun-ichiro itojun Itoh <itojun@itojun.org> */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/cdefs.h> #include <sys/time.h> diff --git a/sys/crypto/sha2/sha256c_arm64.c b/sys/crypto/sha2/sha256c_arm64.c index 3cdeedf972bd..71e494c3332a 100644 --- a/sys/crypto/sha2/sha256c_arm64.c +++ b/sys/crypto/sha2/sha256c_arm64.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <arm_neon.h> diff --git a/sys/crypto/sha2/sha512c_arm64.c b/sys/crypto/sha2/sha512c_arm64.c index 00016814a332..c6860dd2843b 100644 --- a/sys/crypto/sha2/sha512c_arm64.c +++ b/sys/crypto/sha2/sha512c_arm64.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <arm_neon.h> diff --git a/sys/crypto/siphash/siphash.c b/sys/crypto/siphash/siphash.c index 02286ed32a0f..92c87d71d391 100644 --- a/sys/crypto/siphash/siphash.c +++ b/sys/crypto/siphash/siphash.c @@ -41,7 +41,6 @@ * https://131002.net/siphash/ */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/types.h> #include <sys/systm.h> diff --git a/sys/crypto/siphash/siphash_test.c b/sys/crypto/siphash/siphash_test.c index f76f9e1fa966..a9af5a5ebe58 100644 --- a/sys/crypto/siphash/siphash_test.c +++ b/sys/crypto/siphash/siphash_test.c @@ -25,7 +25,7 @@ * ... * in = 00 01 02 ... 3e (63 bytes) */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/types.h> #include <sys/systm.h> diff --git a/sys/crypto/via/padlock.c b/sys/crypto/via/padlock.c index b8dae256dbf4..8ff222ef413b 100644 --- a/sys/crypto/via/padlock.c +++ b/sys/crypto/via/padlock.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/crypto/via/padlock_cipher.c b/sys/crypto/via/padlock_cipher.c index 136954870ae3..ca1e8c2f5160 100644 --- a/sys/crypto/via/padlock_cipher.c +++ b/sys/crypto/via/padlock_cipher.c @@ -44,7 +44,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/crypto/via/padlock_hash.c b/sys/crypto/via/padlock_hash.c index d3cf46e10c5f..767b2a3febb9 100644 --- a/sys/crypto/via/padlock_hash.c +++ b/sys/crypto/via/padlock_hash.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/ddb/db_access.c b/sys/ddb/db_access.c index ca0c80a58f26..4fb33ed1de27 100644 --- a/sys/ddb/db_access.c +++ b/sys/ddb/db_access.c @@ -30,7 +30,6 @@ * Date: 7/90 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kdb.h> #include <sys/endian.h> diff --git a/sys/ddb/db_break.c b/sys/ddb/db_break.c index c8396d86963d..91d927f03eaf 100644 --- a/sys/ddb/db_break.c +++ b/sys/ddb/db_break.c @@ -34,7 +34,6 @@ * Breakpoints. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <vm/vm.h> diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index 8390edcd2800..9d79e3b2a6d3 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -33,7 +33,6 @@ * Command dispatcher. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/cons.h> diff --git a/sys/ddb/db_examine.c b/sys/ddb/db_examine.c index 0eaff0a65bf2..1eb39c7d99fa 100644 --- a/sys/ddb/db_examine.c +++ b/sys/ddb/db_examine.c @@ -30,7 +30,6 @@ * Date: 7/90 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_expr.c b/sys/ddb/db_expr.c index 0423ffd5fb53..c2de9ee688c5 100644 --- a/sys/ddb/db_expr.c +++ b/sys/ddb/db_expr.c @@ -30,7 +30,6 @@ * Date: 7/90 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c index 0d446785f360..b089a1f64fbb 100644 --- a/sys/ddb/db_input.c +++ b/sys/ddb/db_input.c @@ -30,7 +30,6 @@ * Date: 7/90 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/cons.h> diff --git a/sys/ddb/db_lex.c b/sys/ddb/db_lex.c index e01eb688772f..f5a60210b40a 100644 --- a/sys/ddb/db_lex.c +++ b/sys/ddb/db_lex.c @@ -33,7 +33,6 @@ * Lexical analyzer. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/libkern.h> #include <sys/lock.h> diff --git a/sys/ddb/db_main.c b/sys/ddb/db_main.c index 81d602139db3..d449d8be1a47 100644 --- a/sys/ddb/db_main.c +++ b/sys/ddb/db_main.c @@ -26,7 +26,6 @@ * rights to redistribute these changes. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/cons.h> diff --git a/sys/ddb/db_print.c b/sys/ddb/db_print.c index 68f1d92025c3..c76bbb2fd736 100644 --- a/sys/ddb/db_print.c +++ b/sys/ddb/db_print.c @@ -35,7 +35,6 @@ * Miscellaneous printing. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kdb.h> #include <sys/proc.h> diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c index 597e559502ef..12b06b86d5fb 100644 --- a/sys/ddb/db_run.c +++ b/sys/ddb/db_run.c @@ -34,7 +34,6 @@ * Commands to run process. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kdb.h> #include <sys/proc.h> diff --git a/sys/ddb/db_script.c b/sys/ddb/db_script.c index 6cbd10c5b5fd..f4ecfa4488bf 100644 --- a/sys/ddb/db_script.c +++ b/sys/ddb/db_script.c @@ -55,7 +55,6 @@ * this. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kdb.h> #include <sys/kernel.h> diff --git a/sys/ddb/db_thread.c b/sys/ddb/db_thread.c index 7896aef9096d..e34d7356eb30 100644 --- a/sys/ddb/db_thread.c +++ b/sys/ddb/db_thread.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kdb.h> diff --git a/sys/ddb/db_variables.c b/sys/ddb/db_variables.c index 02e42a7ed18b..e030d96fd2af 100644 --- a/sys/ddb/db_variables.c +++ b/sys/ddb/db_variables.c @@ -30,7 +30,6 @@ * Date: 7/90 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_watch.c b/sys/ddb/db_watch.c index 23327ab84357..2ae62b1a79d6 100644 --- a/sys/ddb/db_watch.c +++ b/sys/ddb/db_watch.c @@ -30,7 +30,6 @@ * Date: 10/90 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kdb.h> #include <sys/kernel.h> diff --git a/sys/ddb/db_write_cmd.c b/sys/ddb/db_write_cmd.c index 5f88173d6555..3a2f4a480a4d 100644 --- a/sys/ddb/db_write_cmd.c +++ b/sys/ddb/db_write_cmd.c @@ -30,7 +30,6 @@ * Date: 7/90 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <ddb/ddb.h> diff --git a/sys/dev/aacraid/aacraid_endian.c b/sys/dev/aacraid/aacraid_endian.c index d7b6e1db660b..85e2eb129566 100644 --- a/sys/dev/aacraid/aacraid_endian.c +++ b/sys/dev/aacraid/aacraid_endian.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/types.h> diff --git a/sys/dev/acpica/Osd/OsdInterrupt.c b/sys/dev/acpica/Osd/OsdInterrupt.c index 161fe0f48c59..87da5a73a0de 100644 --- a/sys/dev/acpica/Osd/OsdInterrupt.c +++ b/sys/dev/acpica/Osd/OsdInterrupt.c @@ -30,7 +30,6 @@ * 6.5 : Interrupt handling */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/bus.h> diff --git a/sys/dev/acpica/Osd/OsdTable.c b/sys/dev/acpica/Osd/OsdTable.c index 4795e6176806..4b59dd49523a 100644 --- a/sys/dev/acpica/Osd/OsdTable.c +++ b/sys/dev/acpica/Osd/OsdTable.c @@ -28,7 +28,6 @@ * ACPI Table interfaces */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/endian.h> #include <sys/kernel.h> diff --git a/sys/dev/acpica/acpi_container.c b/sys/dev/acpica/acpi_container.c index 43da3cdc47e1..0f23f6b25fe1 100644 --- a/sys/dev/acpica/acpi_container.c +++ b/sys/dev/acpica/acpi_container.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/bus.h> diff --git a/sys/dev/acpica/acpi_package.c b/sys/dev/acpica/acpi_package.c index 4afee9cfcade..4e64fdbbab2b 100644 --- a/sys/dev/acpica/acpi_package.c +++ b/sys/dev/acpica/acpi_package.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/bus.h> diff --git a/sys/dev/acpica/acpi_quirk.c b/sys/dev/acpica/acpi_quirk.c index c89507f102b8..b8e1f54a10bb 100644 --- a/sys/dev/acpica/acpi_quirk.c +++ b/sys/dev/acpica/acpi_quirk.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/adb/adb_bus.c b/sys/dev/adb/adb_bus.c index ac09231fb914..395ed555fec5 100644 --- a/sys/dev/adb/adb_bus.c +++ b/sys/dev/adb/adb_bus.c @@ -25,7 +25,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/module.h> diff --git a/sys/dev/adb/adb_kbd.c b/sys/dev/adb/adb_kbd.c index 911d952ee52a..f1b8d3589be9 100644 --- a/sys/dev/adb/adb_kbd.c +++ b/sys/dev/adb/adb_kbd.c @@ -25,7 +25,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/lock.h> diff --git a/sys/dev/adb/adb_mouse.c b/sys/dev/adb/adb_mouse.c index 464cf2b1f862..e89612abddb2 100644 --- a/sys/dev/adb/adb_mouse.c +++ b/sys/dev/adb/adb_mouse.c @@ -25,7 +25,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/lock.h> diff --git a/sys/dev/adlink/adlink.c b/sys/dev/adlink/adlink.c index f2856c2088ab..bc134e0b380a 100644 --- a/sys/dev/adlink/adlink.c +++ b/sys/dev/adlink/adlink.c @@ -44,7 +44,7 @@ */ #ifdef _KERNEL -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/dev/ae/if_ae.c b/sys/dev/ae/if_ae.c index 061f29e91e9c..62c1a8a30cc8 100644 --- a/sys/dev/ae/if_ae.c +++ b/sys/dev/ae/if_ae.c @@ -29,7 +29,6 @@ * This driver is heavily based on age(4) Attansic L1 driver by Pyun YongHyeon. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/age/if_age.c b/sys/dev/age/if_age.c index c302dd6f1965..afed720b6e56 100644 --- a/sys/dev/age/if_age.c +++ b/sys/dev/age/if_age.c @@ -29,7 +29,6 @@ /* Driver for Attansic Technology Corp. L1 Gigabit Ethernet. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/agp/agp_ali.c b/sys/dev/agp/agp_ali.c index 0762d903fffe..d0301f3a5c7e 100644 --- a/sys/dev/agp/agp_ali.c +++ b/sys/dev/agp/agp_ali.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/dev/agp/agp_amd.c b/sys/dev/agp/agp_amd.c index b2dc6527392d..e7f1deed188d 100644 --- a/sys/dev/agp/agp_amd.c +++ b/sys/dev/agp/agp_amd.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/dev/agp/agp_amd64.c b/sys/dev/agp/agp_amd64.c index 7ad974f698e9..bb413ef46b3a 100644 --- a/sys/dev/agp/agp_amd64.c +++ b/sys/dev/agp/agp_amd64.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/dev/agp/agp_apple.c b/sys/dev/agp/agp_apple.c index ee22f1cc44fa..48938044a5d6 100644 --- a/sys/dev/agp/agp_apple.c +++ b/sys/dev/agp/agp_apple.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/dev/agp/agp_ati.c b/sys/dev/agp/agp_ati.c index b30d80038a3d..a383acdb89dc 100644 --- a/sys/dev/agp/agp_ati.c +++ b/sys/dev/agp/agp_ati.c @@ -28,7 +28,6 @@ * Based on reading the Linux 2.6.8.1 driver by Dave Jones. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/dev/agp/agp_intel.c b/sys/dev/agp/agp_intel.c index 32b3e920adf5..d8abd759dec6 100644 --- a/sys/dev/agp/agp_intel.c +++ b/sys/dev/agp/agp_intel.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/dev/agp/agp_sis.c b/sys/dev/agp/agp_sis.c index f7572e487658..3df1ca19f478 100644 --- a/sys/dev/agp/agp_sis.c +++ b/sys/dev/agp/agp_sis.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/dev/agp/agp_via.c b/sys/dev/agp/agp_via.c index f101c08e8cc3..3948f1a96697 100644 --- a/sys/dev/agp/agp_via.c +++ b/sys/dev/agp/agp_via.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/dev/ahci/ahci.c b/sys/dev/ahci/ahci.c index 2f0971bddd9b..27860f9ee570 100644 --- a/sys/dev/ahci/ahci.c +++ b/sys/dev/ahci/ahci.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/ahci/ahci_pci.c b/sys/dev/ahci/ahci_pci.c index 2be92ce79e18..7cc3ce18c8ae 100644 --- a/sys/dev/ahci/ahci_pci.c +++ b/sys/dev/ahci/ahci_pci.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/ahci/ahciem.c b/sys/dev/ahci/ahciem.c index eb1f2bdc3924..8b941a73a4e0 100644 --- a/sys/dev/ahci/ahciem.c +++ b/sys/dev/ahci/ahciem.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/al_eth/al_eth.c b/sys/dev/al_eth/al_eth.c index baf47ac1d378..b8dd95e7ca58 100644 --- a/sys/dev/al_eth/al_eth.c +++ b/sys/dev/al_eth/al_eth.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/alc/if_alc.c b/sys/dev/alc/if_alc.c index be52822e1c51..86e120a8b3f6 100644 --- a/sys/dev/alc/if_alc.c +++ b/sys/dev/alc/if_alc.c @@ -29,7 +29,6 @@ /* Driver for Atheros AR813x/AR815x PCIe Ethernet. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/ale/if_ale.c b/sys/dev/ale/if_ale.c index 510a029cd18f..dcab9d10dfa4 100644 --- a/sys/dev/ale/if_ale.c +++ b/sys/dev/ale/if_ale.c @@ -29,7 +29,6 @@ /* Driver for Atheros AR8121/AR8113/AR8114 PCIe Ethernet. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/alpm/alpm.c b/sys/dev/alpm/alpm.c index cde535d5868c..6bd84c96d282 100644 --- a/sys/dev/alpm/alpm.c +++ b/sys/dev/alpm/alpm.c @@ -28,7 +28,6 @@ * Power Management support for the Acer M15x3 chipsets */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/altera/atse/if_atse_fdt.c b/sys/dev/altera/atse/if_atse_fdt.c index 3adb6a4ca7b0..77fa930ee945 100644 --- a/sys/dev/altera/atse/if_atse_fdt.c +++ b/sys/dev/altera/atse/if_atse_fdt.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/altera/avgen/altera_avgen.c b/sys/dev/altera/avgen/altera_avgen.c index 50631596537a..846167c649f8 100644 --- a/sys/dev/altera/avgen/altera_avgen.c +++ b/sys/dev/altera/avgen/altera_avgen.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/bus.h> diff --git a/sys/dev/altera/avgen/altera_avgen_fdt.c b/sys/dev/altera/avgen/altera_avgen_fdt.c index 2f330a5d0729..ad12fc9df265 100644 --- a/sys/dev/altera/avgen/altera_avgen_fdt.c +++ b/sys/dev/altera/avgen/altera_avgen_fdt.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/condvar.h> diff --git a/sys/dev/altera/avgen/altera_avgen_nexus.c b/sys/dev/altera/avgen/altera_avgen_nexus.c index 97b6ad64e575..67448bc83f9c 100644 --- a/sys/dev/altera/avgen/altera_avgen_nexus.c +++ b/sys/dev/altera/avgen/altera_avgen_nexus.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/condvar.h> diff --git a/sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c b/sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c index bb4a23da9647..dd708bd68f22 100644 --- a/sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c +++ b/sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/cons.h> diff --git a/sys/dev/altera/jtag_uart/altera_jtag_uart_fdt.c b/sys/dev/altera/jtag_uart/altera_jtag_uart_fdt.c index 2272e85225c2..6290238d784b 100644 --- a/sys/dev/altera/jtag_uart/altera_jtag_uart_fdt.c +++ b/sys/dev/altera/jtag_uart/altera_jtag_uart_fdt.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/condvar.h> diff --git a/sys/dev/altera/jtag_uart/altera_jtag_uart_nexus.c b/sys/dev/altera/jtag_uart/altera_jtag_uart_nexus.c index 8468d7979a09..141518e85cb5 100644 --- a/sys/dev/altera/jtag_uart/altera_jtag_uart_nexus.c +++ b/sys/dev/altera/jtag_uart/altera_jtag_uart_nexus.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/condvar.h> diff --git a/sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c b/sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c index 030da7237da2..3a299d80caa1 100644 --- a/sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c +++ b/sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/cons.h> diff --git a/sys/dev/altera/pio/pio.c b/sys/dev/altera/pio/pio.c index e6d6eb46daa6..e002fc347f28 100644 --- a/sys/dev/altera/pio/pio.c +++ b/sys/dev/altera/pio/pio.c @@ -32,7 +32,6 @@ * Altera PIO (Parallel IO) device driver */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/altera/sdcard/altera_sdcard_disk.c b/sys/dev/altera/sdcard/altera_sdcard_disk.c index ec12821427dc..87fdfb2a6475 100644 --- a/sys/dev/altera/sdcard/altera_sdcard_disk.c +++ b/sys/dev/altera/sdcard/altera_sdcard_disk.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/condvar.h> diff --git a/sys/dev/altera/sdcard/altera_sdcard_fdt.c b/sys/dev/altera/sdcard/altera_sdcard_fdt.c index 9a1bd8719bf4..c62b480eecc3 100644 --- a/sys/dev/altera/sdcard/altera_sdcard_fdt.c +++ b/sys/dev/altera/sdcard/altera_sdcard_fdt.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/condvar.h> diff --git a/sys/dev/altera/sdcard/altera_sdcard_io.c b/sys/dev/altera/sdcard/altera_sdcard_io.c index 0f5e8b4416cf..5c3347960c75 100644 --- a/sys/dev/altera/sdcard/altera_sdcard_io.c +++ b/sys/dev/altera/sdcard/altera_sdcard_io.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/condvar.h> diff --git a/sys/dev/altera/sdcard/altera_sdcard_nexus.c b/sys/dev/altera/sdcard/altera_sdcard_nexus.c index 0db820491b7b..9e42f0b01ba2 100644 --- a/sys/dev/altera/sdcard/altera_sdcard_nexus.c +++ b/sys/dev/altera/sdcard/altera_sdcard_nexus.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/condvar.h> diff --git a/sys/dev/amdpm/amdpm.c b/sys/dev/amdpm/amdpm.c index 660e0b2d04b8..f479c0f5bcdd 100644 --- a/sys/dev/amdpm/amdpm.c +++ b/sys/dev/amdpm/amdpm.c @@ -32,7 +32,6 @@ * Power management function/SMBus function support for the AMD 756 chip. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/amdsmb/amdsmb.c b/sys/dev/amdsmb/amdsmb.c index c29af735ffce..565e73cf1f64 100644 --- a/sys/dev/amdsmb/amdsmb.c +++ b/sys/dev/amdsmb/amdsmb.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/amdsmn/amdsmn.c b/sys/dev/amdsmn/amdsmn.c index bf2222bed5e3..a676bbb6b0f2 100644 --- a/sys/dev/amdsmn/amdsmn.c +++ b/sys/dev/amdsmn/amdsmn.c @@ -28,7 +28,6 @@ * Driver for the AMD Family 15h and 17h CPU System Management Network. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/conf.h> diff --git a/sys/dev/amdtemp/amdtemp.c b/sys/dev/amdtemp/amdtemp.c index 47c36174d73c..1b66bde0bdad 100644 --- a/sys/dev/amdtemp/amdtemp.c +++ b/sys/dev/amdtemp/amdtemp.c @@ -34,7 +34,6 @@ * Initially based on the k8temp Linux driver. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/conf.h> diff --git a/sys/dev/asmc/asmc.c b/sys/dev/asmc/asmc.c index cd13fba72e98..ab0a614aa50f 100644 --- a/sys/dev/asmc/asmc.c +++ b/sys/dev/asmc/asmc.c @@ -34,7 +34,6 @@ * Inspired by the Linux applesmc driver. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/conf.h> diff --git a/sys/dev/ata/ata-all.c b/sys/dev/ata/ata-all.c index c12043c9915d..5bfa1ce3a629 100644 --- a/sys/dev/ata/ata-all.c +++ b/sys/dev/ata/ata-all.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/ata.h> diff --git a/sys/dev/ata/ata-dma.c b/sys/dev/ata/ata-dma.c index ade055d21db0..f4a2612403df 100644 --- a/sys/dev/ata/ata-dma.c +++ b/sys/dev/ata/ata-dma.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/ata.h> diff --git a/sys/dev/ata/ata-isa.c b/sys/dev/ata/ata-isa.c index 25924280547d..0b76c00e9567 100644 --- a/sys/dev/ata/ata-isa.c +++ b/sys/dev/ata/ata-isa.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/ata.h> diff --git a/sys/dev/ata/ata-lowlevel.c b/sys/dev/ata/ata-lowlevel.c index 456a987d1735..ac764eaf7d15 100644 --- a/sys/dev/ata/ata-lowlevel.c +++ b/sys/dev/ata/ata-lowlevel.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/ata/ata-pci.c b/sys/dev/ata/ata-pci.c index 767467cef656..3a2a0f640f62 100644 --- a/sys/dev/ata/ata-pci.c +++ b/sys/dev/ata/ata-pci.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/ata/ata-sata.c b/sys/dev/ata/ata-sata.c index 4131a14ec11e..57fea391825b 100644 --- a/sys/dev/ata/ata-sata.c +++ b/sys/dev/ata/ata-sata.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/ata/chipsets/ata-acard.c b/sys/dev/ata/chipsets/ata-acard.c index fc287ebc7ac4..806088797232 100644 --- a/sys/dev/ata/chipsets/ata-acard.c +++ b/sys/dev/ata/chipsets/ata-acard.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/ata/chipsets/ata-acerlabs.c b/sys/dev/ata/chipsets/ata-acerlabs.c index 78c629d542ce..c34affcabc35 100644 --- a/sys/dev/ata/chipsets/ata-acerlabs.c +++ b/sys/dev/ata/chipsets/ata-acerlabs.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/ata/chipsets/ata-amd.c b/sys/dev/ata/chipsets/ata-amd.c index 9d17a0a424f7..19fce249fc08 100644 --- a/sys/dev/ata/chipsets/ata-amd.c +++ b/sys/dev/ata/chipsets/ata-amd.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/ata/chipsets/ata-ati.c b/sys/dev/ata/chipsets/ata-ati.c index 1a5be681f8fd..27eaefa1dc91 100644 --- a/sys/dev/ata/chipsets/ata-ati.c +++ b/sys/dev/ata/chipsets/ata-ati.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/ata/chipsets/ata-cenatek.c b/sys/dev/ata/chipsets/ata-cenatek.c index 59d023c3b94d..96bb48d1c047 100644 --- a/sys/dev/ata/chipsets/ata-cenatek.c +++ b/sys/dev/ata/chipsets/ata-cenatek.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/ata/chipsets/ata-cypress.c b/sys/dev/ata/chipsets/ata-cypress.c index 1cccc5f1bdc4..d956f79b1089 100644 --- a/sys/dev/ata/chipsets/ata-cypress.c +++ b/sys/dev/ata/chipsets/ata-cypress.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/ata/chipsets/ata-cyrix.c b/sys/dev/ata/chipsets/ata-cyrix.c index e29e1271ca4f..e0921b2c334d 100644 --- a/sys/dev/ata/chipsets/ata-cyrix.c +++ b/sys/dev/ata/chipsets/ata-cyrix.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/ata/chipsets/ata-highpoint.c b/sys/dev/ata/chipsets/ata-highpoint.c index 7b9619907281..bf9dfd22e6ad 100644 --- a/sys/dev/ata/chipsets/ata-highpoint.c +++ b/sys/dev/ata/chipsets/ata-highpoint.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/ata/chipsets/ata-intel.c b/sys/dev/ata/chipsets/ata-intel.c index d3eb1965c740..866ac03133ab 100644 --- a/sys/dev/ata/chipsets/ata-intel.c +++ b/sys/dev/ata/chipsets/ata-intel.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/ata/chipsets/ata-ite.c b/sys/dev/ata/chipsets/ata-ite.c index 748b7c534a30..bbcaeee194ae 100644 --- a/sys/dev/ata/chipsets/ata-ite.c +++ b/sys/dev/ata/chipsets/ata-ite.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/ata/chipsets/ata-jmicron.c b/sys/dev/ata/chipsets/ata-jmicron.c index 8d0cc46ac0b2..a24eb18f59da 100644 --- a/sys/dev/ata/chipsets/ata-jmicron.c +++ b/sys/dev/ata/chipsets/ata-jmicron.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/ata/chipsets/ata-marvell.c b/sys/dev/ata/chipsets/ata-marvell.c index 7ece4a66dec4..f1feacd3f085 100644 --- a/sys/dev/ata/chipsets/ata-marvell.c +++ b/sys/dev/ata/chipsets/ata-marvell.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/ata/chipsets/ata-micron.c b/sys/dev/ata/chipsets/ata-micron.c index c541fed56903..092453865513 100644 --- a/sys/dev/ata/chipsets/ata-micron.c +++ b/sys/dev/ata/chipsets/ata-micron.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/ata/chipsets/ata-national.c b/sys/dev/ata/chipsets/ata-national.c index c736c0933a6f..eb5da805bc3c 100644 --- a/sys/dev/ata/chipsets/ata-national.c +++ b/sys/dev/ata/chipsets/ata-national.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/ata/chipsets/ata-netcell.c b/sys/dev/ata/chipsets/ata-netcell.c index b1dd57fe9c15..f112634f7ea5 100644 --- a/sys/dev/ata/chipsets/ata-netcell.c +++ b/sys/dev/ata/chipsets/ata-netcell.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/ata/chipsets/ata-nvidia.c b/sys/dev/ata/chipsets/ata-nvidia.c index c7fb1cef1118..6e1769375f64 100644 --- a/sys/dev/ata/chipsets/ata-nvidia.c +++ b/sys/dev/ata/chipsets/ata-nvidia.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/ata/chipsets/ata-promise.c b/sys/dev/ata/chipsets/ata-promise.c index 94c96d00f9de..86cb0c4fe6c4 100644 --- a/sys/dev/ata/chipsets/ata-promise.c +++ b/sys/dev/ata/chipsets/ata-promise.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/ata/chipsets/ata-serverworks.c b/sys/dev/ata/chipsets/ata-serverworks.c index df481ded610b..c6a6a26959ea 100644 --- a/sys/dev/ata/chipsets/ata-serverworks.c +++ b/sys/dev/ata/chipsets/ata-serverworks.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/ata/chipsets/ata-siliconimage.c b/sys/dev/ata/chipsets/ata-siliconimage.c index 2b7a7b37df64..75c7961caebc 100644 --- a/sys/dev/ata/chipsets/ata-siliconimage.c +++ b/sys/dev/ata/chipsets/ata-siliconimage.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/ata/chipsets/ata-sis.c b/sys/dev/ata/chipsets/ata-sis.c index 039fe6c06e9e..bf4c5c744289 100644 --- a/sys/dev/ata/chipsets/ata-sis.c +++ b/sys/dev/ata/chipsets/ata-sis.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/ata/chipsets/ata-via.c b/sys/dev/ata/chipsets/ata-via.c index af65b5e2c9c2..4b7dd0f08554 100644 --- a/sys/dev/ata/chipsets/ata-via.c +++ b/sys/dev/ata/chipsets/ata-via.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/ath/ah_osdep.h b/sys/dev/ath/ah_osdep.h index 638717140f4b..261a8b89c4f4 100644 --- a/sys/dev/ath/ah_osdep.h +++ b/sys/dev/ath/ah_osdep.h @@ -33,7 +33,7 @@ /* * Atheros Hardware Access Layer (HAL) OS Dependent Definitions. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/endian.h> diff --git a/sys/dev/ath/ah_osdep_ar5210.c b/sys/dev/ath/ah_osdep_ar5210.c index 51a0ec9c4462..9c92aec5feb7 100644 --- a/sys/dev/ath/ah_osdep_ar5210.c +++ b/sys/dev/ath/ah_osdep_ar5210.c @@ -27,7 +27,6 @@ #include "opt_ah.h" #include "opt_wlan.h" -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/dev/ath/ah_osdep_ar5211.c b/sys/dev/ath/ah_osdep_ar5211.c index f6026e28d48d..e4be6f96c310 100644 --- a/sys/dev/ath/ah_osdep_ar5211.c +++ b/sys/dev/ath/ah_osdep_ar5211.c @@ -27,7 +27,6 @@ #include "opt_ah.h" #include "opt_wlan.h" -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/dev/ath/ah_osdep_ar5212.c b/sys/dev/ath/ah_osdep_ar5212.c index 6b17164fc053..4be6b17c2e83 100644 --- a/sys/dev/ath/ah_osdep_ar5212.c +++ b/sys/dev/ath/ah_osdep_ar5212.c @@ -27,7 +27,6 @@ #include "opt_ah.h" #include "opt_wlan.h" -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/dev/ath/ah_osdep_ar5416.c b/sys/dev/ath/ah_osdep_ar5416.c index ea8fab3c35ad..306a4f2a9612 100644 --- a/sys/dev/ath/ah_osdep_ar5416.c +++ b/sys/dev/ath/ah_osdep_ar5416.c @@ -27,7 +27,6 @@ #include "opt_ah.h" #include "opt_wlan.h" -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/dev/ath/ah_osdep_ar9300.c b/sys/dev/ath/ah_osdep_ar9300.c index ef4fb668608c..210734a30a0b 100644 --- a/sys/dev/ath/ah_osdep_ar9300.c +++ b/sys/dev/ath/ah_osdep_ar9300.c @@ -27,7 +27,6 @@ #include "opt_ah.h" #include "opt_wlan.h" -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/dev/axgbe/if_axgbe.c b/sys/dev/axgbe/if_axgbe.c index 4641c346bb63..65a546f8dae2 100644 --- a/sys/dev/axgbe/if_axgbe.c +++ b/sys/dev/axgbe/if_axgbe.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/axgbe/if_axgbe_pci.c b/sys/dev/axgbe/if_axgbe_pci.c index 7f661e6d9c98..dcf769d14f75 100644 --- a/sys/dev/axgbe/if_axgbe_pci.c +++ b/sys/dev/axgbe/if_axgbe_pci.c @@ -29,7 +29,6 @@ * Shreyank Amartya <Shreyank.Amartya@amd.com> */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/axgbe/xgbe-sysctl.c b/sys/dev/axgbe/xgbe-sysctl.c index 6210a790f0a0..d5ddfbbd0bd6 100644 --- a/sys/dev/axgbe/xgbe-sysctl.c +++ b/sys/dev/axgbe/xgbe-sysctl.c @@ -29,7 +29,6 @@ * Arpan Palit <Arpan.Palit@amd.com> */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/sysctl.h> #include <sys/sbuf.h> diff --git a/sys/dev/backlight/backlight.c b/sys/dev/backlight/backlight.c index 25e09f057e92..3bd11c3f1eb2 100644 --- a/sys/dev/backlight/backlight.c +++ b/sys/dev/backlight/backlight.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/limits.h> diff --git a/sys/dev/beri/beri_mem.c b/sys/dev/beri/beri_mem.c index b74dec44ac22..cc9dba34b494 100644 --- a/sys/dev/beri/beri_mem.c +++ b/sys/dev/beri/beri_mem.c @@ -32,7 +32,6 @@ * BERI memory interface. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/beri/beri_ring.c b/sys/dev/beri/beri_ring.c index 6d48a411da38..5ff0a74d8b07 100644 --- a/sys/dev/beri/beri_ring.c +++ b/sys/dev/beri/beri_ring.c @@ -32,7 +32,6 @@ * SRI-Cambridge BERI soft processor <-> ARM core ring buffer. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/beri/virtio/network/if_vtbe.c b/sys/dev/beri/virtio/network/if_vtbe.c index fc4d66841c56..de1a8ebaac97 100644 --- a/sys/dev/beri/virtio/network/if_vtbe.c +++ b/sys/dev/beri/virtio/network/if_vtbe.c @@ -32,7 +32,6 @@ * BERI Virtio Networking Frontend */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/beri/virtio/virtio.c b/sys/dev/beri/virtio/virtio.c index c249d1c9d37b..60239b335020 100644 --- a/sys/dev/beri/virtio/virtio.c +++ b/sys/dev/beri/virtio/virtio.c @@ -32,7 +32,6 @@ * BERI virtio mmio backend common methods */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/beri/virtio/virtio_block.c b/sys/dev/beri/virtio/virtio_block.c index 4ad28e9235d0..0d4a37ea9772 100644 --- a/sys/dev/beri/virtio/virtio_block.c +++ b/sys/dev/beri/virtio/virtio_block.c @@ -32,7 +32,6 @@ * BERI virtio block backend driver */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/beri/virtio/virtio_mmio_platform.c b/sys/dev/beri/virtio/virtio_mmio_platform.c index 320d8f65ddd7..b3ca26df28ee 100644 --- a/sys/dev/beri/virtio/virtio_mmio_platform.c +++ b/sys/dev/beri/virtio/virtio_mmio_platform.c @@ -35,7 +35,6 @@ * Virtio MMIO backend. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/bfe/if_bfe.c b/sys/dev/bfe/if_bfe.c index de5c43087fa3..962dd24ae85c 100644 --- a/sys/dev/bfe/if_bfe.c +++ b/sys/dev/bfe/if_bfe.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/bhnd/bcma/bcma.c b/sys/dev/bhnd/bcma/bcma.c index 4ca7ddb8d719..c9df03cfb504 100644 --- a/sys/dev/bhnd/bcma/bcma.c +++ b/sys/dev/bhnd/bcma/bcma.c @@ -33,7 +33,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/bhnd/bcma/bcma_bhndb.c b/sys/dev/bhnd/bcma/bcma_bhndb.c index 8618c8124bf3..239a97366d03 100644 --- a/sys/dev/bhnd/bcma/bcma_bhndb.c +++ b/sys/dev/bhnd/bcma/bcma_bhndb.c @@ -29,7 +29,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/bus.h> diff --git a/sys/dev/bhnd/bcma/bcma_erom.c b/sys/dev/bhnd/bcma/bcma_erom.c index 6bd5f41c4087..843e1103a28d 100644 --- a/sys/dev/bhnd/bcma/bcma_erom.c +++ b/sys/dev/bhnd/bcma/bcma_erom.c @@ -33,7 +33,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/bhnd/bcma/bcma_subr.c b/sys/dev/bhnd/bcma/bcma_subr.c index d8df25929a45..d10501c70564 100644 --- a/sys/dev/bhnd/bcma/bcma_subr.c +++ b/sys/dev/bhnd/bcma/bcma_subr.c @@ -33,7 +33,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/bhnd/bhnd_erom.c b/sys/dev/bhnd/bhnd_erom.c index c7f53a061e27..6cb98dec9858 100644 --- a/sys/dev/bhnd/bhnd_erom.c +++ b/sys/dev/bhnd/bhnd_erom.c @@ -33,7 +33,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kobj.h> diff --git a/sys/dev/bhnd/bhnd_subr.c b/sys/dev/bhnd/bhnd_subr.c index df2474f57659..44f8ae9cc0a2 100644 --- a/sys/dev/bhnd/bhnd_subr.c +++ b/sys/dev/bhnd/bhnd_subr.c @@ -33,7 +33,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/refcount.h> diff --git a/sys/dev/bhnd/bhndb/bhnd_bhndb.c b/sys/dev/bhnd/bhndb/bhnd_bhndb.c index 2586c5748e4b..0d4b5b682584 100644 --- a/sys/dev/bhnd/bhndb/bhnd_bhndb.c +++ b/sys/dev/bhnd/bhndb/bhnd_bhndb.c @@ -31,7 +31,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/bus.h> diff --git a/sys/dev/bhnd/bhndb/bhndb_hwdata.c b/sys/dev/bhnd/bhndb/bhndb_hwdata.c index 11535e54f11d..6eb2b1fd2885 100644 --- a/sys/dev/bhnd/bhndb/bhndb_hwdata.c +++ b/sys/dev/bhnd/bhndb/bhndb_hwdata.c @@ -27,7 +27,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <dev/bhnd/bhnd_ids.h> diff --git a/sys/dev/bhnd/bhndb/bhndb_subr.c b/sys/dev/bhnd/bhndb/bhndb_subr.c index 94d415d67064..f5253b3ecaca 100644 --- a/sys/dev/bhnd/bhndb/bhndb_subr.c +++ b/sys/dev/bhnd/bhndb/bhndb_subr.c @@ -31,7 +31,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/limits.h> diff --git a/sys/dev/bhnd/cores/chipc/chipc_cfi.c b/sys/dev/bhnd/cores/chipc/chipc_cfi.c index 8652d606392f..cb7bfe15b459 100644 --- a/sys/dev/bhnd/cores/chipc/chipc_cfi.c +++ b/sys/dev/bhnd/cores/chipc/chipc_cfi.c @@ -29,7 +29,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/bhnd/cores/chipc/chipc_gpio.c b/sys/dev/bhnd/cores/chipc/chipc_gpio.c index 347bb6529549..a110bdda5fa7 100644 --- a/sys/dev/bhnd/cores/chipc/chipc_gpio.c +++ b/sys/dev/bhnd/cores/chipc/chipc_gpio.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/bus.h> diff --git a/sys/dev/bhnd/cores/chipc/chipc_spi.c b/sys/dev/bhnd/cores/chipc/chipc_spi.c index ca4b209653ef..75e4b5cb7bc4 100644 --- a/sys/dev/bhnd/cores/chipc/chipc_spi.c +++ b/sys/dev/bhnd/cores/chipc/chipc_spi.c @@ -30,7 +30,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/bhnd/cores/chipc/chipc_subr.c b/sys/dev/bhnd/cores/chipc/chipc_subr.c index ababf97f3eb6..1137d3ab67cc 100644 --- a/sys/dev/bhnd/cores/chipc/chipc_subr.c +++ b/sys/dev/bhnd/cores/chipc/chipc_subr.c @@ -30,7 +30,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl.c b/sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl.c index b91115bb95cf..cdb1c54f58fb 100644 --- a/sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl.c +++ b/sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl.c @@ -25,7 +25,6 @@ * $Id: siutils.c,v 1.821.2.48 2011-02-11 20:59:28 Exp $ */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/bus.h> diff --git a/sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c b/sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c index e233597a3267..fa3f6f5a2da8 100644 --- a/sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c +++ b/sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c @@ -21,7 +21,6 @@ * $Id: siutils.c,v 1.821.2.48 2011-02-11 20:59:28 Exp $ */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/bus.h> diff --git a/sys/dev/bhnd/cores/pmu/bhnd_pmu.c b/sys/dev/bhnd/cores/pmu/bhnd_pmu.c index 3462c812d809..e8dc9f1266ef 100644 --- a/sys/dev/bhnd/cores/pmu/bhnd_pmu.c +++ b/sys/dev/bhnd/cores/pmu/bhnd_pmu.c @@ -33,7 +33,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/lock.h> diff --git a/sys/dev/bhnd/cores/pmu/bhnd_pmu_core.c b/sys/dev/bhnd/cores/pmu/bhnd_pmu_core.c index 9e5125b8eb17..d324cb8c0924 100644 --- a/sys/dev/bhnd/cores/pmu/bhnd_pmu_core.c +++ b/sys/dev/bhnd/cores/pmu/bhnd_pmu_core.c @@ -29,7 +29,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/lock.h> diff --git a/sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c b/sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c index b83bbcf1f2aa..e48e650d4596 100644 --- a/sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c +++ b/sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c @@ -22,7 +22,6 @@ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <dev/bhnd/bhndvar.h> diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c b/sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c index 301d7a5e68ba..2984fed87c21 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c @@ -27,7 +27,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/endian.h> diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c b/sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c index de3d3c6c809b..2488c9716393 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c @@ -27,7 +27,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/endian.h> diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_iores.c b/sys/dev/bhnd/nvram/bhnd_nvram_iores.c index f3508e37d556..c3b5a22befe8 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_iores.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_iores.c @@ -27,7 +27,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/malloc.h> diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_plist.c b/sys/dev/bhnd/nvram/bhnd_nvram_plist.c index 4d17aa81fef7..3a7b09ba1175 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_plist.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_plist.c @@ -27,7 +27,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/hash.h> diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_store.c b/sys/dev/bhnd/nvram/bhnd_nvram_store.c index 80754a8f0d2c..649a4250be2a 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_store.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_store.c @@ -27,7 +27,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/hash.h> #include <sys/limits.h> diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c b/sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c index 68b7f430f377..f46e78403f57 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c @@ -27,7 +27,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/hash.h> #include <sys/queue.h> diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_subr.c b/sys/dev/bhnd/nvram/bhnd_nvram_subr.c index b1ac833aff5b..d05ecc09f3dd 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_subr.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_subr.c @@ -27,7 +27,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #ifdef _KERNEL diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_value.c b/sys/dev/bhnd/nvram/bhnd_nvram_value.c index bc4726f32049..8fa92340cf66 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_value.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_value.c @@ -27,7 +27,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/limits.h> #include <sys/sbuf.h> diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c b/sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c index d57e4c54297c..de9e80c84323 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c @@ -27,7 +27,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <net/ethernet.h> diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c b/sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c index 0d3deba29f1c..e3cd1b54dbfc 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c @@ -27,7 +27,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/limits.h> #include <sys/sbuf.h> diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c b/sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c index 9fb18c99a594..137979fc5b21 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c @@ -27,7 +27,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #ifdef _KERNEL diff --git a/sys/dev/bhnd/siba/siba.c b/sys/dev/bhnd/siba/siba.c index 4c5dfd1a235e..2688f3415aa5 100644 --- a/sys/dev/bhnd/siba/siba.c +++ b/sys/dev/bhnd/siba/siba.c @@ -31,7 +31,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/bhnd/siba/siba_bhndb.c b/sys/dev/bhnd/siba/siba_bhndb.c index b806f9535e73..5def2aad847a 100644 --- a/sys/dev/bhnd/siba/siba_bhndb.c +++ b/sys/dev/bhnd/siba/siba_bhndb.c @@ -31,7 +31,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/bus.h> diff --git a/sys/dev/bhnd/siba/siba_erom.c b/sys/dev/bhnd/siba/siba_erom.c index 2445d0ae58bf..7907aab84eca 100644 --- a/sys/dev/bhnd/siba/siba_erom.c +++ b/sys/dev/bhnd/siba/siba_erom.c @@ -31,7 +31,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/bhnd/siba/siba_subr.c b/sys/dev/bhnd/siba/siba_subr.c index 79ca10a1a077..fee874fea09f 100644 --- a/sys/dev/bhnd/siba/siba_subr.c +++ b/sys/dev/bhnd/siba/siba_subr.c @@ -31,7 +31,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/bnxt/bnxt_sysctl.c b/sys/dev/bnxt/bnxt_sysctl.c index 893e56b61099..943e3019f579 100644 --- a/sys/dev/bnxt/bnxt_sysctl.c +++ b/sys/dev/bnxt/bnxt_sysctl.c @@ -26,7 +26,6 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/sysctl.h> diff --git a/sys/dev/bnxt/bnxt_txrx.c b/sys/dev/bnxt/bnxt_txrx.c index 9f40d293850b..98575234c515 100644 --- a/sys/dev/bnxt/bnxt_txrx.c +++ b/sys/dev/bnxt/bnxt_txrx.c @@ -26,7 +26,6 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/endian.h> diff --git a/sys/dev/bnxt/if_bnxt.c b/sys/dev/bnxt/if_bnxt.c index 25715756ce29..b3cbdda78338 100644 --- a/sys/dev/bnxt/if_bnxt.c +++ b/sys/dev/bnxt/if_bnxt.c @@ -26,7 +26,6 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/socket.h> #include <sys/kernel.h> diff --git a/sys/dev/bxe/bxe.h b/sys/dev/bxe/bxe.h index cdef017ac32a..0c7e6232dbdb 100644 --- a/sys/dev/bxe/bxe.h +++ b/sys/dev/bxe/bxe.h @@ -29,7 +29,6 @@ #ifndef __BXE_H__ #define __BXE_H__ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/dev/bxe/bxe_stats.h b/sys/dev/bxe/bxe_stats.h index 71cd784ed4b5..091476e61a63 100644 --- a/sys/dev/bxe/bxe_stats.h +++ b/sys/dev/bxe/bxe_stats.h @@ -29,7 +29,6 @@ #ifndef BXE_STATS_H #define BXE_STATS_H -#include <sys/cdefs.h> #include <sys/types.h> struct nig_stats { diff --git a/sys/dev/cadence/if_cgem.c b/sys/dev/cadence/if_cgem.c index 6e4a62f6e5ee..d89e91ad1c5b 100644 --- a/sys/dev/cadence/if_cgem.c +++ b/sys/dev/cadence/if_cgem.c @@ -35,7 +35,6 @@ * and register definitions are in appendix B.18. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/cardbus/cardbus.c b/sys/dev/cardbus/cardbus.c index 261e9a5205ae..ffa90ebb6224 100644 --- a/sys/dev/cardbus/cardbus.c +++ b/sys/dev/cardbus/cardbus.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/eventhandler.h> #include <sys/systm.h> diff --git a/sys/dev/cardbus/cardbus_device.c b/sys/dev/cardbus/cardbus_device.c index 9a61540867fb..e160cafda4d7 100644 --- a/sys/dev/cardbus/cardbus_device.c +++ b/sys/dev/cardbus/cardbus_device.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/conf.h> #include <sys/malloc.h> diff --git a/sys/dev/cesa/cesa.c b/sys/dev/cesa/cesa.c index 516aaec45387..2dcdb0258844 100644 --- a/sys/dev/cesa/cesa.c +++ b/sys/dev/cesa/cesa.c @@ -40,7 +40,6 @@ * +------------------------+ <= sc->sc_sram_base_va */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/cfe/cfe_console.c b/sys/dev/cfe/cfe_console.c index 68a038822c3b..9c524581476d 100644 --- a/sys/dev/cfe/cfe_console.c +++ b/sys/dev/cfe/cfe_console.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kdb.h> #include <sys/kernel.h> diff --git a/sys/dev/cfe/cfe_resource.c b/sys/dev/cfe/cfe_resource.c index 062d739c3f8f..d5047e045f37 100644 --- a/sys/dev/cfe/cfe_resource.c +++ b/sys/dev/cfe/cfe_resource.c @@ -33,7 +33,6 @@ * TODO: Don't attach this off nexus. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/cfi/cfi_bus_fdt.c b/sys/dev/cfi/cfi_bus_fdt.c index 5fc555a30e75..9da6528a89c3 100644 --- a/sys/dev/cfi/cfi_bus_fdt.c +++ b/sys/dev/cfi/cfi_bus_fdt.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/cfi/cfi_bus_nexus.c b/sys/dev/cfi/cfi_bus_nexus.c index 1263ea2d198a..f85f8b55ab02 100644 --- a/sys/dev/cfi/cfi_bus_nexus.c +++ b/sys/dev/cfi/cfi_bus_nexus.c @@ -32,7 +32,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/cfi/cfi_disk.c b/sys/dev/cfi/cfi_disk.c index 573dece03f5a..4c3eae473fb6 100644 --- a/sys/dev/cfi/cfi_disk.c +++ b/sys/dev/cfi/cfi_disk.c @@ -31,7 +31,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bio.h> diff --git a/sys/dev/chromebook_platform/chromebook_platform.c b/sys/dev/chromebook_platform/chromebook_platform.c index 533556fa17ce..cd5ad76a8701 100644 --- a/sys/dev/chromebook_platform/chromebook_platform.c +++ b/sys/dev/chromebook_platform/chromebook_platform.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/coretemp/coretemp.c b/sys/dev/coretemp/coretemp.c index db5feae09472..4a7e4e7834d8 100644 --- a/sys/dev/coretemp/coretemp.c +++ b/sys/dev/coretemp/coretemp.c @@ -31,7 +31,6 @@ * First introduced in Intel's Core line of processors. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/conf.h> diff --git a/sys/dev/cpuctl/cpuctl.c b/sys/dev/cpuctl/cpuctl.c index 1fa655342121..9253b17a259d 100644 --- a/sys/dev/cpuctl/cpuctl.c +++ b/sys/dev/cpuctl/cpuctl.c @@ -27,7 +27,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/dev/cpufreq/cpufreq_dt.c b/sys/dev/cpufreq/cpufreq_dt.c index be434cabb4fd..cfd052c56a96 100644 --- a/sys/dev/cpufreq/cpufreq_dt.c +++ b/sys/dev/cpufreq/cpufreq_dt.c @@ -28,7 +28,6 @@ * Generic DT based cpufreq driver */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/cpufreq/ichss.c b/sys/dev/cpufreq/ichss.c index 323ed45cc3e5..f1ec62ed6d8a 100644 --- a/sys/dev/cpufreq/ichss.c +++ b/sys/dev/cpufreq/ichss.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/cpu.h> diff --git a/sys/dev/cxgb/cxgb_include.h b/sys/dev/cxgb/cxgb_include.h index cf7fcf96ae36..3956441ea146 100644 --- a/sys/dev/cxgb/cxgb_include.h +++ b/sys/dev/cxgb/cxgb_include.h @@ -1,7 +1,6 @@ /* */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/types.h> #include <sys/sysctl.h> diff --git a/sys/dev/cxgb/cxgb_t3fw.c b/sys/dev/cxgb/cxgb_t3fw.c index 9ffb7a0931ce..c951a3eda722 100644 --- a/sys/dev/cxgb/cxgb_t3fw.c +++ b/sys/dev/cxgb/cxgb_t3fw.c @@ -1,7 +1,7 @@ /* * from: FreeBSD: src/sys/tools/fw_stub.awk,v 1.6 2007/03/02 11:42:53 flz */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/errno.h> #include <sys/kernel.h> diff --git a/sys/dev/cxgb/sys/uipc_mvec.c b/sys/dev/cxgb/sys/uipc_mvec.c index 4b5bff814439..ebc8c49a16dd 100644 --- a/sys/dev/cxgb/sys/uipc_mvec.c +++ b/sys/dev/cxgb/sys/uipc_mvec.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/cxgbe/crypto/t4_crypto.c b/sys/dev/cxgbe/crypto/t4_crypto.c index 50f6c9526a85..230e81847ba5 100644 --- a/sys/dev/cxgbe/crypto/t4_crypto.c +++ b/sys/dev/cxgbe/crypto/t4_crypto.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/bus.h> #include <sys/lock.h> diff --git a/sys/dev/cxgbe/crypto/t4_keyctx.c b/sys/dev/cxgbe/crypto/t4_keyctx.c index 9e8e80f898d8..50e339ac2e05 100644 --- a/sys/dev/cxgbe/crypto/t4_keyctx.c +++ b/sys/dev/cxgbe/crypto/t4_keyctx.c @@ -27,7 +27,6 @@ #include "opt_kern_tls.h" -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/ktls.h> #include <sys/malloc.h> diff --git a/sys/dev/cxgbe/crypto/t6_kern_tls.c b/sys/dev/cxgbe/crypto/t6_kern_tls.c index 6b684c952647..a9fc70c8f7d7 100644 --- a/sys/dev/cxgbe/crypto/t6_kern_tls.c +++ b/sys/dev/cxgbe/crypto/t6_kern_tls.c @@ -31,7 +31,6 @@ #include "opt_inet6.h" #include "opt_kern_tls.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/ktr.h> #include <sys/ktls.h> diff --git a/sys/dev/cxgbe/cudbg/cudbg_common.c b/sys/dev/cxgbe/cudbg/cudbg_common.c index 71a9ad341ec8..546024c02817 100644 --- a/sys/dev/cxgbe/cudbg/cudbg_common.c +++ b/sys/dev/cxgbe/cudbg/cudbg_common.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/param.h> diff --git a/sys/dev/cxgbe/cudbg/cudbg_flash_utils.c b/sys/dev/cxgbe/cudbg/cudbg_flash_utils.c index e0d1ef04fc9f..b8e6eeba0280 100644 --- a/sys/dev/cxgbe/cudbg/cudbg_flash_utils.c +++ b/sys/dev/cxgbe/cudbg/cudbg_flash_utils.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/param.h> diff --git a/sys/dev/cxgbe/cudbg/cudbg_lib.c b/sys/dev/cxgbe/cudbg/cudbg_lib.c index 9f696b51b959..a36c53f68223 100644 --- a/sys/dev/cxgbe/cudbg/cudbg_lib.c +++ b/sys/dev/cxgbe/cudbg/cudbg_lib.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/param.h> diff --git a/sys/dev/cxgbe/cudbg/cudbg_wtp.c b/sys/dev/cxgbe/cudbg/cudbg_wtp.c index fbd9ae537fc8..c7fd727684af 100644 --- a/sys/dev/cxgbe/cudbg/cudbg_wtp.c +++ b/sys/dev/cxgbe/cudbg/cudbg_wtp.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/param.h> diff --git a/sys/dev/cxgbe/if_cc.c b/sys/dev/cxgbe/if_cc.c index a220735e6d39..781e7d990c2f 100644 --- a/sys/dev/cxgbe/if_cc.c +++ b/sys/dev/cxgbe/if_cc.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/module.h> diff --git a/sys/dev/cxgbe/if_ccv.c b/sys/dev/cxgbe/if_ccv.c index 4b3e1513a10d..3cc534b780be 100644 --- a/sys/dev/cxgbe/if_ccv.c +++ b/sys/dev/cxgbe/if_ccv.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/module.h> diff --git a/sys/dev/cxgbe/if_cxl.c b/sys/dev/cxgbe/if_cxl.c index 7d22629fccc7..3b99a5afbfea 100644 --- a/sys/dev/cxgbe/if_cxl.c +++ b/sys/dev/cxgbe/if_cxl.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/module.h> diff --git a/sys/dev/cxgbe/if_cxlv.c b/sys/dev/cxgbe/if_cxlv.c index 67491ccc607c..34f71e7c4c36 100644 --- a/sys/dev/cxgbe/if_cxlv.c +++ b/sys/dev/cxgbe/if_cxlv.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/module.h> diff --git a/sys/dev/cxgbe/t4_iov.c b/sys/dev/cxgbe/t4_iov.c index 1971c3b15c4f..7b5e0cb1af4e 100644 --- a/sys/dev/cxgbe/t4_iov.c +++ b/sys/dev/cxgbe/t4_iov.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/cxgbe/t4_mp_ring.c b/sys/dev/cxgbe/t4_mp_ring.c index 774dd26d0a11..531fd356728e 100644 --- a/sys/dev/cxgbe/t4_mp_ring.c +++ b/sys/dev/cxgbe/t4_mp_ring.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/dpaa/bman.c b/sys/dev/dpaa/bman.c index 0dbcecb5d7a0..c275d2335eb8 100644 --- a/sys/dev/dpaa/bman.c +++ b/sys/dev/dpaa/bman.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/dpaa/bman_fdt.c b/sys/dev/dpaa/bman_fdt.c index 2ff695bf7d89..dffec52d5248 100644 --- a/sys/dev/dpaa/bman_fdt.c +++ b/sys/dev/dpaa/bman_fdt.c @@ -25,7 +25,7 @@ */ #include "opt_platform.h" -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/dpaa/bman_portals.c b/sys/dev/dpaa/bman_portals.c index 89bcbf64ce5d..09bd9ea892ac 100644 --- a/sys/dev/dpaa/bman_portals.c +++ b/sys/dev/dpaa/bman_portals.c @@ -25,7 +25,7 @@ */ #include "opt_platform.h" -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/dpaa/fman.c b/sys/dev/dpaa/fman.c index 7b82a0fbc1fd..6f3e85636e95 100644 --- a/sys/dev/dpaa/fman.c +++ b/sys/dev/dpaa/fman.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/dpaa/fman_fdt.c b/sys/dev/dpaa/fman_fdt.c index 8fb06924e10a..2386f4e7ec0b 100644 --- a/sys/dev/dpaa/fman_fdt.c +++ b/sys/dev/dpaa/fman_fdt.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/dpaa/fman_mdio.c b/sys/dev/dpaa/fman_mdio.c index 82e65cacda48..6ca12befe9e7 100644 --- a/sys/dev/dpaa/fman_mdio.c +++ b/sys/dev/dpaa/fman_mdio.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/dpaa/if_dtsec.c b/sys/dev/dpaa/if_dtsec.c index 73272e1af79e..b5899a340f98 100644 --- a/sys/dev/dpaa/if_dtsec.c +++ b/sys/dev/dpaa/if_dtsec.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/dpaa/if_dtsec_fdt.c b/sys/dev/dpaa/if_dtsec_fdt.c index f2f61777fbec..b37f32c07b99 100644 --- a/sys/dev/dpaa/if_dtsec_fdt.c +++ b/sys/dev/dpaa/if_dtsec_fdt.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/dpaa/if_dtsec_im.c b/sys/dev/dpaa/if_dtsec_im.c index fcde0df60306..0711275790c3 100644 --- a/sys/dev/dpaa/if_dtsec_im.c +++ b/sys/dev/dpaa/if_dtsec_im.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/dpaa/if_dtsec_rm.c b/sys/dev/dpaa/if_dtsec_rm.c index 63ae0504782d..62ea8ba74e9c 100644 --- a/sys/dev/dpaa/if_dtsec_rm.c +++ b/sys/dev/dpaa/if_dtsec_rm.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/dpaa/portals_common.c b/sys/dev/dpaa/portals_common.c index 5ef28570b481..ed8e577694f2 100644 --- a/sys/dev/dpaa/portals_common.c +++ b/sys/dev/dpaa/portals_common.c @@ -25,7 +25,7 @@ */ #include "opt_platform.h" -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/dpaa/qman.c b/sys/dev/dpaa/qman.c index e9159f25d74b..fccaa853918b 100644 --- a/sys/dev/dpaa/qman.c +++ b/sys/dev/dpaa/qman.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/dpaa/qman_fdt.c b/sys/dev/dpaa/qman_fdt.c index fac845c8f2b5..3f22ea4d651a 100644 --- a/sys/dev/dpaa/qman_fdt.c +++ b/sys/dev/dpaa/qman_fdt.c @@ -25,7 +25,7 @@ */ #include "opt_platform.h" -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/dpaa/qman_portals.c b/sys/dev/dpaa/qman_portals.c index 76d89784ab5b..67a9fd1827e4 100644 --- a/sys/dev/dpaa/qman_portals.c +++ b/sys/dev/dpaa/qman_portals.c @@ -25,7 +25,7 @@ */ #include "opt_platform.h" -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/dpaa2/dpaa2_console.c b/sys/dev/dpaa2/dpaa2_console.c index df63574c4f27..4507e615f719 100644 --- a/sys/dev/dpaa2/dpaa2_console.c +++ b/sys/dev/dpaa2/dpaa2_console.c @@ -48,7 +48,6 @@ #include "opt_acpi.h" #endif -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/conf.h> diff --git a/sys/dev/dpaa2/memac_mdio_acpi.c b/sys/dev/dpaa2/memac_mdio_acpi.c index 2a5f95371f07..8040b636d06b 100644 --- a/sys/dev/dpaa2/memac_mdio_acpi.c +++ b/sys/dev/dpaa2/memac_mdio_acpi.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/bus.h> diff --git a/sys/dev/dpaa2/memac_mdio_common.c b/sys/dev/dpaa2/memac_mdio_common.c index 3e387ec8145b..d9f896aacbec 100644 --- a/sys/dev/dpaa2/memac_mdio_common.c +++ b/sys/dev/dpaa2/memac_mdio_common.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/bus.h> diff --git a/sys/dev/dpaa2/memac_mdio_fdt.c b/sys/dev/dpaa2/memac_mdio_fdt.c index 7c8fe2910657..18643522ed8a 100644 --- a/sys/dev/dpaa2/memac_mdio_fdt.c +++ b/sys/dev/dpaa2/memac_mdio_fdt.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/bus.h> diff --git a/sys/dev/dpms/dpms.c b/sys/dev/dpms/dpms.c index 47eb9d03c820..05397e880b85 100644 --- a/sys/dev/dpms/dpms.c +++ b/sys/dev/dpms/dpms.c @@ -60,7 +60,6 @@ * Support for managing the display via DPMS for suspend/resume. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/drm2/drm_bufs.c b/sys/dev/drm2/drm_bufs.c index 616b19548005..20ca10a7aa3f 100644 --- a/sys/dev/drm2/drm_bufs.c +++ b/sys/dev/drm2/drm_bufs.c @@ -33,7 +33,6 @@ * OTHER DEALINGS IN THE SOFTWARE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/shm.h> diff --git a/sys/dev/drm2/drm_dp_iic_helper.c b/sys/dev/drm2/drm_dp_iic_helper.c index b59865b08117..fd703494cd5e 100644 --- a/sys/dev/drm2/drm_dp_iic_helper.c +++ b/sys/dev/drm2/drm_dp_iic_helper.c @@ -20,7 +20,6 @@ * OF THIS SOFTWARE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/kobj.h> #include <sys/bus.h> diff --git a/sys/dev/drm2/drm_gem_names.c b/sys/dev/drm2/drm_gem_names.c index f2f9d5ae5264..213fc117c031 100644 --- a/sys/dev/drm2/drm_gem_names.c +++ b/sys/dev/drm2/drm_gem_names.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/dwc/dwc1000_core.c b/sys/dev/dwc/dwc1000_core.c index 872d1a488454..83d54d8325e1 100644 --- a/sys/dev/dwc/dwc1000_core.c +++ b/sys/dev/dwc/dwc1000_core.c @@ -35,7 +35,6 @@ * Universal 10/100/1000 Ethernet MAC (DWC_gmac). */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/dwc/dwc1000_dma.c b/sys/dev/dwc/dwc1000_dma.c index f6baa0bd3e45..8f3340eb3128 100644 --- a/sys/dev/dwc/dwc1000_dma.c +++ b/sys/dev/dwc/dwc1000_dma.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/dwc/if_dwc.c b/sys/dev/dwc/if_dwc.c index d212c2db131f..ab43ad6f8645 100644 --- a/sys/dev/dwc/if_dwc.c +++ b/sys/dev/dwc/if_dwc.c @@ -35,7 +35,6 @@ * Universal 10/100/1000 Ethernet MAC (DWC_gmac). */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/dwc/if_dwc_aw.c b/sys/dev/dwc/if_dwc_aw.c index 4b2735cd07cf..5a39a08809f8 100644 --- a/sys/dev/dwc/if_dwc_aw.c +++ b/sys/dev/dwc/if_dwc_aw.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/dwc/if_dwc_rk.c b/sys/dev/dwc/if_dwc_rk.c index 257d80bd1e59..2a1a5e763c2f 100644 --- a/sys/dev/dwc/if_dwc_rk.c +++ b/sys/dev/dwc/if_dwc_rk.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/dwc/if_dwc_socfpga.c b/sys/dev/dwc/if_dwc_socfpga.c index 867c09109d2a..ae3ea55564b6 100644 --- a/sys/dev/dwc/if_dwc_socfpga.c +++ b/sys/dev/dwc/if_dwc_socfpga.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/efidev/efidev.c b/sys/dev/efidev/efidev.c index 4fa58960afad..14712cf3c7bf 100644 --- a/sys/dev/efidev/efidev.c +++ b/sys/dev/efidev/efidev.c @@ -23,7 +23,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/efidev/efirtc.c b/sys/dev/efidev/efirtc.c index 08667b21b532..a7baff673c1c 100644 --- a/sys/dev/efidev/efirtc.c +++ b/sys/dev/efidev/efirtc.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/ena/ena_sysctl.c b/sys/dev/ena/ena_sysctl.c index d450fcf48d15..62a38c2a4b82 100644 --- a/sys/dev/ena/ena_sysctl.c +++ b/sys/dev/ena/ena_sysctl.c @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include "opt_rss.h" diff --git a/sys/dev/enetc/enetc.h b/sys/dev/enetc/enetc.h index cbe788a8f3ec..addf353000d7 100644 --- a/sys/dev/enetc/enetc.h +++ b/sys/dev/enetc/enetc.h @@ -27,7 +27,6 @@ #ifndef _ENETC_H_ #define _ENETC_H_ -#include <sys/cdefs.h> #include <sys/param.h> #include <dev/enetc/enetc_hw.h> diff --git a/sys/dev/enetc/enetc_mdio.c b/sys/dev/enetc/enetc_mdio.c index 37cfcb5138df..868c7fb28c6d 100644 --- a/sys/dev/enetc/enetc_mdio.c +++ b/sys/dev/enetc/enetc_mdio.c @@ -25,7 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/endian.h> diff --git a/sys/dev/enetc/if_enetc.c b/sys/dev/enetc/if_enetc.c index ec703c09ba77..3c0bc4723b05 100644 --- a/sys/dev/enetc/if_enetc.c +++ b/sys/dev/enetc/if_enetc.c @@ -25,7 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/endian.h> diff --git a/sys/dev/eqos/if_eqos.c b/sys/dev/eqos/if_eqos.c index 692629cc896f..88a9261ca5c3 100644 --- a/sys/dev/eqos/if_eqos.c +++ b/sys/dev/eqos/if_eqos.c @@ -34,7 +34,7 @@ */ #include "opt_platform.h" -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/eqos/if_eqos_fdt.c b/sys/dev/eqos/if_eqos_fdt.c index 6d6c80bd2e92..17241b1c560b 100644 --- a/sys/dev/eqos/if_eqos_fdt.c +++ b/sys/dev/eqos/if_eqos_fdt.c @@ -29,7 +29,7 @@ */ #include "opt_platform.h" -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/et/if_et.c b/sys/dev/et/if_et.c index 62bafd4c4113..e6d73ab3c860 100644 --- a/sys/dev/et/if_et.c +++ b/sys/dev/et/if_et.c @@ -36,7 +36,6 @@ * $DragonFly: src/sys/dev/netif/et/if_et.c,v 1.10 2008/05/18 07:47:14 sephe Exp $ */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/endian.h> diff --git a/sys/dev/etherswitch/felix/felix.c b/sys/dev/etherswitch/felix/felix.c index f7d79ab33e13..92d654961f50 100644 --- a/sys/dev/etherswitch/felix/felix.c +++ b/sys/dev/etherswitch/felix/felix.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/exca/exca.c b/sys/dev/exca/exca.c index 9138396c9c4e..5a5a68b7dc62 100644 --- a/sys/dev/exca/exca.c +++ b/sys/dev/exca/exca.c @@ -54,7 +54,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/condvar.h> diff --git a/sys/dev/extres/clk/clk_bus.c b/sys/dev/extres/clk/clk_bus.c index c4efe0f0cd7d..622ff1fbf01d 100644 --- a/sys/dev/extres/clk/clk_bus.c +++ b/sys/dev/extres/clk/clk_bus.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/extres/clk/clk_div.c b/sys/dev/extres/clk/clk_div.c index 5ce3a3c9da17..ab65e2bae2d2 100644 --- a/sys/dev/extres/clk/clk_div.c +++ b/sys/dev/extres/clk/clk_div.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/bus.h> diff --git a/sys/dev/extres/clk/clk_gate.c b/sys/dev/extres/clk/clk_gate.c index e31ce5d310b6..1ed9987c0b33 100644 --- a/sys/dev/extres/clk/clk_gate.c +++ b/sys/dev/extres/clk/clk_gate.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/bus.h> diff --git a/sys/dev/extres/clk/clk_link.c b/sys/dev/extres/clk/clk_link.c index ee2f09330088..dc82a093bab9 100644 --- a/sys/dev/extres/clk/clk_link.c +++ b/sys/dev/extres/clk/clk_link.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/bus.h> diff --git a/sys/dev/extres/clk/clk_mux.c b/sys/dev/extres/clk/clk_mux.c index 5520766a492c..bfdf2ba028f0 100644 --- a/sys/dev/extres/clk/clk_mux.c +++ b/sys/dev/extres/clk/clk_mux.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/bus.h> diff --git a/sys/dev/extres/hwreset/hwreset.c b/sys/dev/extres/hwreset/hwreset.c index 6935411255cf..eda8878229d4 100644 --- a/sys/dev/extres/hwreset/hwreset.c +++ b/sys/dev/extres/hwreset/hwreset.c @@ -24,7 +24,7 @@ * SUCH DAMAGE. */ #include "opt_platform.h" -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/kernel.h> #include <sys/kobj.h> diff --git a/sys/dev/extres/hwreset/hwreset_array.c b/sys/dev/extres/hwreset/hwreset_array.c index c90bef9aafe8..40893a1d118f 100644 --- a/sys/dev/extres/hwreset/hwreset_array.c +++ b/sys/dev/extres/hwreset/hwreset_array.c @@ -32,7 +32,7 @@ */ #include "opt_platform.h" -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/malloc.h> diff --git a/sys/dev/extres/nvmem/nvmem.c b/sys/dev/extres/nvmem/nvmem.c index 73cb2efa074d..0e89a8b6f369 100644 --- a/sys/dev/extres/nvmem/nvmem.c +++ b/sys/dev/extres/nvmem/nvmem.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/extres/phy/phy_usb.c b/sys/dev/extres/phy/phy_usb.c index 65f90e23c24f..9e5556cf7f49 100644 --- a/sys/dev/extres/phy/phy_usb.c +++ b/sys/dev/extres/phy/phy_usb.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/extres/regulator/regulator_bus.c b/sys/dev/extres/regulator/regulator_bus.c index ff9792a85d73..99081c792b90 100644 --- a/sys/dev/extres/regulator/regulator_bus.c +++ b/sys/dev/extres/regulator/regulator_bus.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/extres/syscon/syscon_generic.c b/sys/dev/extres/syscon/syscon_generic.c index b5a73cb1f42e..be3d093915cc 100644 --- a/sys/dev/extres/syscon/syscon_generic.c +++ b/sys/dev/extres/syscon/syscon_generic.c @@ -33,7 +33,6 @@ * access. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/extres/syscon/syscon_power.c b/sys/dev/extres/syscon/syscon_power.c index 9626adb52890..365dc0252417 100644 --- a/sys/dev/extres/syscon/syscon_power.c +++ b/sys/dev/extres/syscon/syscon_power.c @@ -33,7 +33,6 @@ * https://www.kernel.org/doc/Documentation/devicetree/bindings/power/reset/syscon-reboot.txt */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/types.h> diff --git a/sys/dev/fb/fbd.c b/sys/dev/fb/fbd.c index cbd6c3de4cd8..6bae94aa6db6 100644 --- a/sys/dev/fb/fbd.c +++ b/sys/dev/fb/fbd.c @@ -32,7 +32,6 @@ /* TODO unlink from VT(9) */ /* TODO done normal /dev/fb methods */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/fdc/fdc_acpi.c b/sys/dev/fdc/fdc_acpi.c index 92a36e1a7d43..7f991c8f0cb3 100644 --- a/sys/dev/fdc/fdc_acpi.c +++ b/sys/dev/fdc/fdc_acpi.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/bio.h> diff --git a/sys/dev/fdc/fdc_isa.c b/sys/dev/fdc/fdc_isa.c index fcdd6bc0cdd5..c1c8991e3e33 100644 --- a/sys/dev/fdc/fdc_isa.c +++ b/sys/dev/fdc/fdc_isa.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/bus.h> diff --git a/sys/dev/fdt/fdt_arm_platform.c b/sys/dev/fdt/fdt_arm_platform.c index 2d17c336aac9..a336c3eb9666 100644 --- a/sys/dev/fdt/fdt_arm_platform.c +++ b/sys/dev/fdt/fdt_arm_platform.c @@ -26,7 +26,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/smp.h> diff --git a/sys/dev/fdt/fdt_clock.c b/sys/dev/fdt/fdt_clock.c index 9f7f6d4fba76..cbea63d384b0 100644 --- a/sys/dev/fdt/fdt_clock.c +++ b/sys/dev/fdt/fdt_clock.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/lock.h> diff --git a/sys/dev/fdt/fdt_common.c b/sys/dev/fdt/fdt_common.c index 168a61a3b8eb..85d9061759c4 100644 --- a/sys/dev/fdt/fdt_common.c +++ b/sys/dev/fdt/fdt_common.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/fdt/fdt_pinctrl.c b/sys/dev/fdt/fdt_pinctrl.c index 022350dee3c7..b88672c24844 100644 --- a/sys/dev/fdt/fdt_pinctrl.c +++ b/sys/dev/fdt/fdt_pinctrl.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <dev/ofw/ofw_bus.h> diff --git a/sys/dev/fdt/fdt_slicer.c b/sys/dev/fdt/fdt_slicer.c index 70cad004b7b6..92aa0af90542 100644 --- a/sys/dev/fdt/fdt_slicer.c +++ b/sys/dev/fdt/fdt_slicer.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/fdt/simple_mfd.c b/sys/dev/fdt/simple_mfd.c index 888de7756f39..2bed3e552760 100644 --- a/sys/dev/fdt/simple_mfd.c +++ b/sys/dev/fdt/simple_mfd.c @@ -26,7 +26,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/fdt/simplebus.c b/sys/dev/fdt/simplebus.c index db357b190d9e..25d6fa51fc51 100644 --- a/sys/dev/fdt/simplebus.c +++ b/sys/dev/fdt/simplebus.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/module.h> diff --git a/sys/dev/filemon/filemon.c b/sys/dev/filemon/filemon.c index a2cd36591f15..222c811e3c11 100644 --- a/sys/dev/filemon/filemon.c +++ b/sys/dev/filemon/filemon.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/file.h> #include <sys/systm.h> diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c index f1e54d2be7aa..4bb683cccfb7 100644 --- a/sys/dev/firewire/firewire.c +++ b/sys/dev/firewire/firewire.c @@ -34,7 +34,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/eventhandler.h> diff --git a/sys/dev/firmware/arm/scmi.c b/sys/dev/firmware/arm/scmi.c index ee1d2a31adba..455a802f254d 100644 --- a/sys/dev/firmware/arm/scmi.c +++ b/sys/dev/firmware/arm/scmi.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/firmware/arm/scmi_clk.c b/sys/dev/firmware/arm/scmi_clk.c index 30d630c8ef57..fbf65f0fee74 100644 --- a/sys/dev/firmware/arm/scmi_clk.c +++ b/sys/dev/firmware/arm/scmi_clk.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/firmware/arm/scmi_shmem.c b/sys/dev/firmware/arm/scmi_shmem.c index 4722b6392047..45a4414a7fb4 100644 --- a/sys/dev/firmware/arm/scmi_shmem.c +++ b/sys/dev/firmware/arm/scmi_shmem.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/flash/at45d.c b/sys/dev/flash/at45d.c index 0cdf662242d4..bce23f467e2c 100644 --- a/sys/dev/flash/at45d.c +++ b/sys/dev/flash/at45d.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bio.h> diff --git a/sys/dev/ftwd/ftwd.c b/sys/dev/ftwd/ftwd.c index dc421acb4386..103c5f7c59d0 100644 --- a/sys/dev/ftwd/ftwd.c +++ b/sys/dev/ftwd/ftwd.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/bus.h> diff --git a/sys/dev/glxsb/glxsb.c b/sys/dev/glxsb/glxsb.c index 5ded584c6fa0..3476cf296f1d 100644 --- a/sys/dev/glxsb/glxsb.c +++ b/sys/dev/glxsb/glxsb.c @@ -23,7 +23,6 @@ * http://www.amd.com/files/connectivitysolutions/geode/geode_lx/33234d_lx_ds.pdf */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/glxsb/glxsb_hash.c b/sys/dev/glxsb/glxsb_hash.c index 87d0f740ccf2..ec8c467b0f6e 100644 --- a/sys/dev/glxsb/glxsb_hash.c +++ b/sys/dev/glxsb/glxsb_hash.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/dev/goldfish/goldfish_rtc.c b/sys/dev/goldfish/goldfish_rtc.c index 34c98ccf945d..0f132612300c 100644 --- a/sys/dev/goldfish/goldfish_rtc.c +++ b/sys/dev/goldfish/goldfish_rtc.c @@ -32,7 +32,6 @@ * https://android.googlesource.com/platform/external/qemu/+/master/docs/GOLDFISH-VIRTUAL-HARDWARE.TXT */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/gpio/chvgpio.c b/sys/dev/gpio/chvgpio.c index a2bfd8fc10a4..199ad4d6f373 100644 --- a/sys/dev/gpio/chvgpio.c +++ b/sys/dev/gpio/chvgpio.c @@ -42,7 +42,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/gpio/dwgpio/dwgpio.c b/sys/dev/gpio/dwgpio/dwgpio.c index b40d947c3fa1..5acb99ca591e 100644 --- a/sys/dev/gpio/dwgpio/dwgpio.c +++ b/sys/dev/gpio/dwgpio/dwgpio.c @@ -35,7 +35,6 @@ * Chapter 22, Cyclone V Device Handbook (CV-5V2 2014.07.22) */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/gpio/dwgpio/dwgpio_bus.c b/sys/dev/gpio/dwgpio/dwgpio_bus.c index 53e576aa4064..48de7dc327eb 100644 --- a/sys/dev/gpio/dwgpio/dwgpio_bus.c +++ b/sys/dev/gpio/dwgpio/dwgpio_bus.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/gpio/gpiobus.c b/sys/dev/gpio/gpiobus.c index 65e8d1a775fe..99d3114d51da 100644 --- a/sys/dev/gpio/gpiobus.c +++ b/sys/dev/gpio/gpiobus.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/gpio/gpioc.c b/sys/dev/gpio/gpioc.c index 6fb79fa8d751..4ebf958d6974 100644 --- a/sys/dev/gpio/gpioc.c +++ b/sys/dev/gpio/gpioc.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/gpio/gpiokeys_codes.c b/sys/dev/gpio/gpiokeys_codes.c index 4d6ae2f62c2c..cff3ce41efe3 100644 --- a/sys/dev/gpio/gpiokeys_codes.c +++ b/sys/dev/gpio/gpiokeys_codes.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/gpio/gpiopps.c b/sys/dev/gpio/gpiopps.c index a87687bfd0f0..bb8afa5e062c 100644 --- a/sys/dev/gpio/gpiopps.c +++ b/sys/dev/gpio/gpiopps.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/gpio.h> #include <sys/kernel.h> diff --git a/sys/dev/gpio/gpioregulator.c b/sys/dev/gpio/gpioregulator.c index d1ed7646b63a..1f18bd6fd709 100644 --- a/sys/dev/gpio/gpioregulator.c +++ b/sys/dev/gpio/gpioregulator.c @@ -27,7 +27,6 @@ * GPIO controlled regulators */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/gpio/gpioths.c b/sys/dev/gpio/gpioths.c index f856220b07ef..4838283106ec 100644 --- a/sys/dev/gpio/gpioths.c +++ b/sys/dev/gpio/gpioths.c @@ -49,7 +49,6 @@ * Or configure via FDT data. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/bus.h> diff --git a/sys/dev/gpio/ofw_gpiobus.c b/sys/dev/gpio/ofw_gpiobus.c index 7915562f226e..9173bcd1500c 100644 --- a/sys/dev/gpio/ofw_gpiobus.c +++ b/sys/dev/gpio/ofw_gpiobus.c @@ -28,7 +28,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/gpio/pl061.c b/sys/dev/gpio/pl061.c index 1a12710ababa..76754fead635 100644 --- a/sys/dev/gpio/pl061.c +++ b/sys/dev/gpio/pl061.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/gpio/pl061_acpi.c b/sys/dev/gpio/pl061_acpi.c index d2531fa94faf..f5885025083e 100644 --- a/sys/dev/gpio/pl061_acpi.c +++ b/sys/dev/gpio/pl061_acpi.c @@ -28,7 +28,6 @@ #include "opt_acpi.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/gpio/pl061_fdt.c b/sys/dev/gpio/pl061_fdt.c index 352f21560d72..aa22298b43c6 100644 --- a/sys/dev/gpio/pl061_fdt.c +++ b/sys/dev/gpio/pl061_fdt.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/gpio/qoriq_gpio.c b/sys/dev/gpio/qoriq_gpio.c index 5dabe03b775a..63a9c3f857f6 100644 --- a/sys/dev/gpio/qoriq_gpio.c +++ b/sys/dev/gpio/qoriq_gpio.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/dev/hid/bcm5974.c b/sys/dev/hid/bcm5974.c index c803412ecb76..6f15c6030ccc 100644 --- a/sys/dev/hid/bcm5974.c +++ b/sys/dev/hid/bcm5974.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/endian.h> diff --git a/sys/dev/hid/hidbus.c b/sys/dev/hid/hidbus.c index cddc6c961195..99bfd7715c24 100644 --- a/sys/dev/hid/hidbus.c +++ b/sys/dev/hid/hidbus.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/ck.h> diff --git a/sys/dev/hid/ietp.c b/sys/dev/hid/ietp.c index 00269756c1c5..217585a7948b 100644 --- a/sys/dev/hid/ietp.c +++ b/sys/dev/hid/ietp.c @@ -30,7 +30,6 @@ * https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/drivers/input/mouse/elan_i2c_core.c */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/endian.h> diff --git a/sys/dev/hptiop/hptiop.c b/sys/dev/hptiop/hptiop.c index aa1251796bf1..547957c30ef1 100644 --- a/sys/dev/hptiop/hptiop.c +++ b/sys/dev/hptiop/hptiop.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/types.h> #include <sys/cons.h> diff --git a/sys/dev/hptmv/entry.c b/sys/dev/hptmv/entry.c index 0157a27c3728..4a014ce17f4e 100644 --- a/sys/dev/hptmv/entry.c +++ b/sys/dev/hptmv/entry.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/hwpmc/hwpmc_arm.c b/sys/dev/hwpmc/hwpmc_arm.c index 1c148a3b7d82..1a37151a1903 100644 --- a/sys/dev/hwpmc/hwpmc_arm.c +++ b/sys/dev/hwpmc/hwpmc_arm.c @@ -27,7 +27,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/pmc.h> diff --git a/sys/dev/hwpmc/hwpmc_arm64.c b/sys/dev/hwpmc/hwpmc_arm64.c index 4c38a4ae6183..af8d25b098c4 100644 --- a/sys/dev/hwpmc/hwpmc_arm64.c +++ b/sys/dev/hwpmc/hwpmc_arm64.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/pmc.h> diff --git a/sys/dev/hwpmc/hwpmc_arm64_md.c b/sys/dev/hwpmc/hwpmc_arm64_md.c index 02ae0286e912..cea09d144985 100644 --- a/sys/dev/hwpmc/hwpmc_arm64_md.c +++ b/sys/dev/hwpmc/hwpmc_arm64_md.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/pmc.h> diff --git a/sys/dev/hwpmc/hwpmc_armv7.c b/sys/dev/hwpmc/hwpmc_armv7.c index 1488af2ae54e..a180afa3acae 100644 --- a/sys/dev/hwpmc/hwpmc_armv7.c +++ b/sys/dev/hwpmc/hwpmc_armv7.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/pmc.h> diff --git a/sys/dev/hwpmc/hwpmc_cmn600.c b/sys/dev/hwpmc/hwpmc_cmn600.c index a0504af08aa0..6a2e00abc280 100644 --- a/sys/dev/hwpmc/hwpmc_cmn600.c +++ b/sys/dev/hwpmc/hwpmc_cmn600.c @@ -32,7 +32,6 @@ /* Arm CoreLink CMN-600 Coherent Mesh Network PMU Driver */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/lock.h> #include <sys/malloc.h> diff --git a/sys/dev/hwpmc/hwpmc_core.c b/sys/dev/hwpmc/hwpmc_core.c index ddaff0b5955e..bf224ded126f 100644 --- a/sys/dev/hwpmc/hwpmc_core.c +++ b/sys/dev/hwpmc/hwpmc_core.c @@ -30,7 +30,6 @@ * Intel Core PMCs. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/pmc.h> diff --git a/sys/dev/hwpmc/hwpmc_dmc620.c b/sys/dev/hwpmc/hwpmc_dmc620.c index 08a60806fc35..d42f55c4613f 100644 --- a/sys/dev/hwpmc/hwpmc_dmc620.c +++ b/sys/dev/hwpmc/hwpmc_dmc620.c @@ -32,7 +32,6 @@ /* Support for ARM DMC-620 Memory Controller PMU */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/lock.h> #include <sys/malloc.h> diff --git a/sys/dev/hwpmc/hwpmc_e500.c b/sys/dev/hwpmc/hwpmc_e500.c index 29e6826d7f7d..a98f4d95f13e 100644 --- a/sys/dev/hwpmc/hwpmc_e500.c +++ b/sys/dev/hwpmc/hwpmc_e500.c @@ -26,7 +26,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/pmc.h> #include <sys/pmckern.h> diff --git a/sys/dev/hwpmc/hwpmc_intel.c b/sys/dev/hwpmc/hwpmc_intel.c index f6e18316d8c4..b195fcb3f362 100644 --- a/sys/dev/hwpmc/hwpmc_intel.c +++ b/sys/dev/hwpmc/hwpmc_intel.c @@ -30,7 +30,6 @@ * Common code for handling Intel CPUs. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/pmc.h> #include <sys/pmckern.h> diff --git a/sys/dev/hwpmc/hwpmc_logging.c b/sys/dev/hwpmc/hwpmc_logging.c index 742051720418..6394d7a9cdad 100644 --- a/sys/dev/hwpmc/hwpmc_logging.c +++ b/sys/dev/hwpmc/hwpmc_logging.c @@ -36,7 +36,6 @@ * Logging code for hwpmc(4) */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/capsicum.h> #include <sys/domainset.h> diff --git a/sys/dev/hwpmc/hwpmc_mod.c b/sys/dev/hwpmc/hwpmc_mod.c index 5dd8bc67d60a..9b85c989dc96 100644 --- a/sys/dev/hwpmc/hwpmc_mod.c +++ b/sys/dev/hwpmc/hwpmc_mod.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/domainset.h> diff --git a/sys/dev/hwpmc/hwpmc_mpc7xxx.c b/sys/dev/hwpmc/hwpmc_mpc7xxx.c index 035a34c25e71..444cc4de7d9c 100644 --- a/sys/dev/hwpmc/hwpmc_mpc7xxx.c +++ b/sys/dev/hwpmc/hwpmc_mpc7xxx.c @@ -28,7 +28,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/pmc.h> #include <sys/pmckern.h> diff --git a/sys/dev/hwpmc/hwpmc_power8.c b/sys/dev/hwpmc/hwpmc_power8.c index d7ccbc5c6c0a..25552f6b0bab 100644 --- a/sys/dev/hwpmc/hwpmc_power8.c +++ b/sys/dev/hwpmc/hwpmc_power8.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/pmc.h> #include <sys/pmckern.h> diff --git a/sys/dev/hwpmc/hwpmc_powerpc.c b/sys/dev/hwpmc/hwpmc_powerpc.c index 0380988f909f..9e7f700da3c1 100644 --- a/sys/dev/hwpmc/hwpmc_powerpc.c +++ b/sys/dev/hwpmc/hwpmc_powerpc.c @@ -28,7 +28,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/pmc.h> #include <sys/pmckern.h> diff --git a/sys/dev/hwpmc/hwpmc_ppc970.c b/sys/dev/hwpmc/hwpmc_ppc970.c index c17166fdbed6..ae2b6083207c 100644 --- a/sys/dev/hwpmc/hwpmc_ppc970.c +++ b/sys/dev/hwpmc/hwpmc_ppc970.c @@ -27,7 +27,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/pmc.h> #include <sys/pmckern.h> diff --git a/sys/dev/hwpmc/hwpmc_soft.c b/sys/dev/hwpmc/hwpmc_soft.c index 4679969fb45c..829fd26c1fe7 100644 --- a/sys/dev/hwpmc/hwpmc_soft.c +++ b/sys/dev/hwpmc/hwpmc_soft.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/pmc.h> #include <sys/pmckern.h> diff --git a/sys/dev/hwpmc/hwpmc_tsc.c b/sys/dev/hwpmc/hwpmc_tsc.c index 5d31f8a9c61c..9580214355e1 100644 --- a/sys/dev/hwpmc/hwpmc_tsc.c +++ b/sys/dev/hwpmc/hwpmc_tsc.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/pmc.h> #include <sys/pmckern.h> diff --git a/sys/dev/hwpmc/hwpmc_uncore.c b/sys/dev/hwpmc/hwpmc_uncore.c index 0ee41db0658d..6a7ffac370b7 100644 --- a/sys/dev/hwpmc/hwpmc_uncore.c +++ b/sys/dev/hwpmc/hwpmc_uncore.c @@ -30,7 +30,6 @@ * Intel Uncore PMCs. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/pmc.h> diff --git a/sys/dev/hwpmc/hwpmc_x86.c b/sys/dev/hwpmc/hwpmc_x86.c index d6ffa5270bbb..1d04a6610674 100644 --- a/sys/dev/hwpmc/hwpmc_x86.c +++ b/sys/dev/hwpmc/hwpmc_x86.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/hyperv/hvsock/hv_sock.c b/sys/dev/hyperv/hvsock/hv_sock.c index 440534a5fa9d..60cdfecf3bee 100644 --- a/sys/dev/hyperv/hvsock/hv_sock.c +++ b/sys/dev/hyperv/hvsock/hv_sock.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/domain.h> diff --git a/sys/dev/hyperv/input/hv_kbdc.c b/sys/dev/hyperv/input/hv_kbdc.c index 538956d3a99b..4f098a99a06b 100644 --- a/sys/dev/hyperv/input/hv_kbdc.c +++ b/sys/dev/hyperv/input/hv_kbdc.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/conf.h> diff --git a/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c b/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c index d7e7bd85ae29..eeec169baac5 100644 --- a/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c +++ b/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c @@ -34,7 +34,7 @@ * converted into VSCSI protocol messages which are delivered to the parent * partition StorVSP driver over the Hyper-V VMBUS. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/proc.h> #include <sys/condvar.h> diff --git a/sys/dev/hyperv/utilities/hv_kvp.c b/sys/dev/hyperv/utilities/hv_kvp.c index 92dc8ccb1db3..60bade869b49 100644 --- a/sys/dev/hyperv/utilities/hv_kvp.c +++ b/sys/dev/hyperv/utilities/hv_kvp.c @@ -30,7 +30,6 @@ * Email: bsdic@microsoft.com */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/conf.h> diff --git a/sys/dev/hyperv/utilities/hv_snapshot.c b/sys/dev/hyperv/utilities/hv_snapshot.c index a6bade01595a..9426544a0700 100644 --- a/sys/dev/hyperv/utilities/hv_snapshot.c +++ b/sys/dev/hyperv/utilities/hv_snapshot.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/conf.h> diff --git a/sys/dev/hyperv/utilities/vmbus_heartbeat.c b/sys/dev/hyperv/utilities/vmbus_heartbeat.c index c90c232db6fa..da0d143a5f3d 100644 --- a/sys/dev/hyperv/utilities/vmbus_heartbeat.c +++ b/sys/dev/hyperv/utilities/vmbus_heartbeat.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/hyperv/utilities/vmbus_ic.c b/sys/dev/hyperv/utilities/vmbus_ic.c index 2992dedc5210..78b209c93bc8 100644 --- a/sys/dev/hyperv/utilities/vmbus_ic.c +++ b/sys/dev/hyperv/utilities/vmbus_ic.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/malloc.h> diff --git a/sys/dev/hyperv/utilities/vmbus_shutdown.c b/sys/dev/hyperv/utilities/vmbus_shutdown.c index a4e9caff65e2..d06c79d9f758 100644 --- a/sys/dev/hyperv/utilities/vmbus_shutdown.c +++ b/sys/dev/hyperv/utilities/vmbus_shutdown.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/hyperv/utilities/vmbus_timesync.c b/sys/dev/hyperv/utilities/vmbus_timesync.c index 5953579e55c1..4de76e04b54c 100644 --- a/sys/dev/hyperv/utilities/vmbus_timesync.c +++ b/sys/dev/hyperv/utilities/vmbus_timesync.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/hyperv/vmbus/aarch64/hyperv_aarch64.c b/sys/dev/hyperv/vmbus/aarch64/hyperv_aarch64.c index 665dda649a9f..049088f3ee5c 100644 --- a/sys/dev/hyperv/vmbus/aarch64/hyperv_aarch64.c +++ b/sys/dev/hyperv/vmbus/aarch64/hyperv_aarch64.c @@ -30,7 +30,6 @@ * Implements low-level interactions with Hyper-V/Azure */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/hyperv/vmbus/aarch64/vmbus_aarch64.c b/sys/dev/hyperv/vmbus/aarch64/vmbus_aarch64.c index 502721e7793c..5887a5044927 100644 --- a/sys/dev/hyperv/vmbus/aarch64/vmbus_aarch64.c +++ b/sys/dev/hyperv/vmbus/aarch64/vmbus_aarch64.c @@ -30,7 +30,6 @@ * VM Bus Driver Implementation */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c b/sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c index a98d5d5599e6..a8462ac8db5e 100644 --- a/sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c +++ b/sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/fcntl.h> diff --git a/sys/dev/hyperv/vmbus/hyperv.c b/sys/dev/hyperv/vmbus/hyperv.c index 3109030384a0..e0e85a022090 100644 --- a/sys/dev/hyperv/vmbus/hyperv.c +++ b/sys/dev/hyperv/vmbus/hyperv.c @@ -29,7 +29,7 @@ /** * Implements low-level interactions with Hyper-V/Azure */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/kernel.h> #include <sys/malloc.h> diff --git a/sys/dev/hyperv/vmbus/hyperv_busdma.c b/sys/dev/hyperv/vmbus/hyperv_busdma.c index 616351c26f7e..f15a34dd0c07 100644 --- a/sys/dev/hyperv/vmbus/hyperv_busdma.c +++ b/sys/dev/hyperv/vmbus/hyperv_busdma.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/hyperv/vmbus/i386/hyperv_machdep.c b/sys/dev/hyperv/vmbus/i386/hyperv_machdep.c index bb783825ee23..6e5156eee59f 100644 --- a/sys/dev/hyperv/vmbus/i386/hyperv_machdep.c +++ b/sys/dev/hyperv/vmbus/i386/hyperv_machdep.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <dev/hyperv/vmbus/x86/hyperv_machdep.h> diff --git a/sys/dev/hyperv/vmbus/vmbus.c b/sys/dev/hyperv/vmbus/vmbus.c index 0ea401507b79..3cc210a5003c 100644 --- a/sys/dev/hyperv/vmbus/vmbus.c +++ b/sys/dev/hyperv/vmbus/vmbus.c @@ -29,7 +29,7 @@ /* * VM Bus Driver Implementation */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/hyperv/vmbus/vmbus_br.c b/sys/dev/hyperv/vmbus/vmbus_br.c index f663bb7c2ba5..167eeb3d8f66 100644 --- a/sys/dev/hyperv/vmbus/vmbus_br.c +++ b/sys/dev/hyperv/vmbus/vmbus_br.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/lock.h> #include <sys/mutex.h> diff --git a/sys/dev/hyperv/vmbus/vmbus_chan.c b/sys/dev/hyperv/vmbus/vmbus_chan.c index ecb2e947c953..0922470d4672 100644 --- a/sys/dev/hyperv/vmbus/vmbus_chan.c +++ b/sys/dev/hyperv/vmbus/vmbus_chan.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/callout.h> diff --git a/sys/dev/hyperv/vmbus/vmbus_et.c b/sys/dev/hyperv/vmbus/vmbus_et.c index 0840773815aa..4ff011cfd77e 100644 --- a/sys/dev/hyperv/vmbus/vmbus_et.c +++ b/sys/dev/hyperv/vmbus/vmbus_et.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/hyperv/vmbus/vmbus_res.c b/sys/dev/hyperv/vmbus/vmbus_res.c index 3c61f947d116..37906352b655 100644 --- a/sys/dev/hyperv/vmbus/vmbus_res.c +++ b/sys/dev/hyperv/vmbus/vmbus_res.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/bus.h> diff --git a/sys/dev/hyperv/vmbus/vmbus_xact.c b/sys/dev/hyperv/vmbus/vmbus_xact.c index f9ae76bf1e12..f5f766f2c2fc 100644 --- a/sys/dev/hyperv/vmbus/vmbus_xact.c +++ b/sys/dev/hyperv/vmbus/vmbus_xact.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/lock.h> #include <sys/malloc.h> diff --git a/sys/dev/hyperv/vmbus/x86/hyperv_x86.c b/sys/dev/hyperv/vmbus/x86/hyperv_x86.c index 14715f86b7bc..3a5e46db09d4 100644 --- a/sys/dev/hyperv/vmbus/x86/hyperv_x86.c +++ b/sys/dev/hyperv/vmbus/x86/hyperv_x86.c @@ -29,7 +29,7 @@ /** * Implements low-level interactions with Hyper-V/Azure */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/hyperv/vmbus/x86/vmbus_x86.c b/sys/dev/hyperv/vmbus/x86/vmbus_x86.c index d3affc483a5d..0ed3b1b5f9d9 100644 --- a/sys/dev/hyperv/vmbus/x86/vmbus_x86.c +++ b/sys/dev/hyperv/vmbus/x86/vmbus_x86.c @@ -29,7 +29,7 @@ /* * VM Bus Driver Implementation */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/ichwd/ichwd.c b/sys/dev/ichwd/ichwd.c index e07618f5548a..cdba8319daea 100644 --- a/sys/dev/ichwd/ichwd.c +++ b/sys/dev/ichwd/ichwd.c @@ -58,7 +58,6 @@ * SoC PMC support by Denir Li <denir.li@cas-well.com> */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/eventhandler.h> #include <sys/kernel.h> diff --git a/sys/dev/ida/ida_pci.c b/sys/dev/ida/ida_pci.c index 6f441e74ab65..070797b07946 100644 --- a/sys/dev/ida/ida_pci.c +++ b/sys/dev/ida/ida_pci.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/iicbus/acpi_iicbus.c b/sys/dev/iicbus/acpi_iicbus.c index c585f241fece..2cff0cde9e48 100644 --- a/sys/dev/iicbus/acpi_iicbus.c +++ b/sys/dev/iicbus/acpi_iicbus.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/endian.h> diff --git a/sys/dev/iicbus/adc/ad7417.c b/sys/dev/iicbus/adc/ad7417.c index 1e3a9c015fac..33a8f0d55e94 100644 --- a/sys/dev/iicbus/adc/ad7417.c +++ b/sys/dev/iicbus/adc/ad7417.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/systm.h> diff --git a/sys/dev/iicbus/controller/cadence/cdnc_i2c.c b/sys/dev/iicbus/controller/cadence/cdnc_i2c.c index dd525071caa2..fff9c57184d7 100644 --- a/sys/dev/iicbus/controller/cadence/cdnc_i2c.c +++ b/sys/dev/iicbus/controller/cadence/cdnc_i2c.c @@ -32,7 +32,6 @@ * in Chapter 20. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/dev/iicbus/controller/opencores/iicoc.c b/sys/dev/iicbus/controller/opencores/iicoc.c index ea646ba5dc8a..0bf48cc0bc55 100644 --- a/sys/dev/iicbus/controller/opencores/iicoc.c +++ b/sys/dev/iicbus/controller/opencores/iicoc.c @@ -28,7 +28,6 @@ * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/iicbus/controller/opencores/iicoc_fdt.c b/sys/dev/iicbus/controller/opencores/iicoc_fdt.c index cff19c723c53..40994c22628b 100644 --- a/sys/dev/iicbus/controller/opencores/iicoc_fdt.c +++ b/sys/dev/iicbus/controller/opencores/iicoc_fdt.c @@ -29,7 +29,6 @@ * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/iicbus/controller/opencores/iicoc_pci.c b/sys/dev/iicbus/controller/opencores/iicoc_pci.c index bd7221dd2575..a1ed7e9cbc68 100644 --- a/sys/dev/iicbus/controller/opencores/iicoc_pci.c +++ b/sys/dev/iicbus/controller/opencores/iicoc_pci.c @@ -26,7 +26,6 @@ * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/iicbus/controller/twsi/a10_twsi.c b/sys/dev/iicbus/controller/twsi/a10_twsi.c index de3f6a92f44f..e66f941d3814 100644 --- a/sys/dev/iicbus/controller/twsi/a10_twsi.c +++ b/sys/dev/iicbus/controller/twsi/a10_twsi.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/iicbus/controller/twsi/mv_twsi.c b/sys/dev/iicbus/controller/twsi/mv_twsi.c index 35f5b0acc650..23f3ee8debd2 100644 --- a/sys/dev/iicbus/controller/twsi/mv_twsi.c +++ b/sys/dev/iicbus/controller/twsi/mv_twsi.c @@ -37,7 +37,6 @@ * Guidelines for Discovery(TM), Horizon (TM) and Feroceon(TM) Devices". */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/iicbus/controller/twsi/twsi.c b/sys/dev/iicbus/controller/twsi/twsi.c index 7031cce515ce..55d12b6ee5ae 100644 --- a/sys/dev/iicbus/controller/twsi/twsi.c +++ b/sys/dev/iicbus/controller/twsi/twsi.c @@ -37,7 +37,6 @@ * Guidelines for Discovery(TM), Horizon (TM) and Feroceon(TM) Devices". */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/iicbus/gpio/tca64xx.c b/sys/dev/iicbus/gpio/tca64xx.c index a129c8727c8a..3b3bca9936f1 100644 --- a/sys/dev/iicbus/gpio/tca64xx.c +++ b/sys/dev/iicbus/gpio/tca64xx.c @@ -33,7 +33,6 @@ * (interrupt handling and polarity inversion were omitted). */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/gpio.h> diff --git a/sys/dev/iicbus/iiconf.c b/sys/dev/iicbus/iiconf.c index 8c155c9e2a83..c7996ef9167a 100644 --- a/sys/dev/iicbus/iiconf.c +++ b/sys/dev/iicbus/iiconf.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/lock.h> diff --git a/sys/dev/iicbus/ofw_iicbus.c b/sys/dev/iicbus/ofw_iicbus.c index fdf7e0e188f4..977865abdba0 100644 --- a/sys/dev/iicbus/ofw_iicbus.c +++ b/sys/dev/iicbus/ofw_iicbus.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/iicbus/pmic/act8846_regulator.c b/sys/dev/iicbus/pmic/act8846_regulator.c index fdb2714a18cb..551b537bb64f 100644 --- a/sys/dev/iicbus/pmic/act8846_regulator.c +++ b/sys/dev/iicbus/pmic/act8846_regulator.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/iicbus/pmic/fan53555.c b/sys/dev/iicbus/pmic/fan53555.c index 5e4fad01cde7..12940bad5c67 100644 --- a/sys/dev/iicbus/pmic/fan53555.c +++ b/sys/dev/iicbus/pmic/fan53555.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/iicbus/pmic/rockchip/rk805.c b/sys/dev/iicbus/pmic/rockchip/rk805.c index c41d2826c7f1..4b18aaba053d 100644 --- a/sys/dev/iicbus/pmic/rockchip/rk805.c +++ b/sys/dev/iicbus/pmic/rockchip/rk805.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/clock.h> diff --git a/sys/dev/iicbus/pmic/rockchip/rk808.c b/sys/dev/iicbus/pmic/rockchip/rk808.c index 8ba4c3520793..1227fd47ee7b 100644 --- a/sys/dev/iicbus/pmic/rockchip/rk808.c +++ b/sys/dev/iicbus/pmic/rockchip/rk808.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/clock.h> diff --git a/sys/dev/iicbus/pmic/rockchip/rk817.c b/sys/dev/iicbus/pmic/rockchip/rk817.c index 33c24ec33c93..6d14a26a87af 100644 --- a/sys/dev/iicbus/pmic/rockchip/rk817.c +++ b/sys/dev/iicbus/pmic/rockchip/rk817.c @@ -26,7 +26,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/clock.h> diff --git a/sys/dev/iicbus/pmic/rockchip/rk8xx.c b/sys/dev/iicbus/pmic/rockchip/rk8xx.c index 54f4b289034d..9d4cb2cf454c 100644 --- a/sys/dev/iicbus/pmic/rockchip/rk8xx.c +++ b/sys/dev/iicbus/pmic/rockchip/rk8xx.c @@ -27,7 +27,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/clock.h> diff --git a/sys/dev/iicbus/pmic/rockchip/rk8xx_clocks.c b/sys/dev/iicbus/pmic/rockchip/rk8xx_clocks.c index a2ea1e5bb4ba..c450154001f6 100644 --- a/sys/dev/iicbus/pmic/rockchip/rk8xx_clocks.c +++ b/sys/dev/iicbus/pmic/rockchip/rk8xx_clocks.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/systm.h> diff --git a/sys/dev/iicbus/pmic/rockchip/rk8xx_regulators.c b/sys/dev/iicbus/pmic/rockchip/rk8xx_regulators.c index f1174a5595d8..7e637176531d 100644 --- a/sys/dev/iicbus/pmic/rockchip/rk8xx_regulators.c +++ b/sys/dev/iicbus/pmic/rockchip/rk8xx_regulators.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/systm.h> diff --git a/sys/dev/iicbus/pmic/rockchip/rk8xx_rtc.c b/sys/dev/iicbus/pmic/rockchip/rk8xx_rtc.c index 2125c1a5b2c6..86f601206e9a 100644 --- a/sys/dev/iicbus/pmic/rockchip/rk8xx_rtc.c +++ b/sys/dev/iicbus/pmic/rockchip/rk8xx_rtc.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/systm.h> diff --git a/sys/dev/iicbus/pmic/silergy/sy8106a.c b/sys/dev/iicbus/pmic/silergy/sy8106a.c index cd004717293d..76a39415349d 100644 --- a/sys/dev/iicbus/pmic/silergy/sy8106a.c +++ b/sys/dev/iicbus/pmic/silergy/sy8106a.c @@ -27,7 +27,6 @@ * Silergy Corp. SY8106A buck regulator */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/iicbus/pmic/silergy/syr827.c b/sys/dev/iicbus/pmic/silergy/syr827.c index 31e9473f201a..afc2bacfcd02 100644 --- a/sys/dev/iicbus/pmic/silergy/syr827.c +++ b/sys/dev/iicbus/pmic/silergy/syr827.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/iicbus/pwm/adm1030.c b/sys/dev/iicbus/pwm/adm1030.c index cab60f3f1bec..819bdf031a00 100644 --- a/sys/dev/iicbus/pwm/adm1030.c +++ b/sys/dev/iicbus/pwm/adm1030.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/systm.h> diff --git a/sys/dev/iicbus/pwm/adt746x.c b/sys/dev/iicbus/pwm/adt746x.c index ed49b2f60c23..13dcf2b256c0 100644 --- a/sys/dev/iicbus/pwm/adt746x.c +++ b/sys/dev/iicbus/pwm/adt746x.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/systm.h> diff --git a/sys/dev/iicbus/sensor/ds1631.c b/sys/dev/iicbus/sensor/ds1631.c index b1aee4830374..519756ae864e 100644 --- a/sys/dev/iicbus/sensor/ds1631.c +++ b/sys/dev/iicbus/sensor/ds1631.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/systm.h> diff --git a/sys/dev/iicbus/sensor/ds1775.c b/sys/dev/iicbus/sensor/ds1775.c index 01d55a32d9d1..257879345100 100644 --- a/sys/dev/iicbus/sensor/ds1775.c +++ b/sys/dev/iicbus/sensor/ds1775.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/systm.h> diff --git a/sys/dev/iicbus/sensor/max6690.c b/sys/dev/iicbus/sensor/max6690.c index 18f8f146e067..87715229b80c 100644 --- a/sys/dev/iicbus/sensor/max6690.c +++ b/sys/dev/iicbus/sensor/max6690.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/systm.h> diff --git a/sys/dev/intel/pchtherm.c b/sys/dev/intel/pchtherm.c index 33d0792d81d9..f4eecefffcdf 100644 --- a/sys/dev/intel/pchtherm.c +++ b/sys/dev/intel/pchtherm.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/intel/spi_acpi.c b/sys/dev/intel/spi_acpi.c index 033eb047cb29..fe3619575b65 100644 --- a/sys/dev/intel/spi_acpi.c +++ b/sys/dev/intel/spi_acpi.c @@ -27,7 +27,6 @@ #include "opt_acpi.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/intel/spi_pci.c b/sys/dev/intel/spi_pci.c index c2c118ca1eae..49fb9c14d268 100644 --- a/sys/dev/intel/spi_pci.c +++ b/sys/dev/intel/spi_pci.c @@ -28,7 +28,6 @@ #include "opt_acpi.h" #include "opt_pci.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/intpm/intpm.c b/sys/dev/intpm/intpm.c index 92fd4dcebb03..90994f8053f6 100644 --- a/sys/dev/intpm/intpm.c +++ b/sys/dev/intpm/intpm.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/io/iodev.c b/sys/dev/io/iodev.c index 3a2d903649f2..f7435e5684af 100644 --- a/sys/dev/io/iodev.c +++ b/sys/dev/io/iodev.c @@ -27,7 +27,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/kernel.h> diff --git a/sys/dev/ioat/ioat_test.c b/sys/dev/ioat/ioat_test.c index d3c151e30e25..9c081e0fb0b9 100644 --- a/sys/dev/ioat/ioat_test.c +++ b/sys/dev/ioat/ioat_test.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/iommu/busdma_iommu.c b/sys/dev/iommu/busdma_iommu.c index 565067488435..b872016a78bf 100644 --- a/sys/dev/iommu/busdma_iommu.c +++ b/sys/dev/iommu/busdma_iommu.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/domainset.h> diff --git a/sys/dev/ipmi/ipmi.c b/sys/dev/ipmi/ipmi.c index 262c24051025..c9ebb5aab2bc 100644 --- a/sys/dev/ipmi/ipmi.c +++ b/sys/dev/ipmi/ipmi.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/ipmi/ipmi_acpi.c b/sys/dev/ipmi/ipmi_acpi.c index 3aa5fbf5185e..e51e6364e41e 100644 --- a/sys/dev/ipmi/ipmi_acpi.c +++ b/sys/dev/ipmi/ipmi_acpi.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/ipmi/ipmi_bt.c b/sys/dev/ipmi/ipmi_bt.c index 800893977f15..2e92bdb0699e 100644 --- a/sys/dev/ipmi/ipmi_bt.c +++ b/sys/dev/ipmi/ipmi_bt.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/ipmi/ipmi_isa.c b/sys/dev/ipmi/ipmi_isa.c index f873a9ce2ae5..6c8be8616ddf 100644 --- a/sys/dev/ipmi/ipmi_isa.c +++ b/sys/dev/ipmi/ipmi_isa.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/ipmi/ipmi_kcs.c b/sys/dev/ipmi/ipmi_kcs.c index 8fb9adaa89db..3f1d84d708ce 100644 --- a/sys/dev/ipmi/ipmi_kcs.c +++ b/sys/dev/ipmi/ipmi_kcs.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/ipmi/ipmi_opal.c b/sys/dev/ipmi/ipmi_opal.c index c69757b7d020..084caba45184 100644 --- a/sys/dev/ipmi/ipmi_opal.c +++ b/sys/dev/ipmi/ipmi_opal.c @@ -22,7 +22,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/dev/ipmi/ipmi_pci.c b/sys/dev/ipmi/ipmi_pci.c index df88dba4b244..9067742b3e09 100644 --- a/sys/dev/ipmi/ipmi_pci.c +++ b/sys/dev/ipmi/ipmi_pci.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/ipmi/ipmi_smbios.c b/sys/dev/ipmi/ipmi_smbios.c index bdbc7dfb18c5..b30328e3e616 100644 --- a/sys/dev/ipmi/ipmi_smbios.c +++ b/sys/dev/ipmi/ipmi_smbios.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/ipmi/ipmi_smbus.c b/sys/dev/ipmi/ipmi_smbus.c index 54d75b5a8a23..59b8dd76675a 100644 --- a/sys/dev/ipmi/ipmi_smbus.c +++ b/sys/dev/ipmi/ipmi_smbus.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/ipmi/ipmi_smic.c b/sys/dev/ipmi/ipmi_smic.c index 3b39a15f1b6b..1bcede44f920 100644 --- a/sys/dev/ipmi/ipmi_smic.c +++ b/sys/dev/ipmi/ipmi_smic.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/ipmi/ipmi_ssif.c b/sys/dev/ipmi/ipmi_ssif.c index 532d1f7f485c..0c22d35421ef 100644 --- a/sys/dev/ipmi/ipmi_ssif.c +++ b/sys/dev/ipmi/ipmi_ssif.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/ips/ips.c b/sys/dev/ips/ips.c index 6d45dcf82fc5..3ed9aa5f2504 100644 --- a/sys/dev/ips/ips.c +++ b/sys/dev/ips/ips.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/lock.h> #include <sys/mutex.h> diff --git a/sys/dev/isci/environment.h b/sys/dev/isci/environment.h index c75a20562e40..5776abd2dc14 100644 --- a/sys/dev/isci/environment.h +++ b/sys/dev/isci/environment.h @@ -38,7 +38,7 @@ * * @brief Types and macros specific to the FreeBSD environment. */ -#include <sys/cdefs.h> + #include <sys/types.h> #include <sys/libkern.h> #include <machine/bus.h> diff --git a/sys/dev/iscsi/icl.c b/sys/dev/iscsi/icl.c index 6854107a0f92..f2f0a06cc090 100644 --- a/sys/dev/iscsi/icl.c +++ b/sys/dev/iscsi/icl.c @@ -34,7 +34,6 @@ * and receive iSCSI PDUs. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/condvar.h> #include <sys/conf.h> diff --git a/sys/dev/iscsi/icl_soft.c b/sys/dev/iscsi/icl_soft.c index 1f0cee724e91..832ff8135ec5 100644 --- a/sys/dev/iscsi/icl_soft.c +++ b/sys/dev/iscsi/icl_soft.c @@ -33,7 +33,6 @@ * Software implementation of iSCSI Common Layer kobj(9) interface. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/capsicum.h> diff --git a/sys/dev/iscsi/icl_soft_proxy.c b/sys/dev/iscsi/icl_soft_proxy.c index 4aa4f03764ac..ee448116b0e9 100644 --- a/sys/dev/iscsi/icl_soft_proxy.c +++ b/sys/dev/iscsi/icl_soft_proxy.c @@ -64,7 +64,6 @@ #ifdef ICL_KERNEL_PROXY -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/capsicum.h> #include <sys/condvar.h> diff --git a/sys/dev/iscsi/iscsi.c b/sys/dev/iscsi/iscsi.c index 38973898a9d1..57292c6ff309 100644 --- a/sys/dev/iscsi/iscsi.c +++ b/sys/dev/iscsi/iscsi.c @@ -29,7 +29,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/condvar.h> diff --git a/sys/dev/iser/icl_iser.h b/sys/dev/iser/icl_iser.h index e1ef38802e8f..546a1fc1d8d6 100644 --- a/sys/dev/iser/icl_iser.h +++ b/sys/dev/iser/icl_iser.h @@ -30,7 +30,6 @@ * iSCSI Common Layer for RDMA. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/capsicum.h> #include <sys/condvar.h> diff --git a/sys/dev/ismt/ismt.c b/sys/dev/ismt/ismt.c index b6b9e6d5e779..3f3c7bdf26c8 100644 --- a/sys/dev/ismt/ismt.c +++ b/sys/dev/ismt/ismt.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c index 75e619d2d05b..c4dbceba25c2 100644 --- a/sys/dev/isp/isp_pci.c +++ b/sys/dev/isp/isp_pci.c @@ -30,7 +30,7 @@ * PCI specific probe and attach routines for Qlogic ISP SCSI adapters. * FreeBSD Version. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/ispfw/ispfw.c b/sys/dev/ispfw/ispfw.c index 321cc172ee82..8f5e85a30c3e 100644 --- a/sys/dev/ispfw/ispfw.c +++ b/sys/dev/ispfw/ispfw.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/firmware.h> #include <sys/kernel.h> diff --git a/sys/dev/itwd/itwd.c b/sys/dev/itwd/itwd.c index 0b53cee8535c..06120f1fdeac 100644 --- a/sys/dev/itwd/itwd.c +++ b/sys/dev/itwd/itwd.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/bus.h> diff --git a/sys/dev/jme/if_jme.c b/sys/dev/jme/if_jme.c index 89c78d80afe0..aebeb9c617fa 100644 --- a/sys/dev/jme/if_jme.c +++ b/sys/dev/jme/if_jme.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/kvm_clock/kvm_clock.c b/sys/dev/kvm_clock/kvm_clock.c index 81e50d4fae86..dd756b99b5e0 100644 --- a/sys/dev/kvm_clock/kvm_clock.c +++ b/sys/dev/kvm_clock/kvm_clock.c @@ -36,7 +36,6 @@ * - [2] https://www.kernel.org/doc/html/latest/virt/kvm/msr.html */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/domainset.h> diff --git a/sys/dev/le/am7990.c b/sys/dev/le/am7990.c index 705809ed386c..95184356f33b 100644 --- a/sys/dev/le/am7990.c +++ b/sys/dev/le/am7990.c @@ -64,7 +64,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/endian.h> diff --git a/sys/dev/le/am79900.c b/sys/dev/le/am79900.c index 77a4b2f04ff0..c680fd5e2dc2 100644 --- a/sys/dev/le/am79900.c +++ b/sys/dev/le/am79900.c @@ -100,7 +100,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/endian.h> diff --git a/sys/dev/le/if_le_isa.c b/sys/dev/le/if_le_isa.c index 3d02ef8f6512..e3c9c21df42e 100644 --- a/sys/dev/le/if_le_isa.c +++ b/sys/dev/le/if_le_isa.c @@ -64,7 +64,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/le/if_le_pci.c b/sys/dev/le/if_le_pci.c index 3527f5e29df4..cee1e80295c9 100644 --- a/sys/dev/le/if_le_pci.c +++ b/sys/dev/le/if_le_pci.c @@ -64,7 +64,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/le/lance.c b/sys/dev/le/lance.c index 0501a14c6b8c..74ae09ee14c3 100644 --- a/sys/dev/le/lance.c +++ b/sys/dev/le/lance.c @@ -64,7 +64,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/endian.h> diff --git a/sys/dev/led/led.c b/sys/dev/led/led.c index 175ef2deaa64..45705cd24abe 100644 --- a/sys/dev/led/led.c +++ b/sys/dev/led/led.c @@ -10,7 +10,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/ctype.h> diff --git a/sys/dev/mailbox/arm/arm_doorbell.c b/sys/dev/mailbox/arm/arm_doorbell.c index 75a7bdc5fce2..af8642f7fa19 100644 --- a/sys/dev/mailbox/arm/arm_doorbell.c +++ b/sys/dev/mailbox/arm/arm_doorbell.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/malo/if_malo.c b/sys/dev/malo/if_malo.c index 9ef7dedcd30e..b863113017bd 100644 --- a/sys/dev/malo/if_malo.c +++ b/sys/dev/malo/if_malo.c @@ -31,10 +31,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> -#ifdef __FreeBSD__ -#endif - #include "opt_malo.h" #include <sys/param.h> diff --git a/sys/dev/malo/if_malo_pci.c b/sys/dev/malo/if_malo_pci.c index 0693fd520f93..2c806e0ac856 100644 --- a/sys/dev/malo/if_malo_pci.c +++ b/sys/dev/malo/if_malo_pci.c @@ -31,10 +31,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> -#ifdef __FreeBSD__ -#endif - /* * PCI front-end for the Marvell 88W8335 Wireless LAN controller driver. */ diff --git a/sys/dev/malo/if_malohal.c b/sys/dev/malo/if_malohal.c index 476ffd9f6cc0..6266bb2a459d 100644 --- a/sys/dev/malo/if_malohal.c +++ b/sys/dev/malo/if_malohal.c @@ -31,10 +31,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> -#ifdef __FreeBSD__ -#endif - #include <sys/param.h> #include <sys/systm.h> #include <sys/endian.h> diff --git a/sys/dev/mana/gdma_main.c b/sys/dev/mana/gdma_main.c index a601873876cb..e955d9e1d304 100644 --- a/sys/dev/mana/gdma_main.c +++ b/sys/dev/mana/gdma_main.c @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/mana/gdma_util.c b/sys/dev/mana/gdma_util.c index de515b3e75df..5c779f16be8a 100644 --- a/sys/dev/mana/gdma_util.c +++ b/sys/dev/mana/gdma_util.c @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> + #include <sys/types.h> #include <sys/mutex.h> #include <sys/systm.h> diff --git a/sys/dev/mana/hw_channel.c b/sys/dev/mana/hw_channel.c index 1ecd276c0152..7a40a28894fb 100644 --- a/sys/dev/mana/hw_channel.c +++ b/sys/dev/mana/hw_channel.c @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/types.h> diff --git a/sys/dev/mana/mana_en.c b/sys/dev/mana/mana_en.c index 812a42e51dfc..3948106f492e 100644 --- a/sys/dev/mana/mana_en.c +++ b/sys/dev/mana/mana_en.c @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/mana/shm_channel.c b/sys/dev/mana/shm_channel.c index 94afed503831..feef7bf52f29 100644 --- a/sys/dev/mana/shm_channel.c +++ b/sys/dev/mana/shm_channel.c @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/types.h> #include <sys/systm.h> diff --git a/sys/dev/mem/memdev.c b/sys/dev/mem/memdev.c index 16ef3a205163..68dbdd86a8e5 100644 --- a/sys/dev/mem/memdev.c +++ b/sys/dev/mem/memdev.c @@ -27,7 +27,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/fcntl.h> diff --git a/sys/dev/mem/memutil.c b/sys/dev/mem/memutil.c index 8f296520c348..cf9714d6ec8f 100644 --- a/sys/dev/mem/memutil.c +++ b/sys/dev/mem/memutil.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/lock.h> diff --git a/sys/dev/mfi/mfi_linux.c b/sys/dev/mfi/mfi_linux.c index f9a6cad52d72..8ed8baa3858a 100644 --- a/sys/dev/mfi/mfi_linux.c +++ b/sys/dev/mfi/mfi_linux.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/capsicum.h> diff --git a/sys/dev/mge/if_mge.c b/sys/dev/mge/if_mge.c index 30650cc6df82..2331cb9f8f35 100644 --- a/sys/dev/mge/if_mge.c +++ b/sys/dev/mge/if_mge.c @@ -37,7 +37,6 @@ #include "opt_device_polling.h" #endif -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/endian.h> diff --git a/sys/dev/mii/dp83822phy.c b/sys/dev/mii/dp83822phy.c index ad826edbf16e..47836f6e2d62 100644 --- a/sys/dev/mii/dp83822phy.c +++ b/sys/dev/mii/dp83822phy.c @@ -31,7 +31,6 @@ * Driver for TI DP83822 Ethernet PHY */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/mii/dp83867phy.c b/sys/dev/mii/dp83867phy.c index b6fa24fd5c5d..a728ced49854 100644 --- a/sys/dev/mii/dp83867phy.c +++ b/sys/dev/mii/dp83867phy.c @@ -30,7 +30,6 @@ * Driver for TI DP83867 Ethernet PHY */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/mii/mcommphy.c b/sys/dev/mii/mcommphy.c index 6948045aaf4f..17ed294ff223 100644 --- a/sys/dev/mii/mcommphy.c +++ b/sys/dev/mii/mcommphy.c @@ -29,7 +29,6 @@ * Motorcomm YT8511C / YT8511H Integrated 10/100/1000 Gigabit Ethernet phy */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/mii/mii_bitbang.c b/sys/dev/mii/mii_bitbang.c index b6998fe1ef5a..031516bf0db1 100644 --- a/sys/dev/mii/mii_bitbang.c +++ b/sys/dev/mii/mii_bitbang.c @@ -36,7 +36,6 @@ * Common module for bit-bang'ing the MII. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/module.h> diff --git a/sys/dev/mlx/mlx_pci.c b/sys/dev/mlx/mlx_pci.c index ddad385d69fb..5b286e727eaa 100644 --- a/sys/dev/mlx/mlx_pci.c +++ b/sys/dev/mlx/mlx_pci.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bio.h> diff --git a/sys/dev/mlx5/mlx5_core/mlx5_fwdump.c b/sys/dev/mlx5/mlx5_core/mlx5_fwdump.c index 0da32865449b..6844faadd9a7 100644 --- a/sys/dev/mlx5/mlx5_core/mlx5_fwdump.c +++ b/sys/dev/mlx5/mlx5_core/mlx5_fwdump.c @@ -26,7 +26,6 @@ #include "opt_rss.h" #include "opt_ratelimit.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/dev/mmc/host/dwmmc.c b/sys/dev/mmc/host/dwmmc.c index 53c3e0b646fe..8cd50d2cc898 100644 --- a/sys/dev/mmc/host/dwmmc.c +++ b/sys/dev/mmc/host/dwmmc.c @@ -33,7 +33,6 @@ * Chapter 14, Altera Cyclone V Device Handbook (CV-5V2 2014.07.22) */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/dev/mmc/host/dwmmc_altera.c b/sys/dev/mmc/host/dwmmc_altera.c index 4a7dbf759a33..5519c19483b5 100644 --- a/sys/dev/mmc/host/dwmmc_altera.c +++ b/sys/dev/mmc/host/dwmmc_altera.c @@ -24,7 +24,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/bus.h> diff --git a/sys/dev/mmc/host/dwmmc_hisi.c b/sys/dev/mmc/host/dwmmc_hisi.c index 4289f49ca73d..96502a7dd975 100644 --- a/sys/dev/mmc/host/dwmmc_hisi.c +++ b/sys/dev/mmc/host/dwmmc_hisi.c @@ -25,7 +25,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/bus.h> diff --git a/sys/dev/mmc/host/dwmmc_rockchip.c b/sys/dev/mmc/host/dwmmc_rockchip.c index 1ac6e741703b..5cec9f9603d1 100644 --- a/sys/dev/mmc/host/dwmmc_rockchip.c +++ b/sys/dev/mmc/host/dwmmc_rockchip.c @@ -24,7 +24,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/bus.h> diff --git a/sys/dev/mmc/host/dwmmc_samsung.c b/sys/dev/mmc/host/dwmmc_samsung.c index 0f8f0635eb82..9f869ab32384 100644 --- a/sys/dev/mmc/host/dwmmc_samsung.c +++ b/sys/dev/mmc/host/dwmmc_samsung.c @@ -24,7 +24,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/bus.h> diff --git a/sys/dev/mmc/mmc.c b/sys/dev/mmc/mmc.c index 62a2a6c9f820..d59396208ccc 100644 --- a/sys/dev/mmc/mmc.c +++ b/sys/dev/mmc/mmc.c @@ -53,7 +53,6 @@ * information, know-how or other confidential information to any third party. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/mmc/mmc_fdt_helpers.c b/sys/dev/mmc/mmc_fdt_helpers.c index 56d6037f86f9..8742b90d4f9c 100644 --- a/sys/dev/mmc/mmc_fdt_helpers.c +++ b/sys/dev/mmc/mmc_fdt_helpers.c @@ -25,7 +25,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/mmc/mmc_helpers.c b/sys/dev/mmc/mmc_helpers.c index b45dd920dd0d..bc0257124b1b 100644 --- a/sys/dev/mmc/mmc_helpers.c +++ b/sys/dev/mmc/mmc_helpers.c @@ -25,7 +25,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/mmc/mmc_pwrseq.c b/sys/dev/mmc/mmc_pwrseq.c index 0e5136ac6b2e..5e2e87fd5564 100644 --- a/sys/dev/mmc/mmc_pwrseq.c +++ b/sys/dev/mmc/mmc_pwrseq.c @@ -26,7 +26,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/mmc/mmc_subr.c b/sys/dev/mmc/mmc_subr.c index d954baea2662..0a555cd74c97 100644 --- a/sys/dev/mmc/mmc_subr.c +++ b/sys/dev/mmc/mmc_subr.c @@ -50,7 +50,6 @@ * information, know-how or other confidential information to any third party. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/mmc/mmcsd.c b/sys/dev/mmc/mmcsd.c index 9bc50124592d..cd973e53802c 100644 --- a/sys/dev/mmc/mmcsd.c +++ b/sys/dev/mmc/mmcsd.c @@ -53,7 +53,6 @@ * information, know-how or other confidential information to any third party. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bio.h> diff --git a/sys/dev/mmcnull/mmcnull.c b/sys/dev/mmcnull/mmcnull.c index 70e52116a7c6..028d3aabd7f1 100644 --- a/sys/dev/mmcnull/mmcnull.c +++ b/sys/dev/mmcnull/mmcnull.c @@ -23,7 +23,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/kernel.h> diff --git a/sys/dev/mpi3mr/mpi3mr.c b/sys/dev/mpi3mr/mpi3mr.c index 86535383b8f0..776bfbdaee23 100644 --- a/sys/dev/mpi3mr/mpi3mr.c +++ b/sys/dev/mpi3mr/mpi3mr.c @@ -41,7 +41,6 @@ * Broadcom Inc. (Broadcom) MPI3MR Adapter FreeBSD */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/mpi3mr/mpi3mr.h b/sys/dev/mpi3mr/mpi3mr.h index 1dc680beb47e..479ba9c7b11b 100644 --- a/sys/dev/mpi3mr/mpi3mr.h +++ b/sys/dev/mpi3mr/mpi3mr.h @@ -44,7 +44,6 @@ #ifndef _MPI3MRVAR_H #define _MPI3MRVAR_H -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/mpi3mr/mpi3mr_app.c b/sys/dev/mpi3mr/mpi3mr_app.c index 001753732a35..737d88801824 100644 --- a/sys/dev/mpi3mr/mpi3mr_app.c +++ b/sys/dev/mpi3mr/mpi3mr_app.c @@ -41,7 +41,6 @@ * Broadcom Inc. (Broadcom) MPI3MR Adapter FreeBSD */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/proc.h> #include <cam/cam.h> diff --git a/sys/dev/mpi3mr/mpi3mr_cam.c b/sys/dev/mpi3mr/mpi3mr_cam.c index 7464b897384f..bb08943793df 100644 --- a/sys/dev/mpi3mr/mpi3mr_cam.c +++ b/sys/dev/mpi3mr/mpi3mr_cam.c @@ -41,7 +41,6 @@ * Broadcom Inc. (Broadcom) MPI3MR Adapter FreeBSD */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/mpt/mpt_user.c b/sys/dev/mpt/mpt_user.c index d0e183f84e88..7ad3f075a292 100644 --- a/sys/dev/mpt/mpt_user.c +++ b/sys/dev/mpt/mpt_user.c @@ -32,7 +32,6 @@ * LSI MPT-Fusion Host Adapter FreeBSD userland interface */ -#include <sys/cdefs.h> #include <sys/param.h> #ifdef __amd64__ #include <sys/abi_compat.h> diff --git a/sys/dev/mrsas/mrsas_linux.c b/sys/dev/mrsas/mrsas_linux.c index becc42e6d8a3..d7d48740a204 100644 --- a/sys/dev/mrsas/mrsas_linux.c +++ b/sys/dev/mrsas/mrsas_linux.c @@ -37,7 +37,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/msk/if_msk.c b/sys/dev/msk/if_msk.c index 4b6954e7d067..bb00ffc7ae34 100644 --- a/sys/dev/msk/if_msk.c +++ b/sys/dev/msk/if_msk.c @@ -100,7 +100,6 @@ * sk(4) and Marvell's myk(4) driver for FreeBSD 5.x. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/mvs/mvs.c b/sys/dev/mvs/mvs.c index 250040898022..a98a59259581 100644 --- a/sys/dev/mvs/mvs.c +++ b/sys/dev/mvs/mvs.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/mvs/mvs_pci.c b/sys/dev/mvs/mvs_pci.c index 9f4c835a9bce..9578c5ea5e7e 100644 --- a/sys/dev/mvs/mvs_pci.c +++ b/sys/dev/mvs/mvs_pci.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/mvs/mvs_soc.c b/sys/dev/mvs/mvs_soc.c index 849e1a012a53..36b3f5222cdc 100644 --- a/sys/dev/mvs/mvs_soc.c +++ b/sys/dev/mvs/mvs_soc.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/mwl/if_mwl_pci.c b/sys/dev/mwl/if_mwl_pci.c index 2ac2be52495b..abc210436f1f 100644 --- a/sys/dev/mwl/if_mwl_pci.c +++ b/sys/dev/mwl/if_mwl_pci.c @@ -30,10 +30,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> -#ifdef __FreeBSD__ -#endif - /* * PCI front-end for the Marvell Wireless LAN controller driver. */ diff --git a/sys/dev/mxge/if_mxge.c b/sys/dev/mxge/if_mxge.c index 26d6410f356d..4036a46645db 100644 --- a/sys/dev/mxge/if_mxge.c +++ b/sys/dev/mxge/if_mxge.c @@ -28,7 +28,6 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/linker.h> diff --git a/sys/dev/mxge/mxge_eth_z8e.c b/sys/dev/mxge/mxge_eth_z8e.c index 49829608d0e4..16775b1b342a 100644 --- a/sys/dev/mxge/mxge_eth_z8e.c +++ b/sys/dev/mxge/mxge_eth_z8e.c @@ -1,7 +1,7 @@ /* * from: FreeBSD: src/sys/tools/fw_stub.awk,v 1.6 2007/03/02 11:42:53 flz */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/errno.h> #include <sys/kernel.h> diff --git a/sys/dev/mxge/mxge_ethp_z8e.c b/sys/dev/mxge/mxge_ethp_z8e.c index 6da0a8d050c5..c156c79cd15d 100644 --- a/sys/dev/mxge/mxge_ethp_z8e.c +++ b/sys/dev/mxge/mxge_ethp_z8e.c @@ -1,7 +1,7 @@ /* * from: FreeBSD: src/sys/tools/fw_stub.awk,v 1.6 2007/03/02 11:42:53 flz */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/errno.h> #include <sys/kernel.h> diff --git a/sys/dev/mxge/mxge_rss_eth_z8e.c b/sys/dev/mxge/mxge_rss_eth_z8e.c index d7e9f1d3dfe8..ea93331c09cc 100644 --- a/sys/dev/mxge/mxge_rss_eth_z8e.c +++ b/sys/dev/mxge/mxge_rss_eth_z8e.c @@ -1,7 +1,7 @@ /* * from: FreeBSD: src/sys/tools/fw_stub.awk,v 1.6 2007/03/02 11:42:53 flz */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/errno.h> #include <sys/kernel.h> diff --git a/sys/dev/mxge/mxge_rss_ethp_z8e.c b/sys/dev/mxge/mxge_rss_ethp_z8e.c index 2b21e6fc9d4d..9565704a8bcf 100644 --- a/sys/dev/mxge/mxge_rss_ethp_z8e.c +++ b/sys/dev/mxge/mxge_rss_ethp_z8e.c @@ -1,7 +1,7 @@ /* * from: FreeBSD: src/sys/tools/fw_stub.awk,v 1.6 2007/03/02 11:42:53 flz */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/errno.h> #include <sys/kernel.h> diff --git a/sys/dev/my/if_my.c b/sys/dev/my/if_my.c index 631c38df9dca..4b7e5e711707 100644 --- a/sys/dev/my/if_my.c +++ b/sys/dev/my/if_my.c @@ -29,7 +29,6 @@ * Myson fast ethernet PCI NIC driver, available at: http://www.myson.com.tw/ */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/sockio.h> diff --git a/sys/dev/ncthwm/ncthwm.c b/sys/dev/ncthwm/ncthwm.c index 45a9111c6bee..b36f677703ea 100644 --- a/sys/dev/ncthwm/ncthwm.c +++ b/sys/dev/ncthwm/ncthwm.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/neta/if_mvneta.c b/sys/dev/neta/if_mvneta.c index bb95bc9c588e..f7f9c042b937 100644 --- a/sys/dev/neta/if_mvneta.c +++ b/sys/dev/neta/if_mvneta.c @@ -26,7 +26,7 @@ */ #include "opt_platform.h" -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/endian.h> diff --git a/sys/dev/neta/if_mvneta_fdt.c b/sys/dev/neta/if_mvneta_fdt.c index 76af9cba4031..ecaf1ab0a2a5 100644 --- a/sys/dev/neta/if_mvneta_fdt.c +++ b/sys/dev/neta/if_mvneta_fdt.c @@ -26,7 +26,7 @@ */ #include "opt_platform.h" -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/netmap/netmap_kloop.c b/sys/dev/netmap/netmap_kloop.c index 005b9af2a3da..ba9e67076e72 100644 --- a/sys/dev/netmap/netmap_kloop.c +++ b/sys/dev/netmap/netmap_kloop.c @@ -29,7 +29,7 @@ * common headers */ #if defined(__FreeBSD__) -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/kernel.h> #include <sys/types.h> diff --git a/sys/dev/nfsmb/nfsmb.c b/sys/dev/nfsmb/nfsmb.c index 338892cdb31a..5594e5b152e6 100644 --- a/sys/dev/nfsmb/nfsmb.c +++ b/sys/dev/nfsmb/nfsmb.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/ntb/if_ntb/if_ntb.c b/sys/dev/ntb/if_ntb/if_ntb.c index b3707b8f769c..5a132baa5f1c 100644 --- a/sys/dev/ntb/if_ntb/if_ntb.c +++ b/sys/dev/ntb/if_ntb/if_ntb.c @@ -37,7 +37,6 @@ * be picked up and redistributed in Linux with a dual GPL/BSD license. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/dev/ntb/ntb.c b/sys/dev/ntb/ntb.c index de382bbca011..38def5be0bb1 100644 --- a/sys/dev/ntb/ntb.c +++ b/sys/dev/ntb/ntb.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/dev/ntb/ntb_hw/ntb_hw_amd.c b/sys/dev/ntb/ntb_hw/ntb_hw_amd.c index 1ca529383e2c..fc3c6559d76a 100644 --- a/sys/dev/ntb/ntb_hw/ntb_hw_amd.c +++ b/sys/dev/ntb/ntb_hw/ntb_hw_amd.c @@ -52,7 +52,6 @@ * be picked up and redistributed in Linux with a dual GPL/BSD license. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/dev/ntb/ntb_hw/ntb_hw_intel.c b/sys/dev/ntb/ntb_hw/ntb_hw_intel.c index 5d03e66d57cd..5c07fb8d7e7d 100644 --- a/sys/dev/ntb/ntb_hw/ntb_hw_intel.c +++ b/sys/dev/ntb/ntb_hw/ntb_hw_intel.c @@ -36,7 +36,6 @@ * be picked up and redistributed in Linux with a dual GPL/BSD license. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/dev/ntb/ntb_hw/ntb_hw_plx.c b/sys/dev/ntb/ntb_hw/ntb_hw_plx.c index c0de13d7357d..57e3265ee5b1 100644 --- a/sys/dev/ntb/ntb_hw/ntb_hw_plx.c +++ b/sys/dev/ntb/ntb_hw/ntb_hw_plx.c @@ -31,7 +31,6 @@ * This module contains a driver for NTBs in PLX/Avago/Broadcom PCIe bridges. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/dev/ntb/ntb_transport.c b/sys/dev/ntb/ntb_transport.c index 7244785cbadc..6e2eefae88ec 100644 --- a/sys/dev/ntb/ntb_transport.c +++ b/sys/dev/ntb/ntb_transport.c @@ -37,7 +37,6 @@ * be picked up and redistributed in Linux with a dual GPL/BSD license. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/dev/ntb/test/ntb_tool.c b/sys/dev/ntb/test/ntb_tool.c index 938253bb78bf..5476ed988b32 100644 --- a/sys/dev/ntb/test/ntb_tool.c +++ b/sys/dev/ntb/test/ntb_tool.c @@ -181,7 +181,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/null/null.c b/sys/dev/null/null.c index 4565639574f3..7ffc618e63ee 100644 --- a/sys/dev/null/null.c +++ b/sys/dev/null/null.c @@ -29,7 +29,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/dev/nvd/nvd.c b/sys/dev/nvd/nvd.c index 26bc4ee36d50..33b43efd24c1 100644 --- a/sys/dev/nvd/nvd.c +++ b/sys/dev/nvd/nvd.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/devicestat.h> diff --git a/sys/dev/nvdimm/nvdimm_e820.c b/sys/dev/nvdimm/nvdimm_e820.c index d972b4b9a7d4..3fbe2df31209 100644 --- a/sys/dev/nvdimm/nvdimm_e820.c +++ b/sys/dev/nvdimm/nvdimm_e820.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/bitstring.h> diff --git a/sys/dev/nvdimm/nvdimm_nfit.c b/sys/dev/nvdimm/nvdimm_nfit.c index 09c79aace137..d7e428ac8696 100644 --- a/sys/dev/nvdimm/nvdimm_nfit.c +++ b/sys/dev/nvdimm/nvdimm_nfit.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/bus.h> diff --git a/sys/dev/nvdimm/nvdimm_ns.c b/sys/dev/nvdimm/nvdimm_ns.c index 609442d0ffe7..16739a407533 100644 --- a/sys/dev/nvdimm/nvdimm_ns.c +++ b/sys/dev/nvdimm/nvdimm_ns.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/bus.h> diff --git a/sys/dev/nvme/nvme.c b/sys/dev/nvme/nvme.c index 25c93c2c99bc..84f365024f13 100644 --- a/sys/dev/nvme/nvme.c +++ b/sys/dev/nvme/nvme.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/conf.h> diff --git a/sys/dev/nvme/nvme_ahci.c b/sys/dev/nvme/nvme_ahci.c index 9ed79ae5696b..888207a454f7 100644 --- a/sys/dev/nvme/nvme_ahci.c +++ b/sys/dev/nvme/nvme_ahci.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/buf.h> diff --git a/sys/dev/nvme/nvme_ns.c b/sys/dev/nvme/nvme_ns.c index 55f607c96e59..4aad28c1adf9 100644 --- a/sys/dev/nvme/nvme_ns.c +++ b/sys/dev/nvme/nvme_ns.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/bus.h> diff --git a/sys/dev/nvme/nvme_pci.c b/sys/dev/nvme/nvme_pci.c index a78327ba0e8b..29b49b7df403 100644 --- a/sys/dev/nvme/nvme_pci.c +++ b/sys/dev/nvme/nvme_pci.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/buf.h> diff --git a/sys/dev/nvme/nvme_qpair.c b/sys/dev/nvme/nvme_qpair.c index 7345b1b59be5..289ce87c86a5 100644 --- a/sys/dev/nvme/nvme_qpair.c +++ b/sys/dev/nvme/nvme_qpair.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/conf.h> diff --git a/sys/dev/nvme/nvme_sim.c b/sys/dev/nvme/nvme_sim.c index 54cdc1e01f94..70bb95602bf8 100644 --- a/sys/dev/nvme/nvme_sim.c +++ b/sys/dev/nvme/nvme_sim.c @@ -23,7 +23,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/buf.h> diff --git a/sys/dev/nvme/nvme_test.c b/sys/dev/nvme/nvme_test.c index be5ad46b6779..188ad4f86f85 100644 --- a/sys/dev/nvme/nvme_test.c +++ b/sys/dev/nvme/nvme_test.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/conf.h> diff --git a/sys/dev/nvme/nvme_util.c b/sys/dev/nvme/nvme_util.c index f54f3cf0a873..47d84e5b6957 100644 --- a/sys/dev/nvme/nvme_util.c +++ b/sys/dev/nvme/nvme_util.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <dev/nvme/nvme.h> diff --git a/sys/dev/ofw/ofw_cpu.c b/sys/dev/ofw/ofw_cpu.c index 10c170e03c4c..bd9164fd9f5c 100644 --- a/sys/dev/ofw/ofw_cpu.c +++ b/sys/dev/ofw/ofw_cpu.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/ofw/ofw_disk.c b/sys/dev/ofw/ofw_disk.c index 6b5e124b287e..8f10492665cb 100644 --- a/sys/dev/ofw/ofw_disk.c +++ b/sys/dev/ofw/ofw_disk.c @@ -25,7 +25,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bio.h> diff --git a/sys/dev/ofw/ofw_fdt.c b/sys/dev/ofw/ofw_fdt.c index 93757f5a6fd1..4b0451824df5 100644 --- a/sys/dev/ofw/ofw_fdt.c +++ b/sys/dev/ofw/ofw_fdt.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/ctype.h> #include <sys/kernel.h> diff --git a/sys/dev/ofw/ofw_pci.c b/sys/dev/ofw/ofw_pci.c index ab7a1e6f9b07..9176b308e4cb 100644 --- a/sys/dev/ofw/ofw_pci.c +++ b/sys/dev/ofw/ofw_pci.c @@ -25,7 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/ofw/ofw_pcib.c b/sys/dev/ofw/ofw_pcib.c index 6e0f5fe3dd5f..2bcaa05ab1ed 100644 --- a/sys/dev/ofw/ofw_pcib.c +++ b/sys/dev/ofw/ofw_pcib.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/module.h> diff --git a/sys/dev/ofw/ofw_standard.c b/sys/dev/ofw/ofw_standard.c index d96cf4bb5ca1..47a2cabf44a6 100644 --- a/sys/dev/ofw/ofw_standard.c +++ b/sys/dev/ofw/ofw_standard.c @@ -57,7 +57,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/malloc.h> diff --git a/sys/dev/ofw/ofw_subr.c b/sys/dev/ofw/ofw_subr.c index 06021eb2b59c..2e91486516ac 100644 --- a/sys/dev/ofw/ofw_subr.c +++ b/sys/dev/ofw/ofw_subr.c @@ -31,7 +31,6 @@ * written by Marius Strobl. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/boot.h> #include <sys/bus.h> diff --git a/sys/dev/ofw/ofwbus.c b/sys/dev/ofw/ofwbus.c index cb2ab6920559..48e865b5b52d 100644 --- a/sys/dev/ofw/ofwbus.c +++ b/sys/dev/ofw/ofwbus.c @@ -32,7 +32,6 @@ * from: FreeBSD: src/sys/i386/i386/nexus.c,v 1.43 2001/02/09 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/ow/ow.c b/sys/dev/ow/ow.c index c5d1f18df17c..6d89cd445a3b 100644 --- a/sys/dev/ow/ow.c +++ b/sys/dev/ow/ow.c @@ -23,7 +23,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/ow/ow_temp.c b/sys/dev/ow/ow_temp.c index 0a9e1d0253df..1fb5af2d53e8 100644 --- a/sys/dev/ow/ow_temp.c +++ b/sys/dev/ow/ow_temp.c @@ -23,7 +23,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/pbio/pbio.c b/sys/dev/pbio/pbio.c index 28c38c9a17a6..66fea479f5ac 100644 --- a/sys/dev/pbio/pbio.c +++ b/sys/dev/pbio/pbio.c @@ -30,7 +30,6 @@ * $Id: pbio.c,v 1.12 2003/10/11 13:05:08 dds Exp dds $ */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> /* SYSINIT stuff */ diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c index aade363d9b70..b2a94cc04bb0 100644 --- a/sys/dev/pccbb/pccbb.c +++ b/sys/dev/pccbb/pccbb.c @@ -72,7 +72,6 @@ * * David Cross: Author of the initial ugly hack for a specific cardbus card */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/condvar.h> diff --git a/sys/dev/pccbb/pccbb_pci.c b/sys/dev/pccbb/pccbb_pci.c index 663405764ca9..1a07ff8a4e98 100644 --- a/sys/dev/pccbb/pccbb_pci.c +++ b/sys/dev/pccbb/pccbb_pci.c @@ -72,7 +72,6 @@ * * David Cross: Author of the initial ugly hack for a specific cardbus card */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> diff --git a/sys/dev/pcf/pcf.c b/sys/dev/pcf/pcf.c index 20ee0e19c06c..d9421f86bfcc 100644 --- a/sys/dev/pcf/pcf.c +++ b/sys/dev/pcf/pcf.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/lock.h> diff --git a/sys/dev/pci/controller/pci_n1sdp.c b/sys/dev/pci/controller/pci_n1sdp.c index b6f2b11dea05..f5cd9d2b88f3 100644 --- a/sys/dev/pci/controller/pci_n1sdp.c +++ b/sys/dev/pci/controller/pci_n1sdp.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/dev/pci/fixup_pci.c b/sys/dev/pci/fixup_pci.c index 5f4e881d5c76..4bccda90a040 100644 --- a/sys/dev/pci/fixup_pci.c +++ b/sys/dev/pci/fixup_pci.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/malloc.h> diff --git a/sys/dev/pci/hostb_pci.c b/sys/dev/pci/hostb_pci.c index 5e0b289b858f..20e18a0e5f1c 100644 --- a/sys/dev/pci/hostb_pci.c +++ b/sys/dev/pci/hostb_pci.c @@ -25,7 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/pci/pci_dw.c b/sys/dev/pci/pci_dw.c index eae90e8f5f9e..f03e19dfe041 100644 --- a/sys/dev/pci/pci_dw.c +++ b/sys/dev/pci/pci_dw.c @@ -28,7 +28,6 @@ /* Base class for all Synopsys DesignWare PCI/PCIe drivers */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/pci/pci_dw_mv.c b/sys/dev/pci/pci_dw_mv.c index a090b8a50245..b37baf044e8b 100644 --- a/sys/dev/pci/pci_dw_mv.c +++ b/sys/dev/pci/pci_dw_mv.c @@ -28,7 +28,6 @@ /* Armada 8k DesignWare PCIe driver */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/pci/pci_iov_schema.c b/sys/dev/pci/pci_iov_schema.c index 742dfbd2b4d9..3cec329d77a1 100644 --- a/sys/dev/pci/pci_iov_schema.c +++ b/sys/dev/pci/pci_iov_schema.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/ctype.h> diff --git a/sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c b/sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c index d52affd90dfc..541940c5fda8 100644 --- a/sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c +++ b/sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c @@ -659,9 +659,6 @@ mpiParseOBIomb( } #endif -#ifndef BIOS -#endif - /******************************************************************************/ /*! \brief ECHO Response * diff --git a/sys/dev/ppbus/ppb_base.c b/sys/dev/ppbus/ppb_base.c index ea17810cc8cb..c729854af3d8 100644 --- a/sys/dev/ppbus/ppb_base.c +++ b/sys/dev/ppbus/ppb_base.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/lock.h> #include <sys/kernel.h> diff --git a/sys/dev/ppbus/pps.c b/sys/dev/ppbus/pps.c index f3d9a4291485..a5c0a56d4f94 100644 --- a/sys/dev/ppbus/pps.c +++ b/sys/dev/ppbus/pps.c @@ -16,7 +16,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/lock.h> #include <sys/kernel.h> diff --git a/sys/dev/ppc/ppc_isa.c b/sys/dev/ppc/ppc_isa.c index 21296ffd100d..e1424295f239 100644 --- a/sys/dev/ppc/ppc_isa.c +++ b/sys/dev/ppc/ppc_isa.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/ppc/ppc_pci.c b/sys/dev/ppc/ppc_pci.c index 197bcb4af9a3..d2fd2478fa7c 100644 --- a/sys/dev/ppc/ppc_pci.c +++ b/sys/dev/ppc/ppc_pci.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/module.h> diff --git a/sys/dev/ppc/ppc_puc.c b/sys/dev/ppc/ppc_puc.c index bb60a5271a8f..b81e1dcfd45a 100644 --- a/sys/dev/ppc/ppc_puc.c +++ b/sys/dev/ppc/ppc_puc.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/module.h> diff --git a/sys/dev/proto/proto_bus_isa.c b/sys/dev/proto/proto_bus_isa.c index 31c65b9d7857..0e4f2a29b429 100644 --- a/sys/dev/proto/proto_bus_isa.c +++ b/sys/dev/proto/proto_bus_isa.c @@ -23,7 +23,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/proto/proto_bus_pci.c b/sys/dev/proto/proto_bus_pci.c index 326f1105f1a5..9a98443845f5 100644 --- a/sys/dev/proto/proto_bus_pci.c +++ b/sys/dev/proto/proto_bus_pci.c @@ -23,7 +23,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/proto/proto_busdma.c b/sys/dev/proto/proto_busdma.c index 27f7f48d42f4..a7406b278717 100644 --- a/sys/dev/proto/proto_busdma.c +++ b/sys/dev/proto/proto_busdma.c @@ -23,7 +23,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <machine/bus.h> diff --git a/sys/dev/proto/proto_core.c b/sys/dev/proto/proto_core.c index c341977b5bf9..2a7fe3bf9f33 100644 --- a/sys/dev/proto/proto_core.c +++ b/sys/dev/proto/proto_core.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/psci/smccc.c b/sys/dev/psci/smccc.c index 9008eb2fbd39..08ad6d84fc3c 100644 --- a/sys/dev/psci/smccc.c +++ b/sys/dev/psci/smccc.c @@ -32,7 +32,6 @@ #include "opt_acpi.h" #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/pst/pst-iop.c b/sys/dev/pst/pst-iop.c index 783507ce0d9e..03eca4d96286 100644 --- a/sys/dev/pst/pst-iop.c +++ b/sys/dev/pst/pst-iop.c @@ -28,7 +28,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/pst/pst-pci.c b/sys/dev/pst/pst-pci.c index e7cbc0fe4787..2b9295984845 100644 --- a/sys/dev/pst/pst-pci.c +++ b/sys/dev/pst/pst-pci.c @@ -28,7 +28,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/pty/pty.c b/sys/dev/pty/pty.c index 07e7ecd7a083..3fb5e6b24184 100644 --- a/sys/dev/pty/pty.c +++ b/sys/dev/pty/pty.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/eventhandler.h> diff --git a/sys/dev/puc/puc.c b/sys/dev/puc/puc.c index 2e5889f865c7..ecf199fd6020 100644 --- a/sys/dev/puc/puc.c +++ b/sys/dev/puc/puc.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/puc/puc_cfg.c b/sys/dev/puc/puc_cfg.c index 9a46033b8c2d..8b2ac6ba994d 100644 --- a/sys/dev/puc/puc_cfg.c +++ b/sys/dev/puc/puc_cfg.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/puc/puc_pci.c b/sys/dev/puc/puc_pci.c index c25dc17cec4b..9709a606fb44 100644 --- a/sys/dev/puc/puc_pci.c +++ b/sys/dev/puc/puc_pci.c @@ -59,7 +59,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/pwm/ofw_pwm.c b/sys/dev/pwm/ofw_pwm.c index 6cc154e7f363..c917f8317aa8 100644 --- a/sys/dev/pwm/ofw_pwm.c +++ b/sys/dev/pwm/ofw_pwm.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/pwm/ofw_pwmbus.c b/sys/dev/pwm/ofw_pwmbus.c index b9621f230953..2d2c47291bca 100644 --- a/sys/dev/pwm/ofw_pwmbus.c +++ b/sys/dev/pwm/ofw_pwmbus.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/pwm/pwm_backlight.c b/sys/dev/pwm/pwm_backlight.c index 0daabcb374a6..0a5cf4c34d6f 100644 --- a/sys/dev/pwm/pwm_backlight.c +++ b/sys/dev/pwm/pwm_backlight.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bio.h> diff --git a/sys/dev/qat/qat_common/adf_vf_isr.c b/sys/dev/qat/qat_common/adf_vf_isr.c index 10eaf9d8da1b..a34e23b8fb4b 100644 --- a/sys/dev/qat/qat_common/adf_vf_isr.c +++ b/sys/dev/qat/qat_common/adf_vf_isr.c @@ -3,7 +3,7 @@ #include "qat_freebsd.h" #include <sys/kernel.h> #include <sys/systm.h> -#include <sys/cdefs.h> + #include <sys/types.h> #include <sys/interrupt.h> #include <dev/pci/pcivar.h> diff --git a/sys/dev/qcom_clk/qcom_clk_apssdiv.c b/sys/dev/qcom_clk/qcom_clk_apssdiv.c index 16cbd7873aa6..d33134f0ba86 100644 --- a/sys/dev/qcom_clk/qcom_clk_apssdiv.c +++ b/sys/dev/qcom_clk/qcom_clk_apssdiv.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/qcom_clk/qcom_clk_branch2.c b/sys/dev/qcom_clk/qcom_clk_branch2.c index 81b3708213e6..7cbd9a2b73e9 100644 --- a/sys/dev/qcom_clk/qcom_clk_branch2.c +++ b/sys/dev/qcom_clk/qcom_clk_branch2.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/qcom_clk/qcom_clk_fdiv.c b/sys/dev/qcom_clk/qcom_clk_fdiv.c index 0bad09f824b1..6d7e7cfa8bb5 100644 --- a/sys/dev/qcom_clk/qcom_clk_fdiv.c +++ b/sys/dev/qcom_clk/qcom_clk_fdiv.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/qcom_clk/qcom_clk_fepll.c b/sys/dev/qcom_clk/qcom_clk_fepll.c index 950b6ec093d4..e50b4823fee5 100644 --- a/sys/dev/qcom_clk/qcom_clk_fepll.c +++ b/sys/dev/qcom_clk/qcom_clk_fepll.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/qcom_clk/qcom_clk_freqtbl.c b/sys/dev/qcom_clk/qcom_clk_freqtbl.c index b4ff08476766..1234e1148de7 100644 --- a/sys/dev/qcom_clk/qcom_clk_freqtbl.c +++ b/sys/dev/qcom_clk/qcom_clk_freqtbl.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/qcom_clk/qcom_clk_rcg2.c b/sys/dev/qcom_clk/qcom_clk_rcg2.c index 2244f46e647f..03de356aa64d 100644 --- a/sys/dev/qcom_clk/qcom_clk_rcg2.c +++ b/sys/dev/qcom_clk/qcom_clk_rcg2.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/qcom_clk/qcom_clk_ro_div.c b/sys/dev/qcom_clk/qcom_clk_ro_div.c index 67219679397f..72712119faf7 100644 --- a/sys/dev/qcom_clk/qcom_clk_ro_div.c +++ b/sys/dev/qcom_clk/qcom_clk_ro_div.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/qcom_dwc3/qcom_dwc3.c b/sys/dev/qcom_dwc3/qcom_dwc3.c index e2c85091d5de..73034c914eeb 100644 --- a/sys/dev/qcom_dwc3/qcom_dwc3.c +++ b/sys/dev/qcom_dwc3/qcom_dwc3.c @@ -29,7 +29,6 @@ * Qualcomm DWC3 glue */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/qcom_gcc/qcom_gcc_ipq4018.c b/sys/dev/qcom_gcc/qcom_gcc_ipq4018.c index ab81049ed7a4..c56a5f93b939 100644 --- a/sys/dev/qcom_gcc/qcom_gcc_ipq4018.c +++ b/sys/dev/qcom_gcc/qcom_gcc_ipq4018.c @@ -27,7 +27,6 @@ /* Driver for Qualcomm IPQ4018 clock and reset device */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/malloc.h> diff --git a/sys/dev/qcom_gcc/qcom_gcc_ipq4018_clock.c b/sys/dev/qcom_gcc/qcom_gcc_ipq4018_clock.c index 45576a89fdd1..b49053dc96d0 100644 --- a/sys/dev/qcom_gcc/qcom_gcc_ipq4018_clock.c +++ b/sys/dev/qcom_gcc/qcom_gcc_ipq4018_clock.c @@ -27,7 +27,6 @@ /* Driver for Qualcomm IPQ4018 clock and reset device */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/malloc.h> diff --git a/sys/dev/qcom_gcc/qcom_gcc_ipq4018_reset.c b/sys/dev/qcom_gcc/qcom_gcc_ipq4018_reset.c index 00744ea2337b..2df524d81b5c 100644 --- a/sys/dev/qcom_gcc/qcom_gcc_ipq4018_reset.c +++ b/sys/dev/qcom_gcc/qcom_gcc_ipq4018_reset.c @@ -27,7 +27,6 @@ /* Driver for Qualcomm IPQ4018 clock and reset device */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/malloc.h> diff --git a/sys/dev/qcom_qup/qcom_spi.c b/sys/dev/qcom_qup/qcom_spi.c index 41c51b9b9fe2..552f01c59bb2 100644 --- a/sys/dev/qcom_qup/qcom_spi.c +++ b/sys/dev/qcom_qup/qcom_spi.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/qcom_qup/qcom_spi_hw.c b/sys/dev/qcom_qup/qcom_spi_hw.c index fa66a31dd56b..ba2663c79cff 100644 --- a/sys/dev/qcom_qup/qcom_spi_hw.c +++ b/sys/dev/qcom_qup/qcom_spi_hw.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/qcom_rnd/qcom_rnd.c b/sys/dev/qcom_rnd/qcom_rnd.c index 5d1bdac14981..fdd0b553523e 100644 --- a/sys/dev/qcom_rnd/qcom_rnd.c +++ b/sys/dev/qcom_rnd/qcom_rnd.c @@ -27,7 +27,6 @@ /* Driver for Qualcomm MSM entropy device. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/malloc.h> diff --git a/sys/dev/qcom_tcsr/qcom_tcsr.c b/sys/dev/qcom_tcsr/qcom_tcsr.c index 633c7e0d8931..736f5f5711f9 100644 --- a/sys/dev/qcom_tcsr/qcom_tcsr.c +++ b/sys/dev/qcom_tcsr/qcom_tcsr.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/qcom_tlmm/qcom_tlmm_debug.c b/sys/dev/qcom_tlmm/qcom_tlmm_debug.c index 8faf6cd93849..30a6e818a77c 100644 --- a/sys/dev/qcom_tlmm/qcom_tlmm_debug.c +++ b/sys/dev/qcom_tlmm/qcom_tlmm_debug.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/qcom_tlmm/qcom_tlmm_ipq4018.c b/sys/dev/qcom_tlmm/qcom_tlmm_ipq4018.c index dd3fbd2043bb..2d390cd449af 100644 --- a/sys/dev/qcom_tlmm/qcom_tlmm_ipq4018.c +++ b/sys/dev/qcom_tlmm/qcom_tlmm_ipq4018.c @@ -30,7 +30,6 @@ * This is a pinmux/gpio controller for the IPQ4018/IPQ4019. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_hw.c b/sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_hw.c index 4c3593a029f3..12aa1b7f8305 100644 --- a/sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_hw.c +++ b/sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_hw.c @@ -30,7 +30,6 @@ * This is a pinmux/gpio controller for the IPQ4018/IPQ4019. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/qcom_tlmm/qcom_tlmm_pin.c b/sys/dev/qcom_tlmm/qcom_tlmm_pin.c index 2f6e04e9d2b8..be7b37f21156 100644 --- a/sys/dev/qcom_tlmm/qcom_tlmm_pin.c +++ b/sys/dev/qcom_tlmm/qcom_tlmm_pin.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/qcom_tlmm/qcom_tlmm_pinmux.c b/sys/dev/qcom_tlmm/qcom_tlmm_pinmux.c index 8d10af69619f..a4b4dffa3dbb 100644 --- a/sys/dev/qcom_tlmm/qcom_tlmm_pinmux.c +++ b/sys/dev/qcom_tlmm/qcom_tlmm_pinmux.c @@ -35,7 +35,6 @@ * qualcomm chipsets in the future. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/quicc/quicc_bfe_fdt.c b/sys/dev/quicc/quicc_bfe_fdt.c index 54cbc7ee3111..5bca471e2405 100644 --- a/sys/dev/quicc/quicc_bfe_fdt.c +++ b/sys/dev/quicc/quicc_bfe_fdt.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/quicc/quicc_core.c b/sys/dev/quicc/quicc_core.c index 23b1c73eb716..fe8c4c6c99ff 100644 --- a/sys/dev/quicc/quicc_core.c +++ b/sys/dev/quicc/quicc_core.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/random/darn.c b/sys/dev/random/darn.c index 4db1718db8f3..a66754e095fb 100644 --- a/sys/dev/random/darn.c +++ b/sys/dev/random/darn.c @@ -31,7 +31,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/conf.h> diff --git a/sys/dev/random/fenestrasX/fx_brng.c b/sys/dev/random/fenestrasX/fx_brng.c index 6860da988af7..eea63533c572 100644 --- a/sys/dev/random/fenestrasX/fx_brng.c +++ b/sys/dev/random/fenestrasX/fx_brng.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/fail.h> #include <sys/limits.h> diff --git a/sys/dev/random/fenestrasX/fx_main.c b/sys/dev/random/fenestrasX/fx_main.c index 2c3b1193ef3a..7ade58e14050 100644 --- a/sys/dev/random/fenestrasX/fx_main.c +++ b/sys/dev/random/fenestrasX/fx_main.c @@ -92,7 +92,6 @@ * - In particular, VM migration/copy detection */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/domainset.h> #include <sys/fail.h> diff --git a/sys/dev/random/fenestrasX/fx_pool.c b/sys/dev/random/fenestrasX/fx_pool.c index dc9d8314da2d..d2e6f0db71ee 100644 --- a/sys/dev/random/fenestrasX/fx_pool.c +++ b/sys/dev/random/fenestrasX/fx_pool.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/domainset.h> #include <sys/fail.h> diff --git a/sys/dev/random/fenestrasX/fx_rng.c b/sys/dev/random/fenestrasX/fx_rng.c index 9f59b365ebd2..eb6c19b9179c 100644 --- a/sys/dev/random/fenestrasX/fx_rng.c +++ b/sys/dev/random/fenestrasX/fx_rng.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/fail.h> #include <sys/limits.h> diff --git a/sys/dev/random/fortuna.c b/sys/dev/random/fortuna.c index 11b2dcde1db8..53b629ac378c 100644 --- a/sys/dev/random/fortuna.c +++ b/sys/dev/random/fortuna.c @@ -32,7 +32,6 @@ * and Kohno ("FS&K"). */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/limits.h> diff --git a/sys/dev/random/ivy.c b/sys/dev/random/ivy.c index 114f6e3fe277..05474d977276 100644 --- a/sys/dev/random/ivy.c +++ b/sys/dev/random/ivy.c @@ -30,7 +30,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/conf.h> diff --git a/sys/dev/random/nehemiah.c b/sys/dev/random/nehemiah.c index e01fdb952108..f76071290b8f 100644 --- a/sys/dev/random/nehemiah.c +++ b/sys/dev/random/nehemiah.c @@ -26,7 +26,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/conf.h> diff --git a/sys/dev/random/random_harvestq.c b/sys/dev/random/random_harvestq.c index dce0878513db..4605d811a239 100644 --- a/sys/dev/random/random_harvestq.c +++ b/sys/dev/random/random_harvestq.c @@ -29,7 +29,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/ck.h> diff --git a/sys/dev/random/random_infra.c b/sys/dev/random/random_infra.c index 158b7798a36c..4c2668d6d174 100644 --- a/sys/dev/random/random_infra.c +++ b/sys/dev/random/random_infra.c @@ -25,7 +25,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/random/randomdev.c b/sys/dev/random/randomdev.c index 16f0b2c64f1f..6d637ab5a53e 100644 --- a/sys/dev/random/randomdev.c +++ b/sys/dev/random/randomdev.c @@ -26,7 +26,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/rndtest/rndtest.c b/sys/dev/rndtest/rndtest.c index 1b6aa8ea28c4..47dd418aa2de 100644 --- a/sys/dev/rndtest/rndtest.c +++ b/sys/dev/rndtest/rndtest.c @@ -33,7 +33,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/rtsx/rtsx.c b/sys/dev/rtsx/rtsx.c index b02e7fd2d24a..464a155e66c2 100644 --- a/sys/dev/rtsx/rtsx.c +++ b/sys/dev/rtsx/rtsx.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> /* For FreeBSD 11 */ diff --git a/sys/dev/rtwn/if_rtwn_beacon.c b/sys/dev/rtwn/if_rtwn_beacon.c index eee3499fbae1..f26a8ed44b05 100644 --- a/sys/dev/rtwn/if_rtwn_beacon.c +++ b/sys/dev/rtwn/if_rtwn_beacon.c @@ -16,7 +16,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/lock.h> #include <sys/mutex.h> diff --git a/sys/dev/rtwn/pci/rtwn_pci_attach.c b/sys/dev/rtwn/pci/rtwn_pci_attach.c index c359d1c33ac6..3d8f8bdb8382 100644 --- a/sys/dev/rtwn/pci/rtwn_pci_attach.c +++ b/sys/dev/rtwn/pci/rtwn_pci_attach.c @@ -18,7 +18,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/sysctl.h> #include <sys/lock.h> diff --git a/sys/dev/rtwn/pci/rtwn_pci_reg.c b/sys/dev/rtwn/pci/rtwn_pci_reg.c index 5e383735a85a..a0021f18496c 100644 --- a/sys/dev/rtwn/pci/rtwn_pci_reg.c +++ b/sys/dev/rtwn/pci/rtwn_pci_reg.c @@ -18,7 +18,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/lock.h> #include <sys/mutex.h> diff --git a/sys/dev/rtwn/usb/rtwn_usb_attach.c b/sys/dev/rtwn/usb/rtwn_usb_attach.c index a53b49939518..71798ffc14f9 100644 --- a/sys/dev/rtwn/usb/rtwn_usb_attach.c +++ b/sys/dev/rtwn/usb/rtwn_usb_attach.c @@ -18,7 +18,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/sysctl.h> #include <sys/lock.h> diff --git a/sys/dev/rtwn/usb/rtwn_usb_reg.c b/sys/dev/rtwn/usb/rtwn_usb_reg.c index b39f1c77aaa2..5a992379e248 100644 --- a/sys/dev/rtwn/usb/rtwn_usb_reg.c +++ b/sys/dev/rtwn/usb/rtwn_usb_reg.c @@ -18,7 +18,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/lock.h> #include <sys/mutex.h> diff --git a/sys/dev/safexcel/safexcel.c b/sys/dev/safexcel/safexcel.c index fc1f0fbb4337..0e45c213c198 100644 --- a/sys/dev/safexcel/safexcel.c +++ b/sys/dev/safexcel/safexcel.c @@ -28,7 +28,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/counter.h> diff --git a/sys/dev/sbni/if_sbni_isa.c b/sys/dev/sbni/if_sbni_isa.c index 53f8c33e1bb7..6f8c91a0b3bc 100644 --- a/sys/dev/sbni/if_sbni_isa.c +++ b/sys/dev/sbni/if_sbni_isa.c @@ -26,7 +26,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/socket.h> diff --git a/sys/dev/sbni/if_sbni_pci.c b/sys/dev/sbni/if_sbni_pci.c index 387995b1a46f..60c70ec492f9 100644 --- a/sys/dev/sbni/if_sbni_pci.c +++ b/sys/dev/sbni/if_sbni_pci.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/socket.h> diff --git a/sys/dev/scc/scc_bfe_macio.c b/sys/dev/scc/scc_bfe_macio.c index a07d2aa81e6c..e4f10c915d9b 100644 --- a/sys/dev/scc/scc_bfe_macio.c +++ b/sys/dev/scc/scc_bfe_macio.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/scc/scc_bfe_quicc.c b/sys/dev/scc/scc_bfe_quicc.c index 483d0e02e9a8..f6aec65f5945 100644 --- a/sys/dev/scc/scc_bfe_quicc.c +++ b/sys/dev/scc/scc_bfe_quicc.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/scc/scc_core.c b/sys/dev/scc/scc_core.c index f4444628b332..dda2b505a605 100644 --- a/sys/dev/scc/scc_core.c +++ b/sys/dev/scc/scc_core.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/scc/scc_dev_quicc.c b/sys/dev/scc/scc_dev_quicc.c index 6d018b36882d..1e7db58df1d8 100644 --- a/sys/dev/scc/scc_dev_quicc.c +++ b/sys/dev/scc/scc_dev_quicc.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/scc/scc_dev_z8530.c b/sys/dev/scc/scc_dev_z8530.c index bd4479892573..e615b06b292b 100644 --- a/sys/dev/scc/scc_dev_z8530.c +++ b/sys/dev/scc/scc_dev_z8530.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/sdhci/sdhci.c b/sys/dev/sdhci/sdhci.c index 3dc8fb617820..cdaab4d5886f 100644 --- a/sys/dev/sdhci/sdhci.c +++ b/sys/dev/sdhci/sdhci.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/sdhci/sdhci_acpi.c b/sys/dev/sdhci/sdhci_acpi.c index 80c58901b9a0..7ec85a5a4839 100644 --- a/sys/dev/sdhci/sdhci_acpi.c +++ b/sys/dev/sdhci/sdhci_acpi.c @@ -23,7 +23,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/sdhci/sdhci_fdt.c b/sys/dev/sdhci/sdhci_fdt.c index 0ed1b57e7dc8..02077e9766c6 100644 --- a/sys/dev/sdhci/sdhci_fdt.c +++ b/sys/dev/sdhci/sdhci_fdt.c @@ -30,7 +30,6 @@ * Derived mainly from sdhci_pci.c */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/sdhci/sdhci_fdt_gpio.c b/sys/dev/sdhci/sdhci_fdt_gpio.c index 208d6e3fd11f..e71c5e3eaf93 100644 --- a/sys/dev/sdhci/sdhci_fdt_gpio.c +++ b/sys/dev/sdhci/sdhci_fdt_gpio.c @@ -28,7 +28,6 @@ * for card detect and write protect, and uses FDT data to describe those pins. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/gpio.h> diff --git a/sys/dev/sdhci/sdhci_fsl_fdt.c b/sys/dev/sdhci/sdhci_fsl_fdt.c index 3aa7edc17d46..e83ee384cad9 100644 --- a/sys/dev/sdhci/sdhci_fsl_fdt.c +++ b/sys/dev/sdhci/sdhci_fsl_fdt.c @@ -28,7 +28,6 @@ /* eSDHC controller driver for NXP QorIQ Layerscape SoCs. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/endian.h> #include <sys/kernel.h> diff --git a/sys/dev/sdhci/sdhci_xenon.c b/sys/dev/sdhci/sdhci_xenon.c index 03ccc5adc0f5..d8f66e655e50 100644 --- a/sys/dev/sdhci/sdhci_xenon.c +++ b/sys/dev/sdhci/sdhci_xenon.c @@ -29,7 +29,6 @@ * Marvell Xenon SDHCI controller driver. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/sdhci/sdhci_xenon_acpi.c b/sys/dev/sdhci/sdhci_xenon_acpi.c index f185944ff567..c792e3cf2e48 100644 --- a/sys/dev/sdhci/sdhci_xenon_acpi.c +++ b/sys/dev/sdhci/sdhci_xenon_acpi.c @@ -24,8 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ - -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/sdhci/sdhci_xenon_fdt.c b/sys/dev/sdhci/sdhci_xenon_fdt.c index 7ed9a788108b..084a815922d1 100644 --- a/sys/dev/sdhci/sdhci_xenon_fdt.c +++ b/sys/dev/sdhci/sdhci_xenon_fdt.c @@ -24,8 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ - -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/sdio/sdio_subr.c b/sys/dev/sdio/sdio_subr.c index 2e2475420b79..f234eb8bdc84 100644 --- a/sys/dev/sdio/sdio_subr.c +++ b/sys/dev/sdio/sdio_subr.c @@ -54,7 +54,6 @@ * information, know-how or other confidential information to any third party. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/sec/sec.c b/sys/dev/sec/sec.c index b4ce366a0fcf..be490f5674de 100644 --- a/sys/dev/sec/sec.c +++ b/sys/dev/sec/sec.c @@ -30,7 +30,6 @@ * 3.0 are supported. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/sfxge/sfxge_dma.c b/sys/dev/sfxge/sfxge_dma.c index 455b204bd613..3ce3606def48 100644 --- a/sys/dev/sfxge/sfxge_dma.c +++ b/sys/dev/sfxge/sfxge_dma.c @@ -33,7 +33,6 @@ * policies, either expressed or implied, of the FreeBSD Project. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/sfxge/sfxge_ev.c b/sys/dev/sfxge/sfxge_ev.c index 518f9e5fd95b..c1f9b3dcfd6d 100644 --- a/sys/dev/sfxge/sfxge_ev.c +++ b/sys/dev/sfxge/sfxge_ev.c @@ -33,7 +33,6 @@ * policies, either expressed or implied, of the FreeBSD Project. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/malloc.h> diff --git a/sys/dev/sfxge/sfxge_mcdi.c b/sys/dev/sfxge/sfxge_mcdi.c index 72a0a043bb1c..3721b00508dd 100644 --- a/sys/dev/sfxge/sfxge_mcdi.c +++ b/sys/dev/sfxge/sfxge_mcdi.c @@ -33,7 +33,6 @@ * policies, either expressed or implied, of the FreeBSD Project. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/condvar.h> #include <sys/lock.h> diff --git a/sys/dev/sfxge/sfxge_nvram.c b/sys/dev/sfxge/sfxge_nvram.c index d6a0b64ca0ca..7fe3ed08c670 100644 --- a/sys/dev/sfxge/sfxge_nvram.c +++ b/sys/dev/sfxge/sfxge_nvram.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/malloc.h> diff --git a/sys/dev/sfxge/sfxge_port.c b/sys/dev/sfxge/sfxge_port.c index 8cc77f8431ef..ac80beaceaee 100644 --- a/sys/dev/sfxge/sfxge_port.c +++ b/sys/dev/sfxge/sfxge_port.c @@ -33,7 +33,6 @@ * policies, either expressed or implied, of the FreeBSD Project. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/limits.h> #include <net/ethernet.h> diff --git a/sys/dev/siis/siis.c b/sys/dev/siis/siis.c index a0e5c1d4738d..e6e8bfa3515b 100644 --- a/sys/dev/siis/siis.c +++ b/sys/dev/siis/siis.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/smbios/smbios.c b/sys/dev/smbios/smbios.c index 7f89430226c8..883e8f501b59 100644 --- a/sys/dev/smbios/smbios.c +++ b/sys/dev/smbios/smbios.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/smbus/smbconf.c b/sys/dev/smbus/smbconf.c index 31b6023a2eb0..ac5bb7378571 100644 --- a/sys/dev/smbus/smbconf.c +++ b/sys/dev/smbus/smbconf.c @@ -28,7 +28,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/lock.h> diff --git a/sys/dev/smbus/smbus.c b/sys/dev/smbus/smbus.c index 074530081049..eed1aa6efce0 100644 --- a/sys/dev/smbus/smbus.c +++ b/sys/dev/smbus/smbus.c @@ -28,7 +28,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/smc/if_smc_acpi.c b/sys/dev/smc/if_smc_acpi.c index 7c54093fbd8a..3701a742d54c 100644 --- a/sys/dev/smc/if_smc_acpi.c +++ b/sys/dev/smc/if_smc_acpi.c @@ -25,7 +25,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/smc/if_smc_fdt.c b/sys/dev/smc/if_smc_fdt.c index 010555297731..61f3e5efae8d 100644 --- a/sys/dev/smc/if_smc_fdt.c +++ b/sys/dev/smc/if_smc_fdt.c @@ -24,7 +24,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c index 21bf89f10822..82b2f44e068b 100644 --- a/sys/dev/snp/snp.c +++ b/sys/dev/snp/snp.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/fcntl.h> diff --git a/sys/dev/sound/fdt/dummy_codec.c b/sys/dev/sound/fdt/dummy_codec.c index 462927dc22c3..4dc5db0fe02a 100644 --- a/sys/dev/sound/fdt/dummy_codec.c +++ b/sys/dev/sound/fdt/dummy_codec.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/sound/fdt/simple_amplifier.c b/sys/dev/sound/fdt/simple_amplifier.c index 9432813d3b18..45505be4d3e3 100644 --- a/sys/dev/sound/fdt/simple_amplifier.c +++ b/sys/dev/sound/fdt/simple_amplifier.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/sound/midi/midi.c b/sys/dev/sound/midi/midi.c index 8dd4546d58c5..81c20580f7b8 100644 --- a/sys/dev/sound/midi/midi.c +++ b/sys/dev/sound/midi/midi.c @@ -36,7 +36,6 @@ * machine midi_in */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/queue.h> diff --git a/sys/dev/sound/midi/mpu401.c b/sys/dev/sound/midi/mpu401.c index 1152c117f7f6..a344801d1982 100644 --- a/sys/dev/sound/midi/mpu401.c +++ b/sys/dev/sound/midi/mpu401.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/types.h> #include <sys/param.h> diff --git a/sys/dev/sound/midi/sequencer.c b/sys/dev/sound/midi/sequencer.c index a943e02030aa..817540f1545a 100644 --- a/sys/dev/sound/midi/sequencer.c +++ b/sys/dev/sound/midi/sequencer.c @@ -31,7 +31,6 @@ * The sequencer personality manager. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/ioccom.h> diff --git a/sys/dev/speaker/spkr.c b/sys/dev/speaker/spkr.c index b1bbfe95510c..fa01c7366d8d 100644 --- a/sys/dev/speaker/spkr.c +++ b/sys/dev/speaker/spkr.c @@ -6,7 +6,6 @@ * modified for PC98 by Kakefuda */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/spibus/ofw_spibus.c b/sys/dev/spibus/ofw_spibus.c index 9460b0cadfe8..654086d0679b 100644 --- a/sys/dev/spibus/ofw_spibus.c +++ b/sys/dev/spibus/ofw_spibus.c @@ -30,7 +30,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/spibus/spibus.c b/sys/dev/spibus/spibus.c index d72475a3fdba..3db3c58b4ef1 100644 --- a/sys/dev/spibus/spibus.c +++ b/sys/dev/spibus/spibus.c @@ -24,7 +24,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/dev/sram/mmio_sram.c b/sys/dev/sram/mmio_sram.c index 90d8805a5d0f..c1d024459650 100644 --- a/sys/dev/sram/mmio_sram.c +++ b/sys/dev/sram/mmio_sram.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/sume/if_sume.c b/sys/dev/sume/if_sume.c index c478e2343a97..8d6223cb54d1 100644 --- a/sys/dev/sume/if_sume.c +++ b/sys/dev/sume/if_sume.c @@ -30,7 +30,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/endian.h> diff --git a/sys/dev/superio/superio.c b/sys/dev/superio/superio.c index 6333cb06a7c1..35b15ac4d62e 100644 --- a/sys/dev/superio/superio.c +++ b/sys/dev/superio/superio.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/tcp_log/tcp_log_dev.c b/sys/dev/tcp_log/tcp_log_dev.c index ded43b371d6c..b6265c0256d9 100644 --- a/sys/dev/tcp_log/tcp_log_dev.c +++ b/sys/dev/tcp_log/tcp_log_dev.c @@ -26,7 +26,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/fcntl.h> diff --git a/sys/dev/tdfx/tdfx_linux.c b/sys/dev/tdfx/tdfx_linux.c index 56d52753e950..3a2b1b3e3922 100644 --- a/sys/dev/tdfx/tdfx_linux.c +++ b/sys/dev/tdfx/tdfx_linux.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/capsicum.h> #include <sys/file.h> diff --git a/sys/dev/tpm/tpm.c b/sys/dev/tpm/tpm.c index d528695d374b..da2541907952 100644 --- a/sys/dev/tpm/tpm.c +++ b/sys/dev/tpm/tpm.c @@ -18,7 +18,6 @@ /* #define TPM_DEBUG */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/tpm/tpm_acpi.c b/sys/dev/tpm/tpm_acpi.c index b39394b6a63d..1c7bb9a0175b 100644 --- a/sys/dev/tpm/tpm_acpi.c +++ b/sys/dev/tpm/tpm_acpi.c @@ -15,7 +15,7 @@ * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/tpm/tpm_isa.c b/sys/dev/tpm/tpm_isa.c index 673b8bfe7df3..311246c16b49 100644 --- a/sys/dev/tpm/tpm_isa.c +++ b/sys/dev/tpm/tpm_isa.c @@ -16,7 +16,6 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/tsec/if_tsec_fdt.c b/sys/dev/tsec/if_tsec_fdt.c index 893b948d5466..99e4fa3c897b 100644 --- a/sys/dev/tsec/if_tsec_fdt.c +++ b/sys/dev/tsec/if_tsec_fdt.c @@ -31,7 +31,7 @@ /* * FDT 'simple-bus' attachment for Freescale TSEC controller. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/endian.h> diff --git a/sys/dev/uart/uart_bus_acpi.c b/sys/dev/uart/uart_bus_acpi.c index 20de3a0cba59..bd53bfb204ed 100644 --- a/sys/dev/uart/uart_bus_acpi.c +++ b/sys/dev/uart/uart_bus_acpi.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/uart/uart_bus_isa.c b/sys/dev/uart/uart_bus_isa.c index 98e3e1a6c32e..27211a1334c0 100644 --- a/sys/dev/uart/uart_bus_isa.c +++ b/sys/dev/uart/uart_bus_isa.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c index f2da02d68f27..02dfb60fe9ea 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -25,7 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/uart/uart_bus_puc.c b/sys/dev/uart/uart_bus_puc.c index 113b4ccf52a6..5f6c5cdbbdad 100644 --- a/sys/dev/uart/uart_bus_puc.c +++ b/sys/dev/uart/uart_bus_puc.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/uart/uart_bus_scc.c b/sys/dev/uart/uart_bus_scc.c index be19418110ca..731c1532851a 100644 --- a/sys/dev/uart/uart_bus_scc.c +++ b/sys/dev/uart/uart_bus_scc.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/uart/uart_core.c b/sys/dev/uart/uart_core.c index 78e9397fe75d..c2bc818a6fc2 100644 --- a/sys/dev/uart/uart_core.c +++ b/sys/dev/uart/uart_core.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/uart/uart_cpu_acpi.c b/sys/dev/uart/uart_cpu_acpi.c index a0534c7af230..9bac5a0df170 100644 --- a/sys/dev/uart/uart_cpu_acpi.c +++ b/sys/dev/uart/uart_cpu_acpi.c @@ -27,7 +27,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/uart/uart_cpu_arm64.c b/sys/dev/uart/uart_cpu_arm64.c index bfd3783faf08..51b195783636 100644 --- a/sys/dev/uart/uart_cpu_arm64.c +++ b/sys/dev/uart/uart_cpu_arm64.c @@ -29,7 +29,6 @@ #include "opt_acpi.h" #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/uart/uart_cpu_powerpc.c b/sys/dev/uart/uart_cpu_powerpc.c index 30a89c740ced..af9b3ca5c2cc 100644 --- a/sys/dev/uart/uart_cpu_powerpc.c +++ b/sys/dev/uart/uart_cpu_powerpc.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <vm/vm.h> diff --git a/sys/dev/uart/uart_cpu_x86.c b/sys/dev/uart/uart_cpu_x86.c index 1237419c7362..63f68245f589 100644 --- a/sys/dev/uart/uart_cpu_x86.c +++ b/sys/dev/uart/uart_cpu_x86.c @@ -28,7 +28,6 @@ #include "opt_acpi.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/uart/uart_dbg.c b/sys/dev/uart/uart_dbg.c index 1d368eb60e13..c53f2e06199a 100644 --- a/sys/dev/uart/uart_dbg.c +++ b/sys/dev/uart/uart_dbg.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/uart/uart_dev_mu.c b/sys/dev/uart/uart_dev_mu.c index d2a0141ac685..ddaca2edce2c 100644 --- a/sys/dev/uart/uart_dev_mu.c +++ b/sys/dev/uart/uart_dev_mu.c @@ -55,7 +55,6 @@ #include "opt_acpi.h" #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/uart/uart_dev_mvebu.c b/sys/dev/uart/uart_dev_mvebu.c index 6f534cb9c290..921298ffb6c7 100644 --- a/sys/dev/uart/uart_dev_mvebu.c +++ b/sys/dev/uart/uart_dev_mvebu.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/conf.h> diff --git a/sys/dev/uart/uart_dev_ns8250.c b/sys/dev/uart/uart_dev_ns8250.c index 96062fe759d3..4f2f8f7753b9 100644 --- a/sys/dev/uart/uart_dev_ns8250.c +++ b/sys/dev/uart/uart_dev_ns8250.c @@ -30,7 +30,6 @@ #include "opt_platform.h" #include "opt_uart.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/uart/uart_dev_pl011.c b/sys/dev/uart/uart_dev_pl011.c index 86b725dc14b9..4fd53ab67bf3 100644 --- a/sys/dev/uart/uart_dev_pl011.c +++ b/sys/dev/uart/uart_dev_pl011.c @@ -29,7 +29,6 @@ #include "opt_acpi.h" #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/uart/uart_dev_quicc.c b/sys/dev/uart/uart_dev_quicc.c index bc9134d5c676..444efb8c933d 100644 --- a/sys/dev/uart/uart_dev_quicc.c +++ b/sys/dev/uart/uart_dev_quicc.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/uart/uart_dev_snps.c b/sys/dev/uart/uart_dev_snps.c index 5bad59bfc875..6dd071f95fe1 100644 --- a/sys/dev/uart/uart_dev_snps.c +++ b/sys/dev/uart/uart_dev_snps.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/uart/uart_dev_ti8250.c b/sys/dev/uart/uart_dev_ti8250.c index 5a5fc97fd04e..636f94872ce6 100644 --- a/sys/dev/uart/uart_dev_ti8250.c +++ b/sys/dev/uart/uart_dev_ti8250.c @@ -28,7 +28,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/uart/uart_dev_z8530.c b/sys/dev/uart/uart_dev_z8530.c index 53d70b5f42a5..8e1adac0aec2 100644 --- a/sys/dev/uart/uart_dev_z8530.c +++ b/sys/dev/uart/uart_dev_z8530.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/uart/uart_subr.c b/sys/dev/uart/uart_subr.c index c5b3b9e2d80b..d10084cfa6d8 100644 --- a/sys/dev/uart/uart_subr.c +++ b/sys/dev/uart/uart_subr.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/uart/uart_tty.c b/sys/dev/uart/uart_tty.c index 0c69fa25f6cf..672203cc5935 100644 --- a/sys/dev/uart/uart_tty.c +++ b/sys/dev/uart/uart_tty.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/usb/controller/dwc_otg_fdt.c b/sys/dev/usb/controller/dwc_otg_fdt.c index 1ef36ab830ed..ea46494df8d9 100644 --- a/sys/dev/usb/controller/dwc_otg_fdt.c +++ b/sys/dev/usb/controller/dwc_otg_fdt.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/usb/controller/dwc_otg_hisi.c b/sys/dev/usb/controller/dwc_otg_hisi.c index 09b9c8183dee..994ab3b6e80e 100644 --- a/sys/dev/usb/controller/dwc_otg_hisi.c +++ b/sys/dev/usb/controller/dwc_otg_hisi.c @@ -25,7 +25,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/bus.h> diff --git a/sys/dev/usb/controller/generic_ohci.c b/sys/dev/usb/controller/generic_ohci.c index d451065246de..5098a12446b0 100644 --- a/sys/dev/usb/controller/generic_ohci.c +++ b/sys/dev/usb/controller/generic_ohci.c @@ -28,7 +28,6 @@ * Generic OHCI driver based on AT91 OHCI */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/usb/controller/musb_otg_allwinner.c b/sys/dev/usb/controller/musb_otg_allwinner.c index 3f4deb31b7bc..2949f730cd7d 100644 --- a/sys/dev/usb/controller/musb_otg_allwinner.c +++ b/sys/dev/usb/controller/musb_otg_allwinner.c @@ -33,7 +33,6 @@ * Allwinner USB Dual-Role Device (DRD) controller */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/usb/controller/usb_nop_xceiv.c b/sys/dev/usb/controller/usb_nop_xceiv.c index 9891fec5160b..3d2583d561cf 100644 --- a/sys/dev/usb/controller/usb_nop_xceiv.c +++ b/sys/dev/usb/controller/usb_nop_xceiv.c @@ -26,7 +26,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/usb/misc/cp2112.c b/sys/dev/usb/misc/cp2112.c index 21beeb94d9e4..9fccfc5a3fef 100644 --- a/sys/dev/usb/misc/cp2112.c +++ b/sys/dev/usb/misc/cp2112.c @@ -36,7 +36,6 @@ * https://www.silabs.com/documents/public/errata/cp2112-errata.pdf */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/condvar.h> diff --git a/sys/dev/usb/net/if_ure.c b/sys/dev/usb/net/if_ure.c index d954276662ca..e9112f403ef5 100644 --- a/sys/dev/usb/net/if_ure.c +++ b/sys/dev/usb/net/if_ure.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/usb/net/if_usie.c b/sys/dev/usb/net/if_usie.c index aaab89a23e9e..6f5c207ce42c 100644 --- a/sys/dev/usb/net/if_usie.c +++ b/sys/dev/usb/net/if_usie.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/eventhandler.h> #include <sys/systm.h> diff --git a/sys/dev/usb/net/uhso.c b/sys/dev/usb/net/uhso.c index 14826734f6aa..300f982abeae 100644 --- a/sys/dev/usb/net/uhso.c +++ b/sys/dev/usb/net/uhso.c @@ -25,7 +25,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/eventhandler.h> #include <sys/sockio.h> diff --git a/sys/dev/usb/net/usb_ethernet.c b/sys/dev/usb/net/usb_ethernet.c index 2b90c9249855..6025412ebc9c 100644 --- a/sys/dev/usb/net/usb_ethernet.c +++ b/sys/dev/usb/net/usb_ethernet.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/usb/storage/cfumass.c b/sys/dev/usb/storage/cfumass.c index c2e9f132de24..24b0ca4269b7 100644 --- a/sys/dev/usb/storage/cfumass.c +++ b/sys/dev/usb/storage/cfumass.c @@ -37,7 +37,6 @@ * Target Layer (ctl(4)) subsystem. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/usb/usb_fdt_support.c b/sys/dev/usb/usb_fdt_support.c index 4da70a307f3d..5e84e8bbb388 100644 --- a/sys/dev/usb/usb_fdt_support.c +++ b/sys/dev/usb/usb_fdt_support.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/condvar.h> diff --git a/sys/dev/veriexec/verified_exec.c b/sys/dev/veriexec/verified_exec.c index c0bb8640cbb2..f71f180426fd 100644 --- a/sys/dev/veriexec/verified_exec.c +++ b/sys/dev/veriexec/verified_exec.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/buf.h> diff --git a/sys/dev/viawd/viawd.c b/sys/dev/viawd/viawd.c index f69d46f31a10..d088284762cb 100644 --- a/sys/dev/viawd/viawd.c +++ b/sys/dev/viawd/viawd.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/eventhandler.h> #include <sys/kernel.h> diff --git a/sys/dev/videomode/edid.c b/sys/dev/videomode/edid.c index 42a2fceaaee3..56b6581cf731 100644 --- a/sys/dev/videomode/edid.c +++ b/sys/dev/videomode/edid.c @@ -31,7 +31,6 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/videomode/pickmode.c b/sys/dev/videomode/pickmode.c index 29ac0aa13512..33154ade5f2e 100644 --- a/sys/dev/videomode/pickmode.c +++ b/sys/dev/videomode/pickmode.c @@ -28,7 +28,6 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/libkern.h> #include <dev/videomode/videomode.h> diff --git a/sys/dev/videomode/videomode.c b/sys/dev/videomode/videomode.c index 572f291b5a38..85e5a27e6509 100644 --- a/sys/dev/videomode/videomode.c +++ b/sys/dev/videomode/videomode.c @@ -6,7 +6,6 @@ * NetBSD: modelines,v 1.9 2011/03/30 18:45:04 jdc Exp */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/param.h> #include <sys/module.h> diff --git a/sys/dev/virtio/balloon/virtio_balloon.c b/sys/dev/virtio/balloon/virtio_balloon.c index e1c373291d0b..fe1bf499d0ea 100644 --- a/sys/dev/virtio/balloon/virtio_balloon.c +++ b/sys/dev/virtio/balloon/virtio_balloon.c @@ -28,7 +28,6 @@ /* Driver for VirtIO memory balloon devices. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/virtio/block/virtio_blk.c b/sys/dev/virtio/block/virtio_blk.c index 43952a93dc75..d7fa903936a1 100644 --- a/sys/dev/virtio/block/virtio_blk.c +++ b/sys/dev/virtio/block/virtio_blk.c @@ -28,7 +28,6 @@ /* Driver for VirtIO block devices. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/virtio/console/virtio_console.c b/sys/dev/virtio/console/virtio_console.c index b69a473cf8a4..4a3fb1e97e57 100644 --- a/sys/dev/virtio/console/virtio_console.c +++ b/sys/dev/virtio/console/virtio_console.c @@ -26,7 +26,6 @@ /* Driver for VirtIO console devices. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/ctype.h> #include <sys/systm.h> diff --git a/sys/dev/virtio/mmio/virtio_mmio.c b/sys/dev/virtio/mmio/virtio_mmio.c index c706f91ecd15..b1a4230f7b46 100644 --- a/sys/dev/virtio/mmio/virtio_mmio.c +++ b/sys/dev/virtio/mmio/virtio_mmio.c @@ -37,7 +37,6 @@ * This driver is heavily based on VirtIO PCI interface driver. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/virtio/mmio/virtio_mmio_acpi.c b/sys/dev/virtio/mmio/virtio_mmio_acpi.c index 56d88c61cf42..7cb7d47649d9 100644 --- a/sys/dev/virtio/mmio/virtio_mmio_acpi.c +++ b/sys/dev/virtio/mmio/virtio_mmio_acpi.c @@ -39,7 +39,6 @@ #include "opt_acpi.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/virtio/mmio/virtio_mmio_fdt.c b/sys/dev/virtio/mmio/virtio_mmio_fdt.c index a79dea2e3c14..7fba8aad8db8 100644 --- a/sys/dev/virtio/mmio/virtio_mmio_fdt.c +++ b/sys/dev/virtio/mmio/virtio_mmio_fdt.c @@ -49,7 +49,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/virtio/network/if_vtnet.c b/sys/dev/virtio/network/if_vtnet.c index 6445a9ebb998..287af7751066 100644 --- a/sys/dev/virtio/network/if_vtnet.c +++ b/sys/dev/virtio/network/if_vtnet.c @@ -28,7 +28,6 @@ /* Driver for VirtIO network devices. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/eventhandler.h> #include <sys/systm.h> diff --git a/sys/dev/virtio/pci/virtio_pci.c b/sys/dev/virtio/pci/virtio_pci.c index b9aa36ef6d0f..4d93e94e59f2 100644 --- a/sys/dev/virtio/pci/virtio_pci.c +++ b/sys/dev/virtio/pci/virtio_pci.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/virtio/pci/virtio_pci_legacy.c b/sys/dev/virtio/pci/virtio_pci_legacy.c index 9853546e1af2..238434c350fb 100644 --- a/sys/dev/virtio/pci/virtio_pci_legacy.c +++ b/sys/dev/virtio/pci/virtio_pci_legacy.c @@ -28,7 +28,6 @@ /* Driver for the legacy VirtIO PCI interface. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/virtio/pci/virtio_pci_modern.c b/sys/dev/virtio/pci/virtio_pci_modern.c index 6e3b08e244c0..8f9b1f21aeab 100644 --- a/sys/dev/virtio/pci/virtio_pci_modern.c +++ b/sys/dev/virtio/pci/virtio_pci_modern.c @@ -28,7 +28,6 @@ /* Driver for the modern VirtIO PCI interface. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/virtio/random/virtio_random.c b/sys/dev/virtio/random/virtio_random.c index 0b6ee1dcbf6b..f938ba99ae53 100644 --- a/sys/dev/virtio/random/virtio_random.c +++ b/sys/dev/virtio/random/virtio_random.c @@ -28,7 +28,6 @@ /* Driver for VirtIO entropy device. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/types.h> #include <sys/eventhandler.h> diff --git a/sys/dev/virtio/scsi/virtio_scsi.c b/sys/dev/virtio/scsi/virtio_scsi.c index 60ef32ef39f4..68da81a97855 100644 --- a/sys/dev/virtio/scsi/virtio_scsi.c +++ b/sys/dev/virtio/scsi/virtio_scsi.c @@ -28,7 +28,6 @@ /* Driver for VirtIO SCSI devices. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/virtio/virtio.c b/sys/dev/virtio/virtio.c index 8cfb045183b8..75e0e150d67f 100644 --- a/sys/dev/virtio/virtio.c +++ b/sys/dev/virtio/virtio.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/virtio/virtqueue.c b/sys/dev/virtio/virtqueue.c index 53e7de587195..c92f635832f2 100644 --- a/sys/dev/virtio/virtqueue.c +++ b/sys/dev/virtio/virtqueue.c @@ -31,7 +31,6 @@ * in the original VirtIO paper. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/vmd/vmd.c b/sys/dev/vmd/vmd.c index 5ed5551d52d7..42b48da05321 100644 --- a/sys/dev/vmd/vmd.c +++ b/sys/dev/vmd/vmd.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/vmgenc/vmgenc_acpi.c b/sys/dev/vmgenc/vmgenc_acpi.c index 5b7b07ac6d4c..2ad8929dfd34 100644 --- a/sys/dev/vmgenc/vmgenc_acpi.c +++ b/sys/dev/vmgenc/vmgenc_acpi.c @@ -41,7 +41,6 @@ * - Xen: https://github.com/xenserver/xen-4.5/blob/master/tools/firmware/hvmloader/acpi/dsdt.asl#L456 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/eventhandler.h> diff --git a/sys/dev/vmware/pvscsi/pvscsi.c b/sys/dev/vmware/pvscsi/pvscsi.c index 74c515c9fca0..111330e4f17f 100644 --- a/sys/dev/vmware/pvscsi/pvscsi.c +++ b/sys/dev/vmware/pvscsi/pvscsi.c @@ -4,7 +4,6 @@ * SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0) */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/errno.h> diff --git a/sys/dev/vmware/vmci/vmci.c b/sys/dev/vmware/vmci/vmci.c index ce0db9c8aedb..0dada90457d6 100644 --- a/sys/dev/vmware/vmci/vmci.c +++ b/sys/dev/vmware/vmci/vmci.c @@ -6,7 +6,6 @@ /* Driver for VMware Virtual Machine Communication Interface (VMCI) device. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/vmware/vmci/vmci_datagram.c b/sys/dev/vmware/vmci/vmci_datagram.c index df64925ee6f1..40c4991a05fa 100644 --- a/sys/dev/vmware/vmci/vmci_datagram.c +++ b/sys/dev/vmware/vmci/vmci_datagram.c @@ -6,7 +6,6 @@ /* This file implements the VMCI Simple Datagram API on the host. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> diff --git a/sys/dev/vmware/vmci/vmci_doorbell.c b/sys/dev/vmware/vmci/vmci_doorbell.c index cade5d81599c..22356a9a9fd5 100644 --- a/sys/dev/vmware/vmci/vmci_doorbell.c +++ b/sys/dev/vmware/vmci/vmci_doorbell.c @@ -6,7 +6,6 @@ /* This file implements the VMCI doorbell API. */ -#include <sys/cdefs.h> #include <sys/types.h> #include "vmci_doorbell.h" diff --git a/sys/dev/vnic/mrml_bridge.c b/sys/dev/vnic/mrml_bridge.c index 53c8aa222f81..d89d49d5031f 100644 --- a/sys/dev/vnic/mrml_bridge.c +++ b/sys/dev/vnic/mrml_bridge.c @@ -27,7 +27,6 @@ */ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/vnic/nic_main.c b/sys/dev/vnic/nic_main.c index ebcb052cc5dd..270287b160ad 100644 --- a/sys/dev/vnic/nic_main.c +++ b/sys/dev/vnic/nic_main.c @@ -37,7 +37,6 @@ * - PR223575 non-promiscuous mode (driver currently forces promisc) */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bitset.h> diff --git a/sys/dev/vnic/thunder_bgx.c b/sys/dev/vnic/thunder_bgx.c index dbb1e2dbe55c..31fbe0aa0889 100644 --- a/sys/dev/vnic/thunder_bgx.c +++ b/sys/dev/vnic/thunder_bgx.c @@ -26,7 +26,6 @@ */ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bitset.h> diff --git a/sys/dev/vnic/thunder_bgx_fdt.c b/sys/dev/vnic/thunder_bgx_fdt.c index 483ae1fc3d06..20a5b54f7448 100644 --- a/sys/dev/vnic/thunder_bgx_fdt.c +++ b/sys/dev/vnic/thunder_bgx_fdt.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bitset.h> diff --git a/sys/dev/vnic/thunder_mdio.c b/sys/dev/vnic/thunder_mdio.c index 9fc97672b5a2..7017d208bc80 100644 --- a/sys/dev/vnic/thunder_mdio.c +++ b/sys/dev/vnic/thunder_mdio.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/vnic/thunder_mdio_fdt.c b/sys/dev/vnic/thunder_mdio_fdt.c index 7b254af3ffb6..eb0cc3c75c64 100644 --- a/sys/dev/vnic/thunder_mdio_fdt.c +++ b/sys/dev/vnic/thunder_mdio_fdt.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/vt/colors/vt_termcolors.c b/sys/dev/vt/colors/vt_termcolors.c index a7ff58b5d9c2..fb26b43a9c51 100644 --- a/sys/dev/vt/colors/vt_termcolors.c +++ b/sys/dev/vt/colors/vt_termcolors.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/libkern.h> diff --git a/sys/dev/vt/hw/efifb/efifb.c b/sys/dev/vt/hw/efifb/efifb.c index 12909d836a24..805b36d499ae 100644 --- a/sys/dev/vt/hw/efifb/efifb.c +++ b/sys/dev/vt/hw/efifb/efifb.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/vt/hw/fb/vt_early_fb.c b/sys/dev/vt/hw/fb/vt_early_fb.c index 265a148ae556..52241038ce35 100644 --- a/sys/dev/vt/hw/fb/vt_early_fb.c +++ b/sys/dev/vt/hw/fb/vt_early_fb.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/vt/hw/fb/vt_fb.c b/sys/dev/vt/hw/fb/vt_fb.c index 5f4173ab144f..c1eeb5e69e08 100644 --- a/sys/dev/vt/hw/fb/vt_fb.c +++ b/sys/dev/vt/hw/fb/vt_fb.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/dev/vt/hw/ofwfb/ofwfb.c b/sys/dev/vt/hw/ofwfb/ofwfb.c index 0dc0c39f92cb..6469240ed303 100644 --- a/sys/dev/vt/hw/ofwfb/ofwfb.c +++ b/sys/dev/vt/hw/ofwfb/ofwfb.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/dev/vt/hw/simplefb/simplefb.c b/sys/dev/vt/hw/simplefb/simplefb.c index c5f17e1b3d16..c7381b102d3e 100644 --- a/sys/dev/vt/hw/simplefb/simplefb.c +++ b/sys/dev/vt/hw/simplefb/simplefb.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/vt/hw/vbefb/vbefb.c b/sys/dev/vt/hw/vbefb/vbefb.c index f7dce1be0832..bb4d88dd2ecf 100644 --- a/sys/dev/vt/hw/vbefb/vbefb.c +++ b/sys/dev/vt/hw/vbefb/vbefb.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/vt/hw/vga/vt_vga.c b/sys/dev/vt/hw/vga/vt_vga.c index fdfbaebc0e79..e2ae20894fc5 100644 --- a/sys/dev/vt/hw/vga/vt_vga.c +++ b/sys/dev/vt/hw/vga/vt_vga.c @@ -32,7 +32,6 @@ #include "opt_acpi.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/dev/vt/vt_buf.c b/sys/dev/vt/vt_buf.c index ea27ea8a5ebf..e1e4ebc23491 100644 --- a/sys/dev/vt/vt_buf.c +++ b/sys/dev/vt/vt_buf.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/vt/vt_consolectl.c b/sys/dev/vt/vt_consolectl.c index c4a32130750b..f25187dceb82 100644 --- a/sys/dev/vt/vt_consolectl.c +++ b/sys/dev/vt/vt_consolectl.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/consio.h> #include <sys/kernel.h> diff --git a/sys/dev/vt/vt_core.c b/sys/dev/vt/vt_core.c index 4a1031f1aa69..d6268db3537b 100644 --- a/sys/dev/vt/vt_core.c +++ b/sys/dev/vt/vt_core.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/consio.h> #include <sys/devctl.h> diff --git a/sys/dev/vt/vt_cpulogos.c b/sys/dev/vt/vt_cpulogos.c index 979b55bc8851..b50493503260 100644 --- a/sys/dev/vt/vt_cpulogos.c +++ b/sys/dev/vt/vt_cpulogos.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/callout.h> #include <sys/cons.h> diff --git a/sys/dev/vt/vt_font.c b/sys/dev/vt/vt_font.c index bacf2b1234f1..16a1079e8b67 100644 --- a/sys/dev/vt/vt_font.c +++ b/sys/dev/vt/vt_font.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/malloc.h> diff --git a/sys/dev/vte/if_vte.c b/sys/dev/vte/if_vte.c index ca2fda43bc70..d4e1553c432d 100644 --- a/sys/dev/vte/if_vte.c +++ b/sys/dev/vte/if_vte.c @@ -29,7 +29,6 @@ /* Driver for DM&P Electronics, Inc, Vortex86 RDC R6040 FastEthernet. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/watchdog/watchdog.c b/sys/dev/watchdog/watchdog.c index 1f5453644507..e6b6dc1eac70 100644 --- a/sys/dev/watchdog/watchdog.c +++ b/sys/dev/watchdog/watchdog.c @@ -32,7 +32,6 @@ #include "opt_ddb.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/conf.h> diff --git a/sys/dev/wbwd/wbwd.c b/sys/dev/wbwd/wbwd.c index 4fe77c1874be..56b3f8adcd90 100644 --- a/sys/dev/wbwd/wbwd.c +++ b/sys/dev/wbwd/wbwd.c @@ -39,7 +39,6 @@ * time. For that at least possibly interfering sysctls are hidden by default. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/dev/xdma/xdma_fdt_test.c b/sys/dev/xdma/xdma_fdt_test.c index c61b027b451d..a3b401275e15 100644 --- a/sys/dev/xdma/xdma_fdt_test.c +++ b/sys/dev/xdma/xdma_fdt_test.c @@ -30,7 +30,6 @@ /* xDMA memcpy test driver. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/dev/xen/balloon/balloon.c b/sys/dev/xen/balloon/balloon.c index bd19eba981ea..6db910e60dd3 100644 --- a/sys/dev/xen/balloon/balloon.c +++ b/sys/dev/xen/balloon/balloon.c @@ -29,7 +29,6 @@ * IN THE SOFTWARE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/lock.h> #include <sys/kernel.h> diff --git a/sys/dev/xen/blkfront/blkfront.c b/sys/dev/xen/blkfront/blkfront.c index c7ce7eaa5d8e..f1014d4e2a24 100644 --- a/sys/dev/xen/blkfront/blkfront.c +++ b/sys/dev/xen/blkfront/blkfront.c @@ -28,7 +28,6 @@ * DEALINGS IN THE SOFTWARE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/dev/xen/bus/xenpv.c b/sys/dev/xen/bus/xenpv.c index c0ac39e9b5df..169e52f3a879 100644 --- a/sys/dev/xen/bus/xenpv.c +++ b/sys/dev/xen/bus/xenpv.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/xen/console/xen_console.c b/sys/dev/xen/console/xen_console.c index d6bbfe6bd96b..d232dd4e0c1c 100644 --- a/sys/dev/xen/console/xen_console.c +++ b/sys/dev/xen/console/xen_console.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/dev/xen/efi/pvefi.c b/sys/dev/xen/efi/pvefi.c index f0cf751ee536..f400060c1aac 100644 --- a/sys/dev/xen/efi/pvefi.c +++ b/sys/dev/xen/efi/pvefi.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/efi.h> #include <sys/eventhandler.h> diff --git a/sys/dev/xen/evtchn/evtchn_dev.c b/sys/dev/xen/evtchn/evtchn_dev.c index 00992779ba6d..5a54a406882d 100644 --- a/sys/dev/xen/evtchn/evtchn_dev.c +++ b/sys/dev/xen/evtchn/evtchn_dev.c @@ -35,7 +35,6 @@ * IN THE SOFTWARE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/uio.h> diff --git a/sys/dev/xen/gntdev/gntdev.c b/sys/dev/xen/gntdev/gntdev.c index 549917530f18..a9b69ba1605e 100644 --- a/sys/dev/xen/gntdev/gntdev.c +++ b/sys/dev/xen/gntdev/gntdev.c @@ -29,7 +29,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/uio.h> diff --git a/sys/dev/xen/grant_table/grant_table.c b/sys/dev/xen/grant_table/grant_table.c index 1cf9fe5e339a..c9d7d1e66af0 100644 --- a/sys/dev/xen/grant_table/grant_table.c +++ b/sys/dev/xen/grant_table/grant_table.c @@ -10,7 +10,6 @@ * Copyright (c) 2004, K A Fraser */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/xen/privcmd/privcmd.c b/sys/dev/xen/privcmd/privcmd.c index c5cd3dea1393..02e268b23d42 100644 --- a/sys/dev/xen/privcmd/privcmd.c +++ b/sys/dev/xen/privcmd/privcmd.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/uio.h> diff --git a/sys/dev/xen/timer/xen_timer.c b/sys/dev/xen/timer/xen_timer.c index ae0d725be164..93cab090c596 100644 --- a/sys/dev/xen/timer/xen_timer.c +++ b/sys/dev/xen/timer/xen_timer.c @@ -33,7 +33,6 @@ * \brief A timer driver for the Xen hypervisor's PV clock. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/xen/xenpci/xenpci.c b/sys/dev/xen/xenpci/xenpci.c index 26242041d861..ecf50e6a5d3d 100644 --- a/sys/dev/xen/xenpci/xenpci.c +++ b/sys/dev/xen/xenpci/xenpci.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/xen/xenstore/xenstore.c b/sys/dev/xen/xenstore/xenstore.c index 711524567e60..811aa1859d41 100644 --- a/sys/dev/xen/xenstore/xenstore.c +++ b/sys/dev/xen/xenstore/xenstore.c @@ -28,7 +28,6 @@ * IN THE SOFTWARE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/xen/xenstore/xenstore_dev.c b/sys/dev/xen/xenstore/xenstore_dev.c index bc13a1551e57..65ca9d67ce4f 100644 --- a/sys/dev/xen/xenstore/xenstore_dev.c +++ b/sys/dev/xen/xenstore/xenstore_dev.c @@ -29,7 +29,6 @@ * IN THE SOFTWARE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/cdefs.h> #include <sys/errno.h> diff --git a/sys/dev/xen/xenstore/xenstored_dev.c b/sys/dev/xen/xenstore/xenstored_dev.c index deb59e8ce3b3..13cc7c3b36d8 100644 --- a/sys/dev/xen/xenstore/xenstored_dev.c +++ b/sys/dev/xen/xenstore/xenstored_dev.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/cdefs.h> #include <sys/errno.h> diff --git a/sys/dev/xilinx/axi_quad_spi.c b/sys/dev/xilinx/axi_quad_spi.c index 1680ef71179c..54f4c6aa8810 100644 --- a/sys/dev/xilinx/axi_quad_spi.c +++ b/sys/dev/xilinx/axi_quad_spi.c @@ -36,7 +36,6 @@ * Xilinx AXI_QUAD_SPI */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/xilinx/if_xae.c b/sys/dev/xilinx/if_xae.c index b2447a3d0314..722be6a21cbd 100644 --- a/sys/dev/xilinx/if_xae.c +++ b/sys/dev/xilinx/if_xae.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/xilinx/xlnx_pcib.c b/sys/dev/xilinx/xlnx_pcib.c index c5ebaf05f916..d549ec445ea9 100644 --- a/sys/dev/xilinx/xlnx_pcib.c +++ b/sys/dev/xilinx/xlnx_pcib.c @@ -32,7 +32,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/fs/autofs/autofs.c b/sys/fs/autofs/autofs.c index 6dbe81ef4467..7cf12d3fb9d8 100644 --- a/sys/fs/autofs/autofs.c +++ b/sys/fs/autofs/autofs.c @@ -59,7 +59,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/buf.h> diff --git a/sys/fs/autofs/autofs_vnops.c b/sys/fs/autofs/autofs_vnops.c index 2db1ba9b1bf0..e8e47f20166a 100644 --- a/sys/fs/autofs/autofs_vnops.c +++ b/sys/fs/autofs/autofs_vnops.c @@ -29,7 +29,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/fs/cd9660/cd9660_bmap.c b/sys/fs/cd9660/cd9660_bmap.c index e9daa09f6718..e189b7487e0a 100644 --- a/sys/fs/cd9660/cd9660_bmap.c +++ b/sys/fs/cd9660/cd9660_bmap.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/vnode.h> diff --git a/sys/fs/cd9660/cd9660_iconv.c b/sys/fs/cd9660/cd9660_iconv.c index 6110e850efc5..c2c0a4631e55 100644 --- a/sys/fs/cd9660/cd9660_iconv.c +++ b/sys/fs/cd9660/cd9660_iconv.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/module.h> diff --git a/sys/fs/cd9660/cd9660_lookup.c b/sys/fs/cd9660/cd9660_lookup.c index 89780487d217..569ee631416c 100644 --- a/sys/fs/cd9660/cd9660_lookup.c +++ b/sys/fs/cd9660/cd9660_lookup.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/namei.h> diff --git a/sys/fs/cd9660/cd9660_node.c b/sys/fs/cd9660/cd9660_node.c index bfd7c8b4d544..67270b40f2b0 100644 --- a/sys/fs/cd9660/cd9660_node.c +++ b/sys/fs/cd9660/cd9660_node.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/mount.h> diff --git a/sys/fs/cd9660/cd9660_rrip.c b/sys/fs/cd9660/cd9660_rrip.c index 38bd69b93473..26825062d25a 100644 --- a/sys/fs/cd9660/cd9660_rrip.c +++ b/sys/fs/cd9660/cd9660_rrip.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bio.h> diff --git a/sys/fs/cd9660/cd9660_util.c b/sys/fs/cd9660/cd9660_util.c index 86033b8f5136..070c6c95b428 100644 --- a/sys/fs/cd9660/cd9660_util.c +++ b/sys/fs/cd9660/cd9660_util.c @@ -35,7 +35,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/mount.h> diff --git a/sys/fs/cd9660/cd9660_vfsops.c b/sys/fs/cd9660/cd9660_vfsops.c index 24525e8cb196..ee0b68714c2a 100644 --- a/sys/fs/cd9660/cd9660_vfsops.c +++ b/sys/fs/cd9660/cd9660_vfsops.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/namei.h> diff --git a/sys/fs/cd9660/cd9660_vnops.c b/sys/fs/cd9660/cd9660_vnops.c index 481d8d8e422c..1b11da80431b 100644 --- a/sys/fs/cd9660/cd9660_vnops.c +++ b/sys/fs/cd9660/cd9660_vnops.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/namei.h> diff --git a/sys/fs/fuse/fuse_device.c b/sys/fs/fuse/fuse_device.c index 88ebe702ec0a..892793993ecc 100644 --- a/sys/fs/fuse/fuse_device.c +++ b/sys/fs/fuse/fuse_device.c @@ -60,7 +60,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/param.h> #include <sys/module.h> diff --git a/sys/fs/fuse/fuse_file.c b/sys/fs/fuse/fuse_file.c index ecaa641a9261..88de12d59425 100644 --- a/sys/fs/fuse/fuse_file.c +++ b/sys/fs/fuse/fuse_file.c @@ -60,7 +60,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/counter.h> diff --git a/sys/fs/fuse/fuse_internal.c b/sys/fs/fuse/fuse_internal.c index 49b0659a4826..55ac7f1b1bed 100644 --- a/sys/fs/fuse/fuse_internal.c +++ b/sys/fs/fuse/fuse_internal.c @@ -60,7 +60,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/counter.h> diff --git a/sys/fs/fuse/fuse_io.c b/sys/fs/fuse/fuse_io.c index 8bb90d68a462..63e28f5f46b7 100644 --- a/sys/fs/fuse/fuse_io.c +++ b/sys/fs/fuse/fuse_io.c @@ -60,7 +60,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/param.h> #include <sys/module.h> diff --git a/sys/fs/fuse/fuse_ipc.c b/sys/fs/fuse/fuse_ipc.c index 21787b6b543a..d86404da00fe 100644 --- a/sys/fs/fuse/fuse_ipc.c +++ b/sys/fs/fuse/fuse_ipc.c @@ -60,7 +60,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/fs/fuse/fuse_main.c b/sys/fs/fuse/fuse_main.c index a6b8d347a2b7..de07f868c7a8 100644 --- a/sys/fs/fuse/fuse_main.c +++ b/sys/fs/fuse/fuse_main.c @@ -60,7 +60,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/param.h> #include <sys/module.h> diff --git a/sys/fs/fuse/fuse_node.c b/sys/fs/fuse/fuse_node.c index 6a7f2e88831c..ecff94cf6dd9 100644 --- a/sys/fs/fuse/fuse_node.c +++ b/sys/fs/fuse/fuse_node.c @@ -60,7 +60,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> #include <sys/counter.h> diff --git a/sys/fs/fuse/fuse_vfsops.c b/sys/fs/fuse/fuse_vfsops.c index 4a4f9dac3fae..e088f92bf5bf 100644 --- a/sys/fs/fuse/fuse_vfsops.c +++ b/sys/fs/fuse/fuse_vfsops.c @@ -60,7 +60,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/buf.h> #include <sys/module.h> diff --git a/sys/fs/fuse/fuse_vnops.c b/sys/fs/fuse/fuse_vnops.c index b9e4e48e6dbd..42ed3e36b946 100644 --- a/sys/fs/fuse/fuse_vnops.c +++ b/sys/fs/fuse/fuse_vnops.c @@ -60,7 +60,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/fs/msdosfs/msdosfs_iconv.c b/sys/fs/msdosfs/msdosfs_iconv.c index 1ce57a0382e5..1014e4263c34 100644 --- a/sys/fs/msdosfs/msdosfs_iconv.c +++ b/sys/fs/msdosfs/msdosfs_iconv.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/iconv.h> #include <sys/kernel.h> diff --git a/sys/fs/nfsclient/nfs_clbio.c b/sys/fs/nfsclient/nfs_clbio.c index a989727c17f8..b97342547968 100644 --- a/sys/fs/nfsclient/nfs_clbio.c +++ b/sys/fs/nfsclient/nfs_clbio.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bio.h> diff --git a/sys/fs/nfsclient/nfs_clkdtrace.c b/sys/fs/nfsclient/nfs_clkdtrace.c index 8ac759a02401..2b6b6c8f14de 100644 --- a/sys/fs/nfsclient/nfs_clkdtrace.c +++ b/sys/fs/nfsclient/nfs_clkdtrace.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/fs/nfsclient/nfs_clnfsiod.c b/sys/fs/nfsclient/nfs_clnfsiod.c index f4f97a8646f0..be3a89a1f159 100644 --- a/sys/fs/nfsclient/nfs_clnfsiod.c +++ b/sys/fs/nfsclient/nfs_clnfsiod.c @@ -34,7 +34,6 @@ * from nfs_syscalls.c 8.5 (Berkeley) 3/30/95 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/sysproto.h> diff --git a/sys/fs/nfsclient/nfs_clnode.c b/sys/fs/nfsclient/nfs_clnode.c index c6b6eb4fec88..ae69dafede07 100644 --- a/sys/fs/nfsclient/nfs_clnode.c +++ b/sys/fs/nfsclient/nfs_clnode.c @@ -34,7 +34,6 @@ * from nfs_node.c 8.6 (Berkeley) 5/22/95 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/fcntl.h> diff --git a/sys/fs/nfsserver/nfs_fha_new.c b/sys/fs/nfsserver/nfs_fha_new.c index 1f1e2cb7f17b..e3f70490b818 100644 --- a/sys/fs/nfsserver/nfs_fha_new.c +++ b/sys/fs/nfsserver/nfs_fha_new.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/mbuf.h> #include <sys/sbuf.h> diff --git a/sys/fs/nfsserver/nfs_nfsdport.c b/sys/fs/nfsserver/nfs_nfsdport.c index 776d5c50861c..374019a2a643 100644 --- a/sys/fs/nfsserver/nfs_nfsdport.c +++ b/sys/fs/nfsserver/nfs_nfsdport.c @@ -33,7 +33,6 @@ * */ -#include <sys/cdefs.h> #include <sys/capsicum.h> #include <sys/extattr.h> diff --git a/sys/fs/procfs/procfs_osrel.c b/sys/fs/procfs/procfs_osrel.c index 3854d7cd370f..fd6a4d7e0eea 100644 --- a/sys/fs/procfs/procfs_osrel.c +++ b/sys/fs/procfs/procfs_osrel.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/proc.h> #include <sys/sbuf.h> diff --git a/sys/fs/tmpfs/tmpfs_subr.c b/sys/fs/tmpfs/tmpfs_subr.c index ef7fca2ae185..2fe7f7e3ca58 100644 --- a/sys/fs/tmpfs/tmpfs_subr.c +++ b/sys/fs/tmpfs/tmpfs_subr.c @@ -35,7 +35,7 @@ /* * Efficient memory file system supporting functions. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/dirent.h> diff --git a/sys/fs/tmpfs/tmpfs_vfsops.c b/sys/fs/tmpfs/tmpfs_vfsops.c index 65d54b446849..32eb9c958df1 100644 --- a/sys/fs/tmpfs/tmpfs_vfsops.c +++ b/sys/fs/tmpfs/tmpfs_vfsops.c @@ -46,7 +46,6 @@ #include "opt_ddb.h" #include "opt_tmpfs.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/dirent.h> diff --git a/sys/fs/tmpfs/tmpfs_vnops.c b/sys/fs/tmpfs/tmpfs_vnops.c index 206a95350d2e..718cfef6bfa3 100644 --- a/sys/fs/tmpfs/tmpfs_vnops.c +++ b/sys/fs/tmpfs/tmpfs_vnops.c @@ -35,7 +35,7 @@ /* * tmpfs vnode interface. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/dirent.h> diff --git a/sys/fs/udf/udf_iconv.c b/sys/fs/udf/udf_iconv.c index 1ab530f161b9..e13f8d1a252a 100644 --- a/sys/fs/udf/udf_iconv.c +++ b/sys/fs/udf/udf_iconv.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/iconv.h> #include <sys/kernel.h> diff --git a/sys/gdb/gdb_cons.c b/sys/gdb/gdb_cons.c index ab81f7a014c8..f0b41913ba80 100644 --- a/sys/gdb/gdb_cons.c +++ b/sys/gdb/gdb_cons.c @@ -33,7 +33,6 @@ * isn't dog slow. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/cons.h> diff --git a/sys/gdb/gdb_main.c b/sys/gdb/gdb_main.c index e0268f316ddd..5567c12c2a9f 100644 --- a/sys/gdb/gdb_main.c +++ b/sys/gdb/gdb_main.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kdb.h> diff --git a/sys/gdb/gdb_packet.c b/sys/gdb/gdb_packet.c index 933d69365d24..b919f56c71d6 100644 --- a/sys/gdb/gdb_packet.c +++ b/sys/gdb/gdb_packet.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/ctype.h> diff --git a/sys/geom/cache/g_cache.c b/sys/geom/cache/g_cache.c index d548026d8b3a..9d0b10f4192e 100644 --- a/sys/geom/cache/g_cache.c +++ b/sys/geom/cache/g_cache.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/geom/concat/g_concat.c b/sys/geom/concat/g_concat.c index 153a97af797f..2b1cb575cac8 100644 --- a/sys/geom/concat/g_concat.c +++ b/sys/geom/concat/g_concat.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/geom/eli/g_eli.c b/sys/geom/eli/g_eli.c index 16b38e628e35..2bcd61f45640 100644 --- a/sys/geom/eli/g_eli.c +++ b/sys/geom/eli/g_eli.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/cons.h> diff --git a/sys/geom/eli/g_eli_crypto.c b/sys/geom/eli/g_eli_crypto.c index f012f4ce6cfc..98b7c506aee9 100644 --- a/sys/geom/eli/g_eli_crypto.c +++ b/sys/geom/eli/g_eli_crypto.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #ifdef _KERNEL #include <sys/systm.h> diff --git a/sys/geom/eli/g_eli_ctl.c b/sys/geom/eli/g_eli_ctl.c index 9391c8cb17cd..31f89f38bff3 100644 --- a/sys/geom/eli/g_eli_ctl.c +++ b/sys/geom/eli/g_eli_ctl.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/geom/eli/g_eli_hmac.c b/sys/geom/eli/g_eli_hmac.c index 57659e7d51bd..525af9a12cc0 100644 --- a/sys/geom/eli/g_eli_hmac.c +++ b/sys/geom/eli/g_eli_hmac.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #ifdef _KERNEL #include <sys/systm.h> diff --git a/sys/geom/eli/g_eli_integrity.c b/sys/geom/eli/g_eli_integrity.c index 206f8557bd60..2c16c6bf81c4 100644 --- a/sys/geom/eli/g_eli_integrity.c +++ b/sys/geom/eli/g_eli_integrity.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/geom/eli/g_eli_key.c b/sys/geom/eli/g_eli_key.c index 29dc2180309d..78a04f8856cb 100644 --- a/sys/geom/eli/g_eli_key.c +++ b/sys/geom/eli/g_eli_key.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #ifdef _KERNEL #include <sys/malloc.h> diff --git a/sys/geom/eli/g_eli_key_cache.c b/sys/geom/eli/g_eli_key_cache.c index e029d332414d..abacf2f40ddf 100644 --- a/sys/geom/eli/g_eli_key_cache.c +++ b/sys/geom/eli/g_eli_key_cache.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #ifdef _KERNEL #include <sys/kernel.h> diff --git a/sys/geom/eli/g_eli_privacy.c b/sys/geom/eli/g_eli_privacy.c index 2b5f62c0e93b..da037ae11a20 100644 --- a/sys/geom/eli/g_eli_privacy.c +++ b/sys/geom/eli/g_eli_privacy.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/geom/eli/pkcs5v2.c b/sys/geom/eli/pkcs5v2.c index ea3be36865b0..546f1d64af83 100644 --- a/sys/geom/eli/pkcs5v2.c +++ b/sys/geom/eli/pkcs5v2.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #ifdef _KERNEL #include <sys/systm.h> diff --git a/sys/geom/gate/g_gate.c b/sys/geom/gate/g_gate.c index 820f18ba220c..85c21406eda0 100644 --- a/sys/geom/gate/g_gate.c +++ b/sys/geom/gate/g_gate.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bio.h> diff --git a/sys/geom/geom_bsd_enc.c b/sys/geom/geom_bsd_enc.c index 29b0ab7b2840..ba5fce7cebf9 100644 --- a/sys/geom/geom_bsd_enc.c +++ b/sys/geom/geom_bsd_enc.c @@ -42,7 +42,6 @@ * NB! This file must be usable both in kernel and userland. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/endian.h> #include <sys/disklabel.h> diff --git a/sys/geom/geom_ccd.c b/sys/geom/geom_ccd.c index b22117d26e95..5700399ee5d1 100644 --- a/sys/geom/geom_ccd.c +++ b/sys/geom/geom_ccd.c @@ -77,7 +77,6 @@ * Moffett Field, CA 94035 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/geom/geom_ctl.c b/sys/geom/geom_ctl.c index b7c80c77d4ba..ebfde5697eeb 100644 --- a/sys/geom/geom_ctl.c +++ b/sys/geom/geom_ctl.c @@ -36,7 +36,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/geom/geom_dev.c b/sys/geom/geom_dev.c index f12236264d19..8028ae18e33a 100644 --- a/sys/geom/geom_dev.c +++ b/sys/geom/geom_dev.c @@ -35,7 +35,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/geom/geom_dump.c b/sys/geom/geom_dump.c index c7861b4de7c3..5de09e512959 100644 --- a/sys/geom/geom_dump.c +++ b/sys/geom/geom_dump.c @@ -36,7 +36,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/sbuf.h> #include <sys/systm.h> diff --git a/sys/geom/geom_event.c b/sys/geom/geom_event.c index a4b42694eb6c..ad9231905f7a 100644 --- a/sys/geom/geom_event.c +++ b/sys/geom/geom_event.c @@ -40,7 +40,6 @@ * have not been destroyed before we get around to handle the event ? */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/malloc.h> #include <sys/systm.h> diff --git a/sys/geom/geom_flashmap.c b/sys/geom/geom_flashmap.c index 6dde6d271d33..cef488d8b9b7 100644 --- a/sys/geom/geom_flashmap.c +++ b/sys/geom/geom_flashmap.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/geom/geom_io.c b/sys/geom/geom_io.c index da8f917686ff..ddd469d909a0 100644 --- a/sys/geom/geom_io.c +++ b/sys/geom/geom_io.c @@ -39,7 +39,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/geom/geom_kern.c b/sys/geom/geom_kern.c index 14707403215d..7f767da99dfc 100644 --- a/sys/geom/geom_kern.c +++ b/sys/geom/geom_kern.c @@ -35,7 +35,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/geom/geom_map.c b/sys/geom/geom_map.c index 2932e93f6a5a..65c313fcfa0c 100644 --- a/sys/geom/geom_map.c +++ b/sys/geom/geom_map.c @@ -31,7 +31,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/errno.h> diff --git a/sys/geom/geom_redboot.c b/sys/geom/geom_redboot.c index f1628e08c118..aeb8f1e4e525 100644 --- a/sys/geom/geom_redboot.c +++ b/sys/geom/geom_redboot.c @@ -29,7 +29,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/errno.h> #include <sys/endian.h> diff --git a/sys/geom/geom_slice.c b/sys/geom/geom_slice.c index e66a84da310a..3803697e8481 100644 --- a/sys/geom/geom_slice.c +++ b/sys/geom/geom_slice.c @@ -35,7 +35,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/geom/geom_vfs.c b/sys/geom/geom_vfs.c index 6caa570de250..893c8dfffa6f 100644 --- a/sys/geom/geom_vfs.c +++ b/sys/geom/geom_vfs.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bio.h> diff --git a/sys/geom/journal/g_journal_ufs.c b/sys/geom/journal/g_journal_ufs.c index 72d1791db564..2cec2befe2b6 100644 --- a/sys/geom/journal/g_journal_ufs.c +++ b/sys/geom/journal/g_journal_ufs.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/vnode.h> diff --git a/sys/geom/label/g_label_disk_ident.c b/sys/geom/label/g_label_disk_ident.c index d9159180ffac..880ce53565ce 100644 --- a/sys/geom/label/g_label_disk_ident.c +++ b/sys/geom/label/g_label_disk_ident.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/geom/label/g_label_ext2fs.c b/sys/geom/label/g_label_ext2fs.c index 03376a315776..b72cfcd03509 100644 --- a/sys/geom/label/g_label_ext2fs.c +++ b/sys/geom/label/g_label_ext2fs.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/geom/label/g_label_flashmap.c b/sys/geom/label/g_label_flashmap.c index 57f64eac9100..cc3bd98bcf6f 100644 --- a/sys/geom/label/g_label_flashmap.c +++ b/sys/geom/label/g_label_flashmap.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/geom/label/g_label_gpt.c b/sys/geom/label/g_label_gpt.c index b185dfdaa28f..742e6d39e50d 100644 --- a/sys/geom/label/g_label_gpt.c +++ b/sys/geom/label/g_label_gpt.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/geom/label/g_label_iso9660.c b/sys/geom/label/g_label_iso9660.c index 65cfa4b875b9..031295fb3fb5 100644 --- a/sys/geom/label/g_label_iso9660.c +++ b/sys/geom/label/g_label_iso9660.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/geom/label/g_label_msdosfs.c b/sys/geom/label/g_label_msdosfs.c index 364d443b9044..74ece5568e76 100644 --- a/sys/geom/label/g_label_msdosfs.c +++ b/sys/geom/label/g_label_msdosfs.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/geom/label/g_label_ntfs.c b/sys/geom/label/g_label_ntfs.c index ad6a9ac3576d..ad43dbe38d1b 100644 --- a/sys/geom/label/g_label_ntfs.c +++ b/sys/geom/label/g_label_ntfs.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/geom/label/g_label_reiserfs.c b/sys/geom/label/g_label_reiserfs.c index e75f7ca143f8..f70ad43d3998 100644 --- a/sys/geom/label/g_label_reiserfs.c +++ b/sys/geom/label/g_label_reiserfs.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/geom/label/g_label_ufs.c b/sys/geom/label/g_label_ufs.c index e744871038ed..9361af7a136b 100644 --- a/sys/geom/label/g_label_ufs.c +++ b/sys/geom/label/g_label_ufs.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/disklabel.h> diff --git a/sys/geom/mirror/g_mirror.c b/sys/geom/mirror/g_mirror.c index c6f95f28ba89..b46296fd211c 100644 --- a/sys/geom/mirror/g_mirror.c +++ b/sys/geom/mirror/g_mirror.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bio.h> diff --git a/sys/geom/mirror/g_mirror_ctl.c b/sys/geom/mirror/g_mirror_ctl.c index 8c53925cfe4d..82bc05a142c0 100644 --- a/sys/geom/mirror/g_mirror_ctl.c +++ b/sys/geom/mirror/g_mirror_ctl.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bio.h> diff --git a/sys/geom/multipath/g_multipath.c b/sys/geom/multipath/g_multipath.c index c48f9aee65a2..23088c895541 100644 --- a/sys/geom/multipath/g_multipath.c +++ b/sys/geom/multipath/g_multipath.c @@ -32,7 +32,6 @@ * itself, all of which is most gratefully acknowledged. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/geom/nop/g_nop.c b/sys/geom/nop/g_nop.c index 88d16e7d3562..a32111e3a29a 100644 --- a/sys/geom/nop/g_nop.c +++ b/sys/geom/nop/g_nop.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/ctype.h> #include <sys/systm.h> diff --git a/sys/geom/part/g_part.c b/sys/geom/part/g_part.c index c0baf5cc8992..f0807c83dacf 100644 --- a/sys/geom/part/g_part.c +++ b/sys/geom/part/g_part.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/endian.h> diff --git a/sys/geom/part/g_part_apm.c b/sys/geom/part/g_part_apm.c index 9ee48168b1e8..9c0bb189cc69 100644 --- a/sys/geom/part/g_part_apm.c +++ b/sys/geom/part/g_part_apm.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/apm.h> #include <sys/bio.h> diff --git a/sys/geom/part/g_part_bsd.c b/sys/geom/part/g_part_bsd.c index bb1aed0cf59d..2ff8566103d8 100644 --- a/sys/geom/part/g_part_bsd.c +++ b/sys/geom/part/g_part_bsd.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/disklabel.h> diff --git a/sys/geom/part/g_part_bsd64.c b/sys/geom/part/g_part_bsd64.c index 4a1481f97c3e..74e370243c3c 100644 --- a/sys/geom/part/g_part_bsd64.c +++ b/sys/geom/part/g_part_bsd64.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/gsb_crc32.h> diff --git a/sys/geom/part/g_part_ebr.c b/sys/geom/part/g_part_ebr.c index 6be64f58287c..82411e60dcd4 100644 --- a/sys/geom/part/g_part_ebr.c +++ b/sys/geom/part/g_part_ebr.c @@ -28,7 +28,6 @@ #include "opt_geom.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/diskmbr.h> diff --git a/sys/geom/part/g_part_gpt.c b/sys/geom/part/g_part_gpt.c index c4cc840f583d..b269faee276c 100644 --- a/sys/geom/part/g_part_gpt.c +++ b/sys/geom/part/g_part_gpt.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/diskmbr.h> diff --git a/sys/geom/part/g_part_ldm.c b/sys/geom/part/g_part_ldm.c index 33ab7c1409f1..61e749f778d3 100644 --- a/sys/geom/part/g_part_ldm.c +++ b/sys/geom/part/g_part_ldm.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/diskmbr.h> diff --git a/sys/geom/part/g_part_mbr.c b/sys/geom/part/g_part_mbr.c index 36862c8ff018..dfd55dae139f 100644 --- a/sys/geom/part/g_part_mbr.c +++ b/sys/geom/part/g_part_mbr.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/diskmbr.h> diff --git a/sys/geom/raid/g_raid_ctl.c b/sys/geom/raid/g_raid_ctl.c index 88aeb0508d9d..7facc8823027 100644 --- a/sys/geom/raid/g_raid_ctl.c +++ b/sys/geom/raid/g_raid_ctl.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/geom/raid/md_ddf.c b/sys/geom/raid/md_ddf.c index 82fe0b26a391..e50f98d1d846 100644 --- a/sys/geom/raid/md_ddf.c +++ b/sys/geom/raid/md_ddf.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/gsb_crc32.h> diff --git a/sys/geom/raid/md_intel.c b/sys/geom/raid/md_intel.c index 0ef8074259f4..2e23ff608371 100644 --- a/sys/geom/raid/md_intel.c +++ b/sys/geom/raid/md_intel.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/endian.h> diff --git a/sys/geom/raid/md_jmicron.c b/sys/geom/raid/md_jmicron.c index 5858d7b5a5d1..e65eb98b0779 100644 --- a/sys/geom/raid/md_jmicron.c +++ b/sys/geom/raid/md_jmicron.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/endian.h> diff --git a/sys/geom/raid/md_nvidia.c b/sys/geom/raid/md_nvidia.c index e6991a668c6c..96c4e9ddf7ba 100644 --- a/sys/geom/raid/md_nvidia.c +++ b/sys/geom/raid/md_nvidia.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/endian.h> diff --git a/sys/geom/raid/md_promise.c b/sys/geom/raid/md_promise.c index 1c22c0756dfd..ba7a4d2b1cc4 100644 --- a/sys/geom/raid/md_promise.c +++ b/sys/geom/raid/md_promise.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/endian.h> diff --git a/sys/geom/raid/md_sii.c b/sys/geom/raid/md_sii.c index 039e986ddea4..a340e8e49846 100644 --- a/sys/geom/raid/md_sii.c +++ b/sys/geom/raid/md_sii.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/endian.h> diff --git a/sys/geom/raid/tr_concat.c b/sys/geom/raid/tr_concat.c index 9bdd37526d6a..d35371920724 100644 --- a/sys/geom/raid/tr_concat.c +++ b/sys/geom/raid/tr_concat.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/endian.h> diff --git a/sys/geom/raid/tr_raid0.c b/sys/geom/raid/tr_raid0.c index 5dadaacd50ef..6c7b37561bc5 100644 --- a/sys/geom/raid/tr_raid0.c +++ b/sys/geom/raid/tr_raid0.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/endian.h> diff --git a/sys/geom/raid/tr_raid1.c b/sys/geom/raid/tr_raid1.c index cb7e2784a1df..f84fb74a8a9b 100644 --- a/sys/geom/raid/tr_raid1.c +++ b/sys/geom/raid/tr_raid1.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/endian.h> diff --git a/sys/geom/raid/tr_raid1e.c b/sys/geom/raid/tr_raid1e.c index 595fc2eeccce..fc076109f632 100644 --- a/sys/geom/raid/tr_raid1e.c +++ b/sys/geom/raid/tr_raid1e.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/endian.h> diff --git a/sys/geom/raid/tr_raid5.c b/sys/geom/raid/tr_raid5.c index 2824a070a58e..539766fddc74 100644 --- a/sys/geom/raid/tr_raid5.c +++ b/sys/geom/raid/tr_raid5.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/endian.h> diff --git a/sys/geom/raid3/g_raid3_ctl.c b/sys/geom/raid3/g_raid3_ctl.c index 26dc8028289f..824de07e4836 100644 --- a/sys/geom/raid3/g_raid3_ctl.c +++ b/sys/geom/raid3/g_raid3_ctl.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/geom/shsec/g_shsec.c b/sys/geom/shsec/g_shsec.c index 1cc8f4cecbbf..3ccc23e7eb8b 100644 --- a/sys/geom/shsec/g_shsec.c +++ b/sys/geom/shsec/g_shsec.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/geom/stripe/g_stripe.c b/sys/geom/stripe/g_stripe.c index ca3fbcbb30b2..2acffcff1449 100644 --- a/sys/geom/stripe/g_stripe.c +++ b/sys/geom/stripe/g_stripe.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/geom/uzip/g_uzip_lzma.c b/sys/geom/uzip/g_uzip_lzma.c index 4e503300c349..6aac8728dea8 100644 --- a/sys/geom/uzip/g_uzip_lzma.c +++ b/sys/geom/uzip/g_uzip_lzma.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/malloc.h> #include <sys/systm.h> diff --git a/sys/geom/uzip/g_uzip_wrkthr.c b/sys/geom/uzip/g_uzip_wrkthr.c index 2a3d40a528e0..e4b332725d3a 100644 --- a/sys/geom/uzip/g_uzip_wrkthr.c +++ b/sys/geom/uzip/g_uzip_wrkthr.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/geom/uzip/g_uzip_zlib.c b/sys/geom/uzip/g_uzip_zlib.c index 435ee2d27fad..d9774328a1f1 100644 --- a/sys/geom/uzip/g_uzip_zlib.c +++ b/sys/geom/uzip/g_uzip_zlib.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/geom/uzip/g_uzip_zstd.c b/sys/geom/uzip/g_uzip_zstd.c index a95bbd884809..47f0f49aa358 100644 --- a/sys/geom/uzip/g_uzip_zstd.c +++ b/sys/geom/uzip/g_uzip_zstd.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/errno.h> diff --git a/sys/geom/vinum/geom_vinum.c b/sys/geom/vinum/geom_vinum.c index eefaf40c3c32..5c66216aaf3e 100644 --- a/sys/geom/vinum/geom_vinum.c +++ b/sys/geom/vinum/geom_vinum.c @@ -28,7 +28,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/kernel.h> diff --git a/sys/geom/vinum/geom_vinum_create.c b/sys/geom/vinum/geom_vinum_create.c index 3bba4ccb731a..a88c882b9cd6 100644 --- a/sys/geom/vinum/geom_vinum_create.c +++ b/sys/geom/vinum/geom_vinum_create.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/conf.h> diff --git a/sys/geom/vinum/geom_vinum_drive.c b/sys/geom/vinum/geom_vinum_drive.c index c92bcfd558ac..1e98c4096ace 100644 --- a/sys/geom/vinum/geom_vinum_drive.c +++ b/sys/geom/vinum/geom_vinum_drive.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/endian.h> #include <sys/malloc.h> diff --git a/sys/geom/vinum/geom_vinum_events.c b/sys/geom/vinum/geom_vinum_events.c index fa7c1710c3d9..e1206a671091 100644 --- a/sys/geom/vinum/geom_vinum_events.c +++ b/sys/geom/vinum/geom_vinum_events.c @@ -27,7 +27,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/lock.h> diff --git a/sys/geom/vinum/geom_vinum_init.c b/sys/geom/vinum/geom_vinum_init.c index c8c2486d35b3..9c502c0dcb14 100644 --- a/sys/geom/vinum/geom_vinum_init.c +++ b/sys/geom/vinum/geom_vinum_init.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/libkern.h> diff --git a/sys/geom/vinum/geom_vinum_list.c b/sys/geom/vinum/geom_vinum_list.c index 06e83f518ea7..48b882925067 100644 --- a/sys/geom/vinum/geom_vinum_list.c +++ b/sys/geom/vinum/geom_vinum_list.c @@ -27,7 +27,6 @@ * */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/libkern.h> #include <sys/malloc.h> diff --git a/sys/geom/vinum/geom_vinum_plex.c b/sys/geom/vinum/geom_vinum_plex.c index bcfc10b65fa0..0d7b675b8c20 100644 --- a/sys/geom/vinum/geom_vinum_plex.c +++ b/sys/geom/vinum/geom_vinum_plex.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/lock.h> diff --git a/sys/geom/vinum/geom_vinum_raid5.c b/sys/geom/vinum/geom_vinum_raid5.c index 8bedc50adfd8..36e1e5d563da 100644 --- a/sys/geom/vinum/geom_vinum_raid5.c +++ b/sys/geom/vinum/geom_vinum_raid5.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/lock.h> diff --git a/sys/geom/vinum/geom_vinum_rename.c b/sys/geom/vinum/geom_vinum_rename.c index 4e1238c2a4a6..8cc6bffc61dc 100644 --- a/sys/geom/vinum/geom_vinum_rename.c +++ b/sys/geom/vinum/geom_vinum_rename.c @@ -31,7 +31,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/libkern.h> #include <sys/malloc.h> diff --git a/sys/geom/vinum/geom_vinum_rm.c b/sys/geom/vinum/geom_vinum_rm.c index 20edcb8dc0bf..31b12e82b6b2 100644 --- a/sys/geom/vinum/geom_vinum_rm.c +++ b/sys/geom/vinum/geom_vinum_rm.c @@ -27,7 +27,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/libkern.h> #include <sys/malloc.h> diff --git a/sys/geom/vinum/geom_vinum_share.c b/sys/geom/vinum/geom_vinum_share.c index f2b4dec3c81a..b17bdffa632d 100644 --- a/sys/geom/vinum/geom_vinum_share.c +++ b/sys/geom/vinum/geom_vinum_share.c @@ -42,7 +42,6 @@ /* This file is shared between kernel and userland. */ -#include <sys/cdefs.h> #include <sys/param.h> #ifdef _KERNEL #include <sys/malloc.h> diff --git a/sys/geom/vinum/geom_vinum_subr.c b/sys/geom/vinum/geom_vinum_subr.c index 2d7499376ece..965ecb0c6e99 100644 --- a/sys/geom/vinum/geom_vinum_subr.c +++ b/sys/geom/vinum/geom_vinum_subr.c @@ -41,7 +41,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/malloc.h> #include <sys/sbuf.h> diff --git a/sys/geom/vinum/geom_vinum_volume.c b/sys/geom/vinum/geom_vinum_volume.c index 7721ecbd81f2..9f5fbc8bc94b 100644 --- a/sys/geom/vinum/geom_vinum_volume.c +++ b/sys/geom/vinum/geom_vinum_volume.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/lock.h> diff --git a/sys/geom/virstor/g_virstor.c b/sys/geom/virstor/g_virstor.c index 262d4726618c..b8cf32875660 100644 --- a/sys/geom/virstor/g_virstor.c +++ b/sys/geom/virstor/g_virstor.c @@ -31,7 +31,6 @@ * virtual storage (i.e. a virstor has "physical" components) */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/geom/virstor/g_virstor_md.c b/sys/geom/virstor/g_virstor_md.c index 345066bd01cf..08f41a49b71f 100644 --- a/sys/geom/virstor/g_virstor_md.c +++ b/sys/geom/virstor/g_virstor_md.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/endian.h> diff --git a/sys/geom/zero/g_zero.c b/sys/geom/zero/g_zero.c index 66cc884fab56..91ef0fb1ef95 100644 --- a/sys/geom/zero/g_zero.c +++ b/sys/geom/zero/g_zero.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bio.h> #include <sys/kernel.h> diff --git a/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_sprom.c b/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_sprom.c index 1b7909cb459a..99de19b3fa7f 100644 --- a/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_sprom.c +++ b/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_sprom.c @@ -30,7 +30,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/malloc.h> #include <sys/kernel.h> diff --git a/sys/gnu/gcov/gcc_4_7.c b/sys/gnu/gcov/gcc_4_7.c index 235c5c148386..5a58a66ab70c 100644 --- a/sys/gnu/gcov/gcc_4_7.c +++ b/sys/gnu/gcov/gcc_4_7.c @@ -25,8 +25,6 @@ * Uses gcc-internal data definitions. */ - -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/types.h> diff --git a/sys/gnu/gcov/gcov_fs.c b/sys/gnu/gcov/gcov_fs.c index cf140a3092fb..57208f7b611d 100644 --- a/sys/gnu/gcov/gcov_fs.c +++ b/sys/gnu/gcov/gcov_fs.c @@ -28,8 +28,6 @@ * Yi CDL Yang */ - -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> #include <sys/param.h> diff --git a/sys/gnu/gcov/gcov_subr.c b/sys/gnu/gcov/gcov_subr.c index c294ae85a168..79a79d20e80a 100644 --- a/sys/gnu/gcov/gcov_subr.c +++ b/sys/gnu/gcov/gcov_subr.c @@ -26,7 +26,6 @@ * */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> #include <sys/param.h> diff --git a/sys/i386/acpica/acpi_machdep.c b/sys/i386/acpica/acpi_machdep.c index 23017e491c1d..4aef3b58fee3 100644 --- a/sys/i386/acpica/acpi_machdep.c +++ b/sys/i386/acpica/acpi_machdep.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/i386/bios/smapi.c b/sys/i386/bios/smapi.c index 7ab7eb6c5012..b73fb97e4365 100644 --- a/sys/i386/bios/smapi.c +++ b/sys/i386/bios/smapi.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/i386/i386/copyout.c b/sys/i386/i386/copyout.c index 2305366aa184..6f73c968b590 100644 --- a/sys/i386/i386/copyout.c +++ b/sys/i386/i386/copyout.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/lock.h> #include <sys/mutex.h> diff --git a/sys/i386/i386/db_trace.c b/sys/i386/i386/db_trace.c index 0fc6e6f54847..3f5cabeddc44 100644 --- a/sys/i386/i386/db_trace.c +++ b/sys/i386/i386/db_trace.c @@ -24,7 +24,6 @@ * rights to redistribute these changes. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kdb.h> diff --git a/sys/i386/i386/gdb_machdep.c b/sys/i386/i386/gdb_machdep.c index d1df0b63f2f8..ebeb5e357478 100644 --- a/sys/i386/i386/gdb_machdep.c +++ b/sys/i386/i386/gdb_machdep.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kdb.h> diff --git a/sys/i386/i386/geode.c b/sys/i386/i386/geode.c index b9de4ba71e66..ffc9f8da5596 100644 --- a/sys/i386/i386/geode.c +++ b/sys/i386/i386/geode.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/timetc.h> diff --git a/sys/i386/i386/in_cksum_machdep.c b/sys/i386/i386/in_cksum_machdep.c index 7a0f69d0def0..27ab09d82da0 100644 --- a/sys/i386/i386/in_cksum_machdep.c +++ b/sys/i386/i386/in_cksum_machdep.c @@ -31,7 +31,6 @@ * from tahoe: in_cksum.c 1.2 86/01/05 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/mbuf.h> diff --git a/sys/i386/i386/io.c b/sys/i386/i386/io.c index 5f4bbdfd91a7..7fd2c4ca3141 100644 --- a/sys/i386/i386/io.c +++ b/sys/i386/i386/io.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/proc.h> diff --git a/sys/i386/i386/k6_mem.c b/sys/i386/i386/k6_mem.c index 5094c2bd8cca..f5b55f578ceb 100644 --- a/sys/i386/i386/k6_mem.c +++ b/sys/i386/i386/k6_mem.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/i386/i386/minidump_machdep_nopae.c b/sys/i386/i386/minidump_machdep_nopae.c index 523583a59fe9..18437eb851d1 100644 --- a/sys/i386/i386/minidump_machdep_nopae.c +++ b/sys/i386/i386/minidump_machdep_nopae.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <vm/vm.h> #include <vm/vm_param.h> diff --git a/sys/i386/i386/perfmon.c b/sys/i386/i386/perfmon.c index 7182b9b1d13c..5e6d37d7f5ed 100644 --- a/sys/i386/i386/perfmon.c +++ b/sys/i386/i386/perfmon.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/i386/i386/uio_machdep.c b/sys/i386/i386/uio_machdep.c index 112fa36ff3af..fd0a27eb269c 100644 --- a/sys/i386/i386/uio_machdep.c +++ b/sys/i386/i386/uio_machdep.c @@ -35,7 +35,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/i386/i386/vm86.c b/sys/i386/i386/vm86.c index 8b9ed9c1e34b..7d62a8ca2b6a 100644 --- a/sys/i386/i386/vm86.c +++ b/sys/i386/i386/vm86.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/priv.h> diff --git a/sys/i386/pci/pci_cfgreg.c b/sys/i386/pci/pci_cfgreg.c index a838f0a276f3..35710510fbbb 100644 --- a/sys/i386/pci/pci_cfgreg.c +++ b/sys/i386/pci/pci_cfgreg.c @@ -29,7 +29,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/i386/pci/pci_pir.c b/sys/i386/pci/pci_pir.c index fe21b5faef87..b9325de01fa6 100644 --- a/sys/i386/pci/pci_pir.c +++ b/sys/i386/pci/pci_pir.c @@ -29,7 +29,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/isa/isahint.c b/sys/isa/isahint.c index 2d9a105b4758..d9ec9f35f7f2 100644 --- a/sys/isa/isahint.c +++ b/sys/isa/isahint.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/isa/pnp.c b/sys/isa/pnp.c index 89d58f7343d5..877e2ed91d6f 100644 --- a/sys/isa/pnp.c +++ b/sys/isa/pnp.c @@ -28,7 +28,6 @@ * from: pnp.c,v 1.11 1999/05/06 22:11:19 peter Exp */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/isa/pnpparse.c b/sys/isa/pnpparse.c index 9bec1c86a477..b26c8c45c4c7 100644 --- a/sys/isa/pnpparse.c +++ b/sys/isa/pnpparse.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/kern/genoffset.c b/sys/kern/genoffset.c index c953668cb6b7..8b0137fc0239 100644 --- a/sys/kern/genoffset.c +++ b/sys/kern/genoffset.c @@ -28,7 +28,7 @@ #ifndef OFFSET_TEST #define GENOFFSET #endif -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/assym.h> #include <sys/proc.h> diff --git a/sys/kern/imgact_aout.c b/sys/kern/imgact_aout.c index f1b2845349aa..0ecfaa65c84e 100644 --- a/sys/kern/imgact_aout.c +++ b/sys/kern/imgact_aout.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/exec.h> #include <sys/imgact.h> diff --git a/sys/kern/imgact_binmisc.c b/sys/kern/imgact_binmisc.c index 471fd9b59497..aa037bb6046a 100644 --- a/sys/kern/imgact_binmisc.c +++ b/sys/kern/imgact_binmisc.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/ctype.h> #include <sys/exec.h> diff --git a/sys/kern/imgact_shell.c b/sys/kern/imgact_shell.c index 9279c43c4444..0cf7b56f1056 100644 --- a/sys/kern/imgact_shell.c +++ b/sys/kern/imgact_shell.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/vnode.h> #include <sys/proc.h> diff --git a/sys/kern/kern_acct.c b/sys/kern/kern_acct.c index 1646cc98c249..4aa0032b7290 100644 --- a/sys/kern/kern_acct.c +++ b/sys/kern/kern_acct.c @@ -67,7 +67,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/acct.h> diff --git a/sys/kern/kern_conf.c b/sys/kern/kern_conf.c index db5fe7a6a373..f9d406548d10 100644 --- a/sys/kern/kern_conf.c +++ b/sys/kern/kern_conf.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/kern/kern_context.c b/sys/kern/kern_context.c index 06554ba7525a..8ff37ebd3f5b 100644 --- a/sys/kern/kern_context.c +++ b/sys/kern/kern_context.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/lock.h> diff --git a/sys/kern/kern_cpu.c b/sys/kern/kern_cpu.c index 524ffc1e3420..23256f37a3f7 100644 --- a/sys/kern/kern_cpu.c +++ b/sys/kern/kern_cpu.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/cpu.h> diff --git a/sys/kern/kern_dump.c b/sys/kern/kern_dump.c index 3afaee9acb7e..40355c14ba0f 100644 --- a/sys/kern/kern_dump.c +++ b/sys/kern/kern_dump.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/kern/kern_environment.c b/sys/kern/kern_environment.c index a0967d044a96..c07157db9c8d 100644 --- a/sys/kern/kern_environment.c +++ b/sys/kern/kern_environment.c @@ -36,7 +36,6 @@ * the kernel. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/eventhandler.h> #include <sys/systm.h> diff --git a/sys/kern/kern_et.c b/sys/kern/kern_et.c index f2c862d51da3..ca9ba3017ea0 100644 --- a/sys/kern/kern_et.c +++ b/sys/kern/kern_et.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/sbuf.h> diff --git a/sys/kern/kern_hhook.c b/sys/kern/kern_hhook.c index f4ad16d99a12..602cd28990f0 100644 --- a/sys/kern/kern_hhook.c +++ b/sys/kern/kern_hhook.c @@ -36,7 +36,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/hhook.h> diff --git a/sys/kern/kern_idle.c b/sys/kern/kern_idle.c index 0569659bdc73..a8126de265b2 100644 --- a/sys/kern/kern_idle.c +++ b/sys/kern/kern_idle.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/kern/kern_kcov.c b/sys/kern/kern_kcov.c index b6e9d1530b07..19d35a1ad961 100644 --- a/sys/kern/kern_kcov.c +++ b/sys/kern/kern_kcov.c @@ -38,7 +38,6 @@ #define SAN_RUNTIME #endif -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/kern/kern_khelp.c b/sys/kern/kern_khelp.c index f8a6f3e749da..a5308756b2c4 100644 --- a/sys/kern/kern_khelp.c +++ b/sys/kern/kern_khelp.c @@ -36,7 +36,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/hhook.h> diff --git a/sys/kern/kern_kthread.c b/sys/kern/kern_kthread.c index 6f7fd8b3d555..3205ced9b9fd 100644 --- a/sys/kern/kern_kthread.c +++ b/sys/kern/kern_kthread.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/cpuset.h> diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c index 90b15e393f72..f152185f5fbf 100644 --- a/sys/kern/kern_lock.c +++ b/sys/kern/kern_lock.c @@ -31,7 +31,6 @@ #include "opt_ddb.h" #include "opt_hwpmc_hooks.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kdb.h> #include <sys/ktr.h> diff --git a/sys/kern/kern_lockstat.c b/sys/kern/kern_lockstat.c index 0b40dd665a06..d12fabc33ab8 100644 --- a/sys/kern/kern_lockstat.c +++ b/sys/kern/kern_lockstat.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/lock.h> diff --git a/sys/kern/kern_loginclass.c b/sys/kern/kern_loginclass.c index ceba563413df..55db6c28a1db 100644 --- a/sys/kern/kern_loginclass.c +++ b/sys/kern/kern_loginclass.c @@ -41,7 +41,6 @@ * system calls, and maintains class name storage and retrieval. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/eventhandler.h> #include <sys/kernel.h> diff --git a/sys/kern/kern_membarrier.c b/sys/kern/kern_membarrier.c index eabd00e8ddf4..9d101b955804 100644 --- a/sys/kern/kern_membarrier.c +++ b/sys/kern/kern_membarrier.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/cpuset.h> diff --git a/sys/kern/kern_module.c b/sys/kern/kern_module.c index 5568ff57a860..6298f06fdba7 100644 --- a/sys/kern/kern_module.c +++ b/sys/kern/kern_module.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/kern/kern_mtxpool.c b/sys/kern/kern_mtxpool.c index a7703e518e5a..7e2df5e22119 100644 --- a/sys/kern/kern_mtxpool.c +++ b/sys/kern/kern_mtxpool.c @@ -45,7 +45,6 @@ * - possible L1 cache mastersip contention between cpus. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/proc.h> #include <sys/kernel.h> diff --git a/sys/kern/kern_osd.c b/sys/kern/kern_osd.c index 1f93f7021201..38db612d34d9 100644 --- a/sys/kern/kern_osd.c +++ b/sys/kern/kern_osd.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/kern/kern_physio.c b/sys/kern/kern_physio.c index e89a0cb28abc..91026402db05 100644 --- a/sys/kern/kern_physio.c +++ b/sys/kern/kern_physio.c @@ -17,7 +17,6 @@ * are met. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bio.h> diff --git a/sys/kern/kern_priv.c b/sys/kern/kern_priv.c index 44f3aa8405a3..c146f9e6f8d5 100644 --- a/sys/kern/kern_priv.c +++ b/sys/kern/kern_priv.c @@ -31,7 +31,6 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/jail.h> #include <sys/kernel.h> diff --git a/sys/kern/kern_procctl.c b/sys/kern/kern_procctl.c index e6a142b2a7ac..4d145f9737a0 100644 --- a/sys/kern/kern_procctl.c +++ b/sys/kern/kern_procctl.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/_unrhdr.h> #include <sys/systm.h> diff --git a/sys/kern/kern_rangelock.c b/sys/kern/kern_rangelock.c index 73bb53dc1a44..a9d8c342c267 100644 --- a/sys/kern/kern_rangelock.c +++ b/sys/kern/kern_rangelock.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/lock.h> diff --git a/sys/kern/kern_rctl.c b/sys/kern/kern_rctl.c index f6f781ade697..2e5051de05bc 100644 --- a/sys/kern/kern_rctl.c +++ b/sys/kern/kern_rctl.c @@ -30,7 +30,6 @@ #ifdef RCTL -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/devctl.h> #include <sys/malloc.h> diff --git a/sys/kern/kern_resource.c b/sys/kern/kern_resource.c index b0683286b0e7..2e9cce727bee 100644 --- a/sys/kern/kern_resource.c +++ b/sys/kern/kern_resource.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/sysproto.h> diff --git a/sys/kern/kern_sema.c b/sys/kern/kern_sema.c index ab2d9dddef4f..89b5ed776610 100644 --- a/sys/kern/kern_sema.c +++ b/sys/kern/kern_sema.c @@ -35,7 +35,6 @@ * upon in combination with semaphores. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/ktr.h> diff --git a/sys/kern/kern_sx.c b/sys/kern/kern_sx.c index ff3cd8a3c195..706ae90ef9af 100644 --- a/sys/kern/kern_sx.c +++ b/sys/kern/kern_sx.c @@ -42,7 +42,6 @@ #include "opt_hwpmc_hooks.h" #include "opt_no_adaptive_sx.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kdb.h> diff --git a/sys/kern/kern_syscalls.c b/sys/kern/kern_syscalls.c index f923211cb6c8..24406763a93a 100644 --- a/sys/kern/kern_syscalls.c +++ b/sys/kern/kern_syscalls.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/lock.h> diff --git a/sys/kern/kern_thread.c b/sys/kern/kern_thread.c index d948665392d4..5847d5ceab59 100644 --- a/sys/kern/kern_thread.c +++ b/sys/kern/kern_thread.c @@ -31,7 +31,6 @@ #include "opt_witness.h" #include "opt_hwpmc_hooks.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/kern/kern_tslog.c b/sys/kern/kern_tslog.c index 7b0847d5d187..fbf81d423b95 100644 --- a/sys/kern/kern_tslog.c +++ b/sys/kern/kern_tslog.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/linker.h> diff --git a/sys/kern/kern_uuid.c b/sys/kern/kern_uuid.c index d749dd7f9469..0e7e894664fe 100644 --- a/sys/kern/kern_uuid.c +++ b/sys/kern/kern_uuid.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/endian.h> #include <sys/kernel.h> diff --git a/sys/kern/kern_xxx.c b/sys/kern/kern_xxx.c index 2116f8b2ce2d..540dc75b5545 100644 --- a/sys/kern/kern_xxx.c +++ b/sys/kern/kern_xxx.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/sysproto.h> diff --git a/sys/kern/md4c.c b/sys/kern/md4c.c index 7071813f87ac..d706f22db744 100644 --- a/sys/kern/md4c.c +++ b/sys/kern/md4c.c @@ -25,7 +25,6 @@ documentation and/or software. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/md4.h> diff --git a/sys/kern/md5c.c b/sys/kern/md5c.c index 4da238ba7739..cc28ba484e95 100644 --- a/sys/kern/md5c.c +++ b/sys/kern/md5c.c @@ -29,7 +29,7 @@ /* * This file should be kept in sync with src/lib/libmd/md5c.c */ -#include <sys/cdefs.h> + #include <sys/types.h> #ifdef _KERNEL diff --git a/sys/kern/posix4_mib.c b/sys/kern/posix4_mib.c index 357b0151b265..fa691acefd7c 100644 --- a/sys/kern/posix4_mib.c +++ b/sys/kern/posix4_mib.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/kern/subr_acl_nfs4.c b/sys/kern/subr_acl_nfs4.c index 419ff58fb7e2..654a9a69bb20 100644 --- a/sys/kern/subr_acl_nfs4.c +++ b/sys/kern/subr_acl_nfs4.c @@ -32,7 +32,7 @@ */ #ifdef _KERNEL -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/kernel.h> #include <sys/module.h> diff --git a/sys/kern/subr_acl_posix1e.c b/sys/kern/subr_acl_posix1e.c index f687ba8c9a9c..4eeb6084a13c 100644 --- a/sys/kern/subr_acl_posix1e.c +++ b/sys/kern/subr_acl_posix1e.c @@ -35,7 +35,6 @@ * ACLs. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/module.h> diff --git a/sys/kern/subr_atomic64.c b/sys/kern/subr_atomic64.c index 8a565ef8ec67..c8b0ed2bb38b 100644 --- a/sys/kern/subr_atomic64.c +++ b/sys/kern/subr_atomic64.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/lock.h> diff --git a/sys/kern/subr_bufring.c b/sys/kern/subr_bufring.c index 7af39ce991ce..3e0fa5690a20 100644 --- a/sys/kern/subr_bufring.c +++ b/sys/kern/subr_bufring.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/kern/subr_clock.c b/sys/kern/subr_clock.c index a494b20bc342..9176ac92574f 100644 --- a/sys/kern/subr_clock.c +++ b/sys/kern/subr_clock.c @@ -39,7 +39,6 @@ * from: src/sys/i386/isa/clock.c,v 1.176 2001/09/04 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/kern/subr_clockcalib.c b/sys/kern/subr_clockcalib.c index b8b12c02a705..6afeb59af108 100644 --- a/sys/kern/subr_clockcalib.c +++ b/sys/kern/subr_clockcalib.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/timetc.h> diff --git a/sys/kern/subr_counter.c b/sys/kern/subr_counter.c index aff71c35c61d..2cb987cb67f9 100644 --- a/sys/kern/subr_counter.c +++ b/sys/kern/subr_counter.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/kern/subr_coverage.c b/sys/kern/subr_coverage.c index be93134c6edf..24c0300d00d1 100644 --- a/sys/kern/subr_coverage.c +++ b/sys/kern/subr_coverage.c @@ -37,7 +37,6 @@ #define SAN_RUNTIME #endif -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/coverage.h> diff --git a/sys/kern/subr_csan.c b/sys/kern/subr_csan.c index 0c238bf9684a..580e632b05fd 100644 --- a/sys/kern/subr_csan.c +++ b/sys/kern/subr_csan.c @@ -34,7 +34,6 @@ #include "opt_ddb.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/bus.h> diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c index 6c0977d1cc35..f7e2595aa7cf 100644 --- a/sys/kern/subr_devstat.c +++ b/sys/kern/subr_devstat.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/disk.h> #include <sys/kernel.h> diff --git a/sys/kern/subr_dummy_vdso_tc.c b/sys/kern/subr_dummy_vdso_tc.c index 332a96a1890b..494141806c03 100644 --- a/sys/kern/subr_dummy_vdso_tc.c +++ b/sys/kern/subr_dummy_vdso_tc.c @@ -26,7 +26,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/vdso.h> diff --git a/sys/kern/subr_early.c b/sys/kern/subr_early.c index 66ee39ff6b51..62d271f56d75 100644 --- a/sys/kern/subr_early.c +++ b/sys/kern/subr_early.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/types.h> #include <sys/systm.h> diff --git a/sys/kern/subr_epoch.c b/sys/kern/subr_epoch.c index fb7953c54a63..76672279a34b 100644 --- a/sys/kern/subr_epoch.c +++ b/sys/kern/subr_epoch.c @@ -26,7 +26,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/counter.h> diff --git a/sys/kern/subr_eventhandler.c b/sys/kern/subr_eventhandler.c index 5a5365d0be6e..7568101dabd2 100644 --- a/sys/kern/subr_eventhandler.c +++ b/sys/kern/subr_eventhandler.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/ktr.h> diff --git a/sys/kern/subr_filter.c b/sys/kern/subr_filter.c index f379afe8acfe..3ea0fb0d5c27 100644 --- a/sys/kern/subr_filter.c +++ b/sys/kern/subr_filter.c @@ -27,7 +27,7 @@ /* * Author: Randall Stewart <rrs@netflix.com> */ -#include <sys/cdefs.h> + #include <sys/types.h> #include <sys/time.h> #include <sys/errno.h> diff --git a/sys/kern/subr_firmware.c b/sys/kern/subr_firmware.c index 00b084bd0a07..99d5ddd56672 100644 --- a/sys/kern/subr_firmware.c +++ b/sys/kern/subr_firmware.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/malloc.h> diff --git a/sys/kern/subr_gtaskqueue.c b/sys/kern/subr_gtaskqueue.c index 3558b534967d..e68e1b9318fa 100644 --- a/sys/kern/subr_gtaskqueue.c +++ b/sys/kern/subr_gtaskqueue.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/kern/subr_hash.c b/sys/kern/subr_hash.c index 82e4a7a4c0c0..23bb205909b1 100644 --- a/sys/kern/subr_hash.c +++ b/sys/kern/subr_hash.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/kern/subr_hints.c b/sys/kern/subr_hints.c index 3fd2ff8200a1..5691921dd028 100644 --- a/sys/kern/subr_hints.c +++ b/sys/kern/subr_hints.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/lock.h> #include <sys/kenv.h> diff --git a/sys/kern/subr_kobj.c b/sys/kern/subr_kobj.c index 6569816d2ff0..d97834b3fe58 100644 --- a/sys/kern/subr_kobj.c +++ b/sys/kern/subr_kobj.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/kobj.h> diff --git a/sys/kern/subr_log.c b/sys/kern/subr_log.c index d1cffe1c9e11..b1cf0e025f00 100644 --- a/sys/kern/subr_log.c +++ b/sys/kern/subr_log.c @@ -33,7 +33,6 @@ * Error log buffer for kernel printf's. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/kern/subr_mchain.c b/sys/kern/subr_mchain.c index 73841f8621ab..9c46fe5f402b 100644 --- a/sys/kern/subr_mchain.c +++ b/sys/kern/subr_mchain.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/sysctl.h> diff --git a/sys/kern/subr_module.c b/sys/kern/subr_module.c index 5ab41809aa89..829655ed4fb0 100644 --- a/sys/kern/subr_module.c +++ b/sys/kern/subr_module.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/linker.h> diff --git a/sys/kern/subr_pidctrl.c b/sys/kern/subr_pidctrl.c index f44c7d5be22b..df6582456154 100644 --- a/sys/kern/subr_pidctrl.c +++ b/sys/kern/subr_pidctrl.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/kern/subr_power.c b/sys/kern/subr_power.c index 8ad494a178e5..db0e7bf5b0e3 100644 --- a/sys/kern/subr_power.c +++ b/sys/kern/subr_power.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/eventhandler.h> #include <sys/power.h> diff --git a/sys/kern/subr_prng.c b/sys/kern/subr_prng.c index d7bf852631e4..49a682a9c05b 100644 --- a/sys/kern/subr_prng.c +++ b/sys/kern/subr_prng.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/pcpu.h> diff --git a/sys/kern/subr_prof.c b/sys/kern/subr_prof.c index 213c50a87278..c95416de8cfe 100644 --- a/sys/kern/subr_prof.c +++ b/sys/kern/subr_prof.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/sysproto.h> diff --git a/sys/kern/subr_rangeset.c b/sys/kern/subr_rangeset.c index 810cf212b850..84c71a583192 100644 --- a/sys/kern/subr_rangeset.c +++ b/sys/kern/subr_rangeset.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/lock.h> diff --git a/sys/kern/subr_rman.c b/sys/kern/subr_rman.c index 3e91fc40150a..90a35ef885bf 100644 --- a/sys/kern/subr_rman.c +++ b/sys/kern/subr_rman.c @@ -57,7 +57,6 @@ #include "opt_ddb.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/kern/subr_sbuf.c b/sys/kern/subr_sbuf.c index 0ce2427f6dbb..9b63d72c19d7 100644 --- a/sys/kern/subr_sbuf.c +++ b/sys/kern/subr_sbuf.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #ifdef _KERNEL diff --git a/sys/kern/subr_scanf.c b/sys/kern/subr_scanf.c index 7e34528e863c..907318fe1d83 100644 --- a/sys/kern/subr_scanf.c +++ b/sys/kern/subr_scanf.c @@ -34,7 +34,6 @@ * From: Id: vfscanf.c,v 1.13 1998/09/25 12:20:27 obrien Exp */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/ctype.h> diff --git a/sys/kern/subr_sfbuf.c b/sys/kern/subr_sfbuf.c index e805641fb3eb..d653497ec776 100644 --- a/sys/kern/subr_sfbuf.c +++ b/sys/kern/subr_sfbuf.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/lock.h> diff --git a/sys/kern/subr_sglist.c b/sys/kern/subr_sglist.c index b0f57049fc22..a7162d4d151c 100644 --- a/sys/kern/subr_sglist.c +++ b/sys/kern/subr_sglist.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/bio.h> diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c index 399665b47751..1f9577fddf9c 100644 --- a/sys/kern/subr_smp.c +++ b/sys/kern/subr_smp.c @@ -30,7 +30,6 @@ * used for the kernel SMP support. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/kern/subr_smr.c b/sys/kern/subr_smr.c index e4ed15cb03aa..c8eb044bccb4 100644 --- a/sys/kern/subr_smr.c +++ b/sys/kern/subr_smr.c @@ -25,7 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/counter.h> diff --git a/sys/kern/subr_stack.c b/sys/kern/subr_stack.c index e747f0d79322..628141a6ccd0 100644 --- a/sys/kern/subr_stack.c +++ b/sys/kern/subr_stack.c @@ -28,7 +28,6 @@ #include "opt_ddb.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #ifdef KTR diff --git a/sys/kern/subr_stats.c b/sys/kern/subr_stats.c index 6e8ec44681e7..63fd785d9175 100644 --- a/sys/kern/subr_stats.c +++ b/sys/kern/subr_stats.c @@ -28,7 +28,6 @@ * Author: Lawrence Stewart <lstewart@netflix.com> */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/arb.h> #include <sys/ctype.h> diff --git a/sys/kern/subr_taskqueue.c b/sys/kern/subr_taskqueue.c index 07323763204d..5650f9d57a01 100644 --- a/sys/kern/subr_taskqueue.c +++ b/sys/kern/subr_taskqueue.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/kern/subr_terminal.c b/sys/kern/subr_terminal.c index f7e61360868c..e34ef7087ad6 100644 --- a/sys/kern/subr_terminal.c +++ b/sys/kern/subr_terminal.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/cons.h> #include <sys/consio.h> diff --git a/sys/kern/subr_uio.c b/sys/kern/subr_uio.c index 7d20b383a235..1badf4c48fe2 100644 --- a/sys/kern/subr_uio.c +++ b/sys/kern/subr_uio.c @@ -39,7 +39,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/kern/sys_eventfd.c b/sys/kern/sys_eventfd.c index 5efad129edae..50c126f06dc6 100644 --- a/sys/kern/sys_eventfd.c +++ b/sys/kern/sys_eventfd.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/kern/sys_getrandom.c b/sys/kern/sys_getrandom.c index 48d951bc368c..922418402df5 100644 --- a/sys/kern/sys_getrandom.c +++ b/sys/kern/sys_getrandom.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/errno.h> #include <sys/limits.h> diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c index 6e64ff41db0a..3169d922cc68 100644 --- a/sys/kern/sys_pipe.c +++ b/sys/kern/sys_pipe.c @@ -89,7 +89,6 @@ * in the structure may have changed. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/kern/sys_procdesc.c b/sys/kern/sys_procdesc.c index 16d9de008d96..419ff928a8a2 100644 --- a/sys/kern/sys_procdesc.c +++ b/sys/kern/sys_procdesc.c @@ -62,7 +62,6 @@ * descriptors to be created for processes without pdfork(2)? */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/capsicum.h> #include <sys/fcntl.h> diff --git a/sys/kern/sys_process.c b/sys/kern/sys_process.c index 647487f86b02..6df8e694e91a 100644 --- a/sys/kern/sys_process.c +++ b/sys/kern/sys_process.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/ktr.h> diff --git a/sys/kern/sys_socket.c b/sys/kern/sys_socket.c index 42539938d800..7169805a0d3f 100644 --- a/sys/kern/sys_socket.c +++ b/sys/kern/sys_socket.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/aio.h> diff --git a/sys/kern/tty_inq.c b/sys/kern/tty_inq.c index 291a815fa2db..1a31d8b7fa2b 100644 --- a/sys/kern/tty_inq.c +++ b/sys/kern/tty_inq.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/lock.h> diff --git a/sys/kern/tty_outq.c b/sys/kern/tty_outq.c index 522d23bb4f72..c6139bd3c88d 100644 --- a/sys/kern/tty_outq.c +++ b/sys/kern/tty_outq.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/lock.h> diff --git a/sys/kern/tty_tty.c b/sys/kern/tty_tty.c index 9f73fed13916..b2fe159a2f3a 100644 --- a/sys/kern/tty_tty.c +++ b/sys/kern/tty_tty.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/eventhandler.h> diff --git a/sys/kern/tty_ttydisc.c b/sys/kern/tty_ttydisc.c index cb5bf672d040..3016f5e4ccb5 100644 --- a/sys/kern/tty_ttydisc.c +++ b/sys/kern/tty_ttydisc.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/fcntl.h> #include <sys/filio.h> diff --git a/sys/kern/uipc_domain.c b/sys/kern/uipc_domain.c index e2eda8b0ab81..03e6856b7750 100644 --- a/sys/kern/uipc_domain.c +++ b/sys/kern/uipc_domain.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/socket.h> #include <sys/protosw.h> diff --git a/sys/kern/vfs_acl.c b/sys/kern/vfs_acl.c index a0d6fe1f463a..20a58be02948 100644 --- a/sys/kern/vfs_acl.c +++ b/sys/kern/vfs_acl.c @@ -39,7 +39,6 @@ * Type-specific routines go into subr_acl_<type>.c. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/sysproto.h> diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c index 20efff89913d..0a0c1cd2f2a0 100644 --- a/sys/kern/vfs_aio.c +++ b/sys/kern/vfs_aio.c @@ -20,7 +20,6 @@ * This file contains support for the POSIX 1003.1B AIO/LIO facility. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index 56f9d604b9eb..31059f1c0a94 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -44,7 +44,6 @@ * see man buf(9) for more info. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/asan.h> diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index 463363c1536f..2e397b8e9e8f 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/kern/vfs_default.c b/sys/kern/vfs_default.c index dae60bf493c5..a342cbb80c9c 100644 --- a/sys/kern/vfs_default.c +++ b/sys/kern/vfs_default.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bio.h> diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c index dc1bbb58644b..8debf487cc54 100644 --- a/sys/kern/vfs_extattr.c +++ b/sys/kern/vfs_extattr.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/capsicum.h> diff --git a/sys/kern/vfs_hash.c b/sys/kern/vfs_hash.c index 9cf361b816de..717e3337ce34 100644 --- a/sys/kern/vfs_hash.c +++ b/sys/kern/vfs_hash.c @@ -27,7 +27,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c index dd343291b419..cd30d5cfae47 100644 --- a/sys/kern/vfs_init.c +++ b/sys/kern/vfs_init.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/fnv_hash.h> diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c index 462fd8bf19bb..8e54c832e9f1 100644 --- a/sys/kern/vfs_mount.c +++ b/sys/kern/vfs_mount.c @@ -36,7 +36,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/smp.h> diff --git a/sys/kern/vfs_mountroot.c b/sys/kern/vfs_mountroot.c index 569f8560788c..1069cf127f2a 100644 --- a/sys/kern/vfs_mountroot.c +++ b/sys/kern/vfs_mountroot.c @@ -39,7 +39,6 @@ #include "opt_rootdevname.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/cons.h> diff --git a/sys/kgssapi/gss_accept_sec_context.c b/sys/kgssapi/gss_accept_sec_context.c index 9fbce252044f..723ed9db9072 100644 --- a/sys/kgssapi/gss_accept_sec_context.c +++ b/sys/kgssapi/gss_accept_sec_context.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/kobj.h> diff --git a/sys/kgssapi/gss_acquire_cred.c b/sys/kgssapi/gss_acquire_cred.c index 5335b4715399..0c1248cd84fb 100644 --- a/sys/kgssapi/gss_acquire_cred.c +++ b/sys/kgssapi/gss_acquire_cred.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/kobj.h> diff --git a/sys/kgssapi/gss_add_oid_set_member.c b/sys/kgssapi/gss_add_oid_set_member.c index 5f67ec48bdfc..3abcf4d2b36f 100644 --- a/sys/kgssapi/gss_add_oid_set_member.c +++ b/sys/kgssapi/gss_add_oid_set_member.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/kobj.h> diff --git a/sys/kgssapi/gss_canonicalize_name.c b/sys/kgssapi/gss_canonicalize_name.c index 96345d3c4cfa..14f3d19b5b81 100644 --- a/sys/kgssapi/gss_canonicalize_name.c +++ b/sys/kgssapi/gss_canonicalize_name.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/kobj.h> diff --git a/sys/kgssapi/gss_create_empty_oid_set.c b/sys/kgssapi/gss_create_empty_oid_set.c index 40023ba4cc08..210de4808e4a 100644 --- a/sys/kgssapi/gss_create_empty_oid_set.c +++ b/sys/kgssapi/gss_create_empty_oid_set.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/kobj.h> diff --git a/sys/kgssapi/gss_delete_sec_context.c b/sys/kgssapi/gss_delete_sec_context.c index 5b45a59926f8..a5da31af136b 100644 --- a/sys/kgssapi/gss_delete_sec_context.c +++ b/sys/kgssapi/gss_delete_sec_context.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/jail.h> #include <sys/kernel.h> diff --git a/sys/kgssapi/gss_display_status.c b/sys/kgssapi/gss_display_status.c index 7dbd65f8bdc4..f907026b93ca 100644 --- a/sys/kgssapi/gss_display_status.c +++ b/sys/kgssapi/gss_display_status.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/kobj.h> diff --git a/sys/kgssapi/gss_export_name.c b/sys/kgssapi/gss_export_name.c index f2e7ffd00e0a..88c054b61486 100644 --- a/sys/kgssapi/gss_export_name.c +++ b/sys/kgssapi/gss_export_name.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/kobj.h> diff --git a/sys/kgssapi/gss_get_mic.c b/sys/kgssapi/gss_get_mic.c index 83be15da3b7e..2906ddb3e099 100644 --- a/sys/kgssapi/gss_get_mic.c +++ b/sys/kgssapi/gss_get_mic.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/kobj.h> diff --git a/sys/kgssapi/gss_impl.c b/sys/kgssapi/gss_impl.c index ae37cb646f1f..98edd62d3247 100644 --- a/sys/kgssapi/gss_impl.c +++ b/sys/kgssapi/gss_impl.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/jail.h> #include <sys/kernel.h> diff --git a/sys/kgssapi/gss_import_name.c b/sys/kgssapi/gss_import_name.c index 58b3707e16df..e309c4be41a1 100644 --- a/sys/kgssapi/gss_import_name.c +++ b/sys/kgssapi/gss_import_name.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/kobj.h> diff --git a/sys/kgssapi/gss_init_sec_context.c b/sys/kgssapi/gss_init_sec_context.c index 82e4b1ccba84..fa0d3fb2ae19 100644 --- a/sys/kgssapi/gss_init_sec_context.c +++ b/sys/kgssapi/gss_init_sec_context.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/kobj.h> diff --git a/sys/kgssapi/gss_ip_to_dns.c b/sys/kgssapi/gss_ip_to_dns.c index d2be006d5b3e..bb319e3d1f0b 100644 --- a/sys/kgssapi/gss_ip_to_dns.c +++ b/sys/kgssapi/gss_ip_to_dns.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/kobj.h> diff --git a/sys/kgssapi/gss_names.c b/sys/kgssapi/gss_names.c index 94eed9489501..0aa98ca38ccd 100644 --- a/sys/kgssapi/gss_names.c +++ b/sys/kgssapi/gss_names.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <kgssapi/gssapi.h> diff --git a/sys/kgssapi/gss_pname_to_uid.c b/sys/kgssapi/gss_pname_to_uid.c index 5814524d2c90..77b353c4f1ac 100644 --- a/sys/kgssapi/gss_pname_to_uid.c +++ b/sys/kgssapi/gss_pname_to_uid.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/kobj.h> diff --git a/sys/kgssapi/gss_release_buffer.c b/sys/kgssapi/gss_release_buffer.c index edff49aa8958..d59787831679 100644 --- a/sys/kgssapi/gss_release_buffer.c +++ b/sys/kgssapi/gss_release_buffer.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/kobj.h> diff --git a/sys/kgssapi/gss_release_cred.c b/sys/kgssapi/gss_release_cred.c index e77562594405..91625000fa9c 100644 --- a/sys/kgssapi/gss_release_cred.c +++ b/sys/kgssapi/gss_release_cred.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/jail.h> #include <sys/kernel.h> diff --git a/sys/kgssapi/gss_release_name.c b/sys/kgssapi/gss_release_name.c index 972ef8164d67..ee9a259134e3 100644 --- a/sys/kgssapi/gss_release_name.c +++ b/sys/kgssapi/gss_release_name.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/jail.h> #include <sys/kernel.h> diff --git a/sys/kgssapi/gss_release_oid_set.c b/sys/kgssapi/gss_release_oid_set.c index d72aa0146e39..2d084c4140e5 100644 --- a/sys/kgssapi/gss_release_oid_set.c +++ b/sys/kgssapi/gss_release_oid_set.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/kobj.h> diff --git a/sys/kgssapi/gss_set_cred_option.c b/sys/kgssapi/gss_set_cred_option.c index 6aac56b5f6b3..363b9e445afb 100644 --- a/sys/kgssapi/gss_set_cred_option.c +++ b/sys/kgssapi/gss_set_cred_option.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/kobj.h> diff --git a/sys/kgssapi/gss_test_oid_set_member.c b/sys/kgssapi/gss_test_oid_set_member.c index 94d1b5959b17..1084f3ffa98a 100644 --- a/sys/kgssapi/gss_test_oid_set_member.c +++ b/sys/kgssapi/gss_test_oid_set_member.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/kobj.h> diff --git a/sys/kgssapi/gss_unwrap.c b/sys/kgssapi/gss_unwrap.c index 7e54f8b3aa4f..e92ee9897d57 100644 --- a/sys/kgssapi/gss_unwrap.c +++ b/sys/kgssapi/gss_unwrap.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/kobj.h> diff --git a/sys/kgssapi/gss_verify_mic.c b/sys/kgssapi/gss_verify_mic.c index 270199e085a6..cc73cc2bcf67 100644 --- a/sys/kgssapi/gss_verify_mic.c +++ b/sys/kgssapi/gss_verify_mic.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/kobj.h> diff --git a/sys/kgssapi/gss_wrap.c b/sys/kgssapi/gss_wrap.c index 29dc6d8b44ac..57d6d55392df 100644 --- a/sys/kgssapi/gss_wrap.c +++ b/sys/kgssapi/gss_wrap.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/kobj.h> diff --git a/sys/kgssapi/gss_wrap_size_limit.c b/sys/kgssapi/gss_wrap_size_limit.c index 0cb376000093..dca26af4e43c 100644 --- a/sys/kgssapi/gss_wrap_size_limit.c +++ b/sys/kgssapi/gss_wrap_size_limit.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/kobj.h> diff --git a/sys/kgssapi/krb5/kcrypto.c b/sys/kgssapi/krb5/kcrypto.c index f0ce947c250b..2de1119615a5 100644 --- a/sys/kgssapi/krb5/kcrypto.c +++ b/sys/kgssapi/krb5/kcrypto.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/malloc.h> #include <sys/kobj.h> diff --git a/sys/kgssapi/krb5/kcrypto_aes.c b/sys/kgssapi/krb5/kcrypto_aes.c index 39d3ee1aac2b..ddaf1cec5b45 100644 --- a/sys/kgssapi/krb5/kcrypto_aes.c +++ b/sys/kgssapi/krb5/kcrypto_aes.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/lock.h> #include <sys/malloc.h> diff --git a/sys/libkern/arc4random.c b/sys/libkern/arc4random.c index adb496cf76b7..016822e9f03c 100644 --- a/sys/libkern/arc4random.c +++ b/sys/libkern/arc4random.c @@ -24,7 +24,6 @@ * */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/libkern/arm/aeabi_unwind.c b/sys/libkern/arm/aeabi_unwind.c index 6135a7892a6d..1a9bc5f9366e 100644 --- a/sys/libkern/arm/aeabi_unwind.c +++ b/sys/libkern/arm/aeabi_unwind.c @@ -27,7 +27,6 @@ * */ -#include <sys/cdefs.h> #include <sys/types.h> #ifdef _KERNEL #include <sys/systm.h> diff --git a/sys/libkern/asprintf.c b/sys/libkern/asprintf.c index 077a4132ccb1..a69ceb5b3733 100644 --- a/sys/libkern/asprintf.c +++ b/sys/libkern/asprintf.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/libkern/bcd.c b/sys/libkern/bcd.c index 493cff21cf93..829a470c6cf5 100644 --- a/sys/libkern/bcd.c +++ b/sys/libkern/bcd.c @@ -3,7 +3,6 @@ * Cannot be copyrighted. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/libkern.h> diff --git a/sys/libkern/bcopy.c b/sys/libkern/bcopy.c index eed59ac20e2d..8df260809a02 100644 --- a/sys/libkern/bcopy.c +++ b/sys/libkern/bcopy.c @@ -32,9 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -#endif /* LIBC_SCCS and not lint */ -#include <sys/cdefs.h> #include <sys/param.h> #ifdef _KERNEL #include <sys/systm.h> diff --git a/sys/libkern/bsearch.c b/sys/libkern/bsearch.c index 822adafd5a9b..0c2e87c794bc 100644 --- a/sys/libkern/bsearch.c +++ b/sys/libkern/bsearch.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/libkern.h> diff --git a/sys/libkern/gsb_crc32.c b/sys/libkern/gsb_crc32.c index acb7d7380d0f..58bd3e720278 100644 --- a/sys/libkern/gsb_crc32.c +++ b/sys/libkern/gsb_crc32.c @@ -42,7 +42,6 @@ * CRC32 code derived from work by Gary S. Brown. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/gsb_crc32.h> diff --git a/sys/libkern/iconv.c b/sys/libkern/iconv.c index 17cd456c5213..34b084024922 100644 --- a/sys/libkern/iconv.c +++ b/sys/libkern/iconv.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/libkern/iconv_ucs.c b/sys/libkern/iconv_ucs.c index ce5da53b9731..66f558611bda 100644 --- a/sys/libkern/iconv_ucs.c +++ b/sys/libkern/iconv_ucs.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/libkern/iconv_xlat.c b/sys/libkern/iconv_xlat.c index 516cf6b64288..f11c3cd7c943 100644 --- a/sys/libkern/iconv_xlat.c +++ b/sys/libkern/iconv_xlat.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/libkern/iconv_xlat16.c b/sys/libkern/iconv_xlat16.c index 2007b721ed98..4d90e0cb673e 100644 --- a/sys/libkern/iconv_xlat16.c +++ b/sys/libkern/iconv_xlat16.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/libkern/inet_aton.c b/sys/libkern/inet_aton.c index 2ad47f6bed45..0f9d3e2ba4bf 100644 --- a/sys/libkern/inet_aton.c +++ b/sys/libkern/inet_aton.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/ctype.h> #include <sys/limits.h> diff --git a/sys/libkern/inet_ntoa.c b/sys/libkern/inet_ntoa.c index cd66bfc985e1..9bd5630fbe63 100644 --- a/sys/libkern/inet_ntoa.c +++ b/sys/libkern/inet_ntoa.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/libkern/inet_ntop.c b/sys/libkern/inet_ntop.c index 06b52989aa12..d426e864f1a1 100644 --- a/sys/libkern/inet_ntop.c +++ b/sys/libkern/inet_ntop.c @@ -15,7 +15,6 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/socket.h> #include <sys/systm.h> diff --git a/sys/libkern/inet_pton.c b/sys/libkern/inet_pton.c index 63c226a26f21..834fdd1aa9e1 100644 --- a/sys/libkern/inet_pton.c +++ b/sys/libkern/inet_pton.c @@ -15,7 +15,6 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/socket.h> #include <sys/systm.h> diff --git a/sys/libkern/qsort.c b/sys/libkern/qsort.c index 2707d2ecb738..0255a3d64d76 100644 --- a/sys/libkern/qsort.c +++ b/sys/libkern/qsort.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/libkern.h> diff --git a/sys/libkern/quad.h b/sys/libkern/quad.h index 81e0a9a605cf..59b3da44dbaa 100644 --- a/sys/libkern/quad.h +++ b/sys/libkern/quad.h @@ -52,7 +52,6 @@ * with 48-bit longs. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/limits.h> #include <sys/syslimits.h> diff --git a/sys/libkern/random.c b/sys/libkern/random.c index 8671dbc95f43..246aef4cbb69 100644 --- a/sys/libkern/random.c +++ b/sys/libkern/random.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/libkern.h> #include <sys/prng.h> diff --git a/sys/libkern/strcasecmp.c b/sys/libkern/strcasecmp.c index 130bbeea53e3..4c55918cb4b4 100644 --- a/sys/libkern/strcasecmp.c +++ b/sys/libkern/strcasecmp.c @@ -33,7 +33,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/ctype.h> #include <sys/libkern.h> diff --git a/sys/libkern/strcasestr.c b/sys/libkern/strcasestr.c index 90025b6e26aa..89fe3b5862b8 100644 --- a/sys/libkern/strcasestr.c +++ b/sys/libkern/strcasestr.c @@ -37,7 +37,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/ctype.h> #include <sys/libkern.h> diff --git a/sys/libkern/strchr.c b/sys/libkern/strchr.c index 3f80e9316db8..fb9dce1efa4a 100644 --- a/sys/libkern/strchr.c +++ b/sys/libkern/strchr.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/libkern.h> diff --git a/sys/libkern/strchrnul.c b/sys/libkern/strchrnul.c index 2af14a72a37a..2e8becff89b8 100644 --- a/sys/libkern/strchrnul.c +++ b/sys/libkern/strchrnul.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/libkern.h> diff --git a/sys/libkern/strdup.c b/sys/libkern/strdup.c index f5685fcc554f..4f7b62a3941d 100644 --- a/sys/libkern/strdup.c +++ b/sys/libkern/strdup.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/libkern.h> diff --git a/sys/libkern/strlcat.c b/sys/libkern/strlcat.c index c2b4f39a0b67..a417dc46230b 100644 --- a/sys/libkern/strlcat.c +++ b/sys/libkern/strlcat.c @@ -29,7 +29,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/libkern.h> diff --git a/sys/libkern/strlcpy.c b/sys/libkern/strlcpy.c index be590501ab5e..7bbdd56370bc 100644 --- a/sys/libkern/strlcpy.c +++ b/sys/libkern/strlcpy.c @@ -16,7 +16,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/libkern.h> diff --git a/sys/libkern/strndup.c b/sys/libkern/strndup.c index f8867c140e67..2d71f2463242 100644 --- a/sys/libkern/strndup.c +++ b/sys/libkern/strndup.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/libkern.h> diff --git a/sys/libkern/strrchr.c b/sys/libkern/strrchr.c index fda103e99323..ceec6b46b895 100644 --- a/sys/libkern/strrchr.c +++ b/sys/libkern/strrchr.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/libkern.h> diff --git a/sys/libkern/strsep.c b/sys/libkern/strsep.c index 0943d6149b2e..b610656e78c5 100644 --- a/sys/libkern/strsep.c +++ b/sys/libkern/strsep.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/libkern.h> diff --git a/sys/libkern/strstr.c b/sys/libkern/strstr.c index d99c44b3d9ec..188061af945c 100644 --- a/sys/libkern/strstr.c +++ b/sys/libkern/strstr.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/libkern.h> diff --git a/sys/libkern/strtol.c b/sys/libkern/strtol.c index 7552c2dccf4b..f6810067c221 100644 --- a/sys/libkern/strtol.c +++ b/sys/libkern/strtol.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/ctype.h> diff --git a/sys/libkern/strtoq.c b/sys/libkern/strtoq.c index b05a25e5c75c..24472a67b26a 100644 --- a/sys/libkern/strtoq.c +++ b/sys/libkern/strtoq.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/ctype.h> diff --git a/sys/libkern/strtoul.c b/sys/libkern/strtoul.c index 8ecf729ce67e..8644fcbd3a27 100644 --- a/sys/libkern/strtoul.c +++ b/sys/libkern/strtoul.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/ctype.h> diff --git a/sys/libkern/strtouq.c b/sys/libkern/strtouq.c index fa7770e6ea97..1f567ee0c7e6 100644 --- a/sys/libkern/strtouq.c +++ b/sys/libkern/strtouq.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/ctype.h> diff --git a/sys/libkern/strvalid.c b/sys/libkern/strvalid.c index 21a51e5d3cdd..3f4e205273d2 100644 --- a/sys/libkern/strvalid.c +++ b/sys/libkern/strvalid.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/libkern.h> diff --git a/sys/modules/dtrace/dtraceall/dtraceall.c b/sys/modules/dtrace/dtraceall/dtraceall.c index 7d41901f28d5..73530aeab3b6 100644 --- a/sys/modules/dtrace/dtraceall/dtraceall.c +++ b/sys/modules/dtrace/dtraceall/dtraceall.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/net/bpf_filter.c b/sys/net/bpf_filter.c index b0fe40e7ec39..10db6bfed12a 100644 --- a/sys/net/bpf_filter.c +++ b/sys/net/bpf_filter.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #if !defined(_KERNEL) diff --git a/sys/net/bridgestp.c b/sys/net/bridgestp.c index fac558b93297..cdaf6b415417 100644 --- a/sys/net/bridgestp.c +++ b/sys/net/bridgestp.c @@ -36,7 +36,6 @@ * ISO/IEC 802.1D-2004, June 9, 2004. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/mbuf.h> diff --git a/sys/net/if_dead.c b/sys/net/if_dead.c index 81d8c4901778..37e83bdc70bb 100644 --- a/sys/net/if_dead.c +++ b/sys/net/if_dead.c @@ -33,7 +33,6 @@ * returned. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/mbuf.h> #include <sys/socket.h> diff --git a/sys/net/if_infiniband.c b/sys/net/if_infiniband.c index 98ea87098fea..7f0bb02f1687 100644 --- a/sys/net/if_infiniband.c +++ b/sys/net/if_infiniband.c @@ -27,7 +27,6 @@ #include "opt_inet6.h" #include "opt_kbd.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/devctl.h> diff --git a/sys/net/if_me.c b/sys/net/if_me.c index e9bcd345b5c5..126fe680e65f 100644 --- a/sys/net/if_me.c +++ b/sys/net/if_me.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/jail.h> diff --git a/sys/net/if_vxlan.c b/sys/net/if_vxlan.c index e6949bb5dc9a..c6c3af57c78b 100644 --- a/sys/net/if_vxlan.c +++ b/sys/net/if_vxlan.c @@ -28,7 +28,6 @@ #include "opt_inet.h" #include "opt_inet6.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/eventhandler.h> #include <sys/kernel.h> diff --git a/sys/net/mp_ring.c b/sys/net/mp_ring.c index 367f3c8171a4..422ababe2c43 100644 --- a/sys/net/mp_ring.c +++ b/sys/net/mp_ring.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/net/route/nhgrp.c b/sys/net/route/nhgrp.c index e829a1b6bac4..d048e09b045a 100644 --- a/sys/net/route/nhgrp.c +++ b/sys/net/route/nhgrp.c @@ -28,7 +28,6 @@ #include "opt_inet.h" #include "opt_route.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/lock.h> diff --git a/sys/net/route/nhgrp_ctl.c b/sys/net/route/nhgrp_ctl.c index 77062eefefd8..e26c1fcff33a 100644 --- a/sys/net/route/nhgrp_ctl.c +++ b/sys/net/route/nhgrp_ctl.c @@ -27,7 +27,6 @@ #include "opt_inet.h" #include "opt_route.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/lock.h> diff --git a/sys/net/route/route_temporal.c b/sys/net/route/route_temporal.c index d72a9374a4fa..72143e29a6c3 100644 --- a/sys/net/route/route_temporal.c +++ b/sys/net/route/route_temporal.c @@ -30,7 +30,6 @@ * (typically, redirect-originated) from the route tables. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/socket.h> diff --git a/sys/net/toeplitz.c b/sys/net/toeplitz.c index bc54060c867c..c57c133f044e 100644 --- a/sys/net/toeplitz.c +++ b/sys/net/toeplitz.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <net/rss_config.h> diff --git a/sys/net80211/ieee80211_action.c b/sys/net80211/ieee80211_action.c index 5dcb2438a64c..35b57322d569 100644 --- a/sys/net80211/ieee80211_action.c +++ b/sys/net80211/ieee80211_action.c @@ -25,10 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> -#ifdef __FreeBSD__ -#endif - /* * IEEE 802.11 send/recv action frame support. */ diff --git a/sys/net80211/ieee80211_adhoc.c b/sys/net80211/ieee80211_adhoc.c index 7455500a91ab..38f73d87f3d4 100644 --- a/sys/net80211/ieee80211_adhoc.c +++ b/sys/net80211/ieee80211_adhoc.c @@ -25,10 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> -#ifdef __FreeBSD__ -#endif - /* * IEEE 802.11 IBSS mode support. */ diff --git a/sys/net80211/ieee80211_alq.c b/sys/net80211/ieee80211_alq.c index 4a714bb51af9..c25ef11163d0 100644 --- a/sys/net80211/ieee80211_alq.c +++ b/sys/net80211/ieee80211_alq.c @@ -25,10 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> -#ifdef __FreeBSD__ -#endif - /* * net80211 fast-logging support, primarily for debugging. * diff --git a/sys/net80211/ieee80211_dfs.c b/sys/net80211/ieee80211_dfs.c index fed9e98c72df..bce7c2fa5ea4 100644 --- a/sys/net80211/ieee80211_dfs.c +++ b/sys/net80211/ieee80211_dfs.c @@ -25,10 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> -#ifdef __FreeBSD__ -#endif - /* * IEEE 802.11 DFS/Radar support. */ diff --git a/sys/net80211/ieee80211_hostap.c b/sys/net80211/ieee80211_hostap.c index b7db78f32282..f738c97076ca 100644 --- a/sys/net80211/ieee80211_hostap.c +++ b/sys/net80211/ieee80211_hostap.c @@ -25,10 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> -#ifdef __FreeBSD__ -#endif - /* * IEEE 802.11 HOSTAP mode support. */ diff --git a/sys/net80211/ieee80211_ht.c b/sys/net80211/ieee80211_ht.c index 61c57b87c5d7..ea59bb622dd8 100644 --- a/sys/net80211/ieee80211_ht.c +++ b/sys/net80211/ieee80211_ht.c @@ -25,10 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> -#ifdef __FreeBSD__ -#endif - /* * IEEE 802.11n protocol support. */ diff --git a/sys/net80211/ieee80211_hwmp.c b/sys/net80211/ieee80211_hwmp.c index e743b7dfb6f4..429cd69629fc 100644 --- a/sys/net80211/ieee80211_hwmp.c +++ b/sys/net80211/ieee80211_hwmp.c @@ -27,9 +27,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -#include <sys/cdefs.h> -#ifdef __FreeBSD__ -#endif /* * IEEE 802.11s Hybrid Wireless Mesh Protocol, HWMP. diff --git a/sys/net80211/ieee80211_mesh.c b/sys/net80211/ieee80211_mesh.c index 477527b34529..73e7ef7a8efd 100644 --- a/sys/net80211/ieee80211_mesh.c +++ b/sys/net80211/ieee80211_mesh.c @@ -27,9 +27,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -#include <sys/cdefs.h> -#ifdef __FreeBSD__ -#endif /* * IEEE 802.11s Mesh Point (MBSS) support. diff --git a/sys/net80211/ieee80211_monitor.c b/sys/net80211/ieee80211_monitor.c index 5dd11c205202..fc262f172f12 100644 --- a/sys/net80211/ieee80211_monitor.c +++ b/sys/net80211/ieee80211_monitor.c @@ -25,10 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> -#ifdef __FreeBSD__ -#endif - /* * IEEE 802.11 Monitor mode support. */ diff --git a/sys/net80211/ieee80211_ratectl.c b/sys/net80211/ieee80211_ratectl.c index 02aa870eaaba..7ba72c040fc6 100644 --- a/sys/net80211/ieee80211_ratectl.c +++ b/sys/net80211/ieee80211_ratectl.c @@ -25,7 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/sbuf.h> diff --git a/sys/net80211/ieee80211_sta.c b/sys/net80211/ieee80211_sta.c index 042f5636be29..5da7999951d6 100644 --- a/sys/net80211/ieee80211_sta.c +++ b/sys/net80211/ieee80211_sta.c @@ -25,10 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> -#ifdef __FreeBSD__ -#endif - /* * IEEE 802.11 Station mode support. */ diff --git a/sys/net80211/ieee80211_tdma.c b/sys/net80211/ieee80211_tdma.c index b9c204af40a5..90ab2525e488 100644 --- a/sys/net80211/ieee80211_tdma.c +++ b/sys/net80211/ieee80211_tdma.c @@ -26,10 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> -#ifdef __FreeBSD__ -#endif - /* * IEEE 802.11 TDMA mode support. */ diff --git a/sys/net80211/ieee80211_vht.c b/sys/net80211/ieee80211_vht.c index 1561255be101..4b5a53d583ce 100644 --- a/sys/net80211/ieee80211_vht.c +++ b/sys/net80211/ieee80211_vht.c @@ -23,10 +23,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> -#ifdef __FreeBSD__ -#endif - /* * IEEE 802.11ac-2013 protocol support. */ diff --git a/sys/net80211/ieee80211_wds.c b/sys/net80211/ieee80211_wds.c index 938c4a4772de..79c2d8a14e00 100644 --- a/sys/net80211/ieee80211_wds.c +++ b/sys/net80211/ieee80211_wds.c @@ -25,10 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> -#ifdef __FreeBSD__ -#endif - /* * IEEE 802.11 WDS mode support. */ diff --git a/sys/netgraph/ng_patch.c b/sys/netgraph/ng_patch.c index f55cf4e0dfef..51943b669c8d 100644 --- a/sys/netgraph/ng_patch.c +++ b/sys/netgraph/ng_patch.c @@ -28,7 +28,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/netinet/cc/cc_cdg.c b/sys/netinet/cc/cc_cdg.c index f6507a7a1490..3f23c4091170 100644 --- a/sys/netinet/cc/cc_cdg.c +++ b/sys/netinet/cc/cc_cdg.c @@ -48,7 +48,6 @@ * http://caia.swin.edu.au/urp/newtcp/ */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/hhook.h> #include <sys/kernel.h> diff --git a/sys/netinet/cc/cc_chd.c b/sys/netinet/cc/cc_chd.c index a16d0606b5ef..c644d9b2cdb8 100644 --- a/sys/netinet/cc/cc_chd.c +++ b/sys/netinet/cc/cc_chd.c @@ -52,7 +52,6 @@ * http://caia.swin.edu.au/urp/newtcp/ */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/khelp.h> diff --git a/sys/netinet/cc/cc_cubic.c b/sys/netinet/cc/cc_cubic.c index 031091c3b777..7a357e39182e 100644 --- a/sys/netinet/cc/cc_cubic.c +++ b/sys/netinet/cc/cc_cubic.c @@ -47,7 +47,6 @@ * http://caia.swin.edu.au/urp/newtcp/ */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/limits.h> diff --git a/sys/netinet/cc/cc_dctcp.c b/sys/netinet/cc/cc_dctcp.c index 29ee63611b80..8084439aafaa 100644 --- a/sys/netinet/cc/cc_dctcp.c +++ b/sys/netinet/cc/cc_dctcp.c @@ -36,7 +36,6 @@ * Originally released as the contribution of Microsoft Research project. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/malloc.h> diff --git a/sys/netinet/cc/cc_hd.c b/sys/netinet/cc/cc_hd.c index db23d10ccc3d..1a8b62ccf426 100644 --- a/sys/netinet/cc/cc_hd.c +++ b/sys/netinet/cc/cc_hd.c @@ -53,7 +53,6 @@ * http://caia.swin.edu.au/urp/newtcp/ */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/khelp.h> diff --git a/sys/netinet/cc/cc_htcp.c b/sys/netinet/cc/cc_htcp.c index 93720c407d5d..d31720d0099f 100644 --- a/sys/netinet/cc/cc_htcp.c +++ b/sys/netinet/cc/cc_htcp.c @@ -49,7 +49,6 @@ * http://caia.swin.edu.au/urp/newtcp/ */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/limits.h> diff --git a/sys/netinet/cc/cc_newreno.c b/sys/netinet/cc/cc_newreno.c index 903f0b7761c2..53d066682a7d 100644 --- a/sys/netinet/cc/cc_newreno.c +++ b/sys/netinet/cc/cc_newreno.c @@ -55,7 +55,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/malloc.h> diff --git a/sys/netinet/cc/cc_vegas.c b/sys/netinet/cc/cc_vegas.c index 8748e6def552..aac9c9ce77ff 100644 --- a/sys/netinet/cc/cc_vegas.c +++ b/sys/netinet/cc/cc_vegas.c @@ -55,7 +55,6 @@ * http://caia.swin.edu.au/urp/newtcp/ */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/khelp.h> diff --git a/sys/netinet/in_cksum.c b/sys/netinet/in_cksum.c index 252cb6e144ab..e03e1f755fba 100644 --- a/sys/netinet/in_cksum.c +++ b/sys/netinet/in_cksum.c @@ -35,7 +35,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/mbuf.h> #include <sys/systm.h> diff --git a/sys/netinet/in_kdtrace.c b/sys/netinet/in_kdtrace.c index e69fe100d48e..68a9c91ecba6 100644 --- a/sys/netinet/in_kdtrace.c +++ b/sys/netinet/in_kdtrace.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/sdt.h> diff --git a/sys/netinet/in_mcast.c b/sys/netinet/in_mcast.c index 362e3f25115c..ee707414dc42 100644 --- a/sys/netinet/in_mcast.c +++ b/sys/netinet/in_mcast.c @@ -34,7 +34,6 @@ * IPv4 multicast socket, group, and socket option processing module. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/netinet/in_rmx.c b/sys/netinet/in_rmx.c index a1c0164e3608..aedfd0bc08c7 100644 --- a/sys/netinet/in_rmx.c +++ b/sys/netinet/in_rmx.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/netinet/khelp/h_ertt.c b/sys/netinet/khelp/h_ertt.c index 9086a246f83e..005ac22fd0ff 100644 --- a/sys/netinet/khelp/h_ertt.c +++ b/sys/netinet/khelp/h_ertt.c @@ -38,7 +38,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/mbuf.h> diff --git a/sys/netinet/sctp.h b/sys/netinet/sctp.h index e8ee0f941c45..ed64a69b3967 100644 --- a/sys/netinet/sctp.h +++ b/sys/netinet/sctp.h @@ -35,7 +35,6 @@ #ifndef _NETINET_SCTP_H_ #define _NETINET_SCTP_H_ -#include <sys/cdefs.h> #include <sys/types.h> #define SCTP_PACKED __attribute__((packed)) diff --git a/sys/netinet/sctp_kdtrace.c b/sys/netinet/sctp_kdtrace.c index 01af53758728..0bcf509bbb59 100644 --- a/sys/netinet/sctp_kdtrace.c +++ b/sys/netinet/sctp_kdtrace.c @@ -31,7 +31,6 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/sdt.h> diff --git a/sys/netinet/sctp_timer.c b/sys/netinet/sctp_timer.c index d0f3f936b34d..66af716eea52 100644 --- a/sys/netinet/sctp_timer.c +++ b/sys/netinet/sctp_timer.c @@ -35,8 +35,7 @@ #define _IP_VHL #include <netinet/sctp_os.h> #include <netinet/sctp_pcb.h> -#ifdef INET6 -#endif + #include <netinet/sctp_var.h> #include <netinet/sctp_sysctl.h> #include <netinet/sctp_timer.h> diff --git a/sys/netinet/siftr.c b/sys/netinet/siftr.c index 13b26e61b5d4..216d0fb6920e 100644 --- a/sys/netinet/siftr.c +++ b/sys/netinet/siftr.c @@ -60,7 +60,6 @@ * Most recent update: September 2010 ******************************************************/ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/alq.h> #include <sys/errno.h> diff --git a/sys/netinet/tcp.h b/sys/netinet/tcp.h index e4c592422da4..70fab2c6a2d2 100644 --- a/sys/netinet/tcp.h +++ b/sys/netinet/tcp.h @@ -32,7 +32,6 @@ #ifndef _NETINET_TCP_H_ #define _NETINET_TCP_H_ -#include <sys/cdefs.h> #include <sys/types.h> #if __BSD_VISIBLE diff --git a/sys/netinet/tcp_stats.c b/sys/netinet/tcp_stats.c index 0d925f52fc50..618f9e0d10d2 100644 --- a/sys/netinet/tcp_stats.c +++ b/sys/netinet/tcp_stats.c @@ -28,7 +28,6 @@ * Author: Lawrence Stewart <lstewart@netflix.com> */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/arb.h> #include <sys/errno.h> diff --git a/sys/netinet6/in6_cksum.c b/sys/netinet6/in6_cksum.c index 73e9f8b7c0ce..2fb532d78013 100644 --- a/sys/netinet6/in6_cksum.c +++ b/sys/netinet6/in6_cksum.c @@ -60,7 +60,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/mbuf.h> #include <sys/systm.h> diff --git a/sys/netinet6/in6_ifattach.c b/sys/netinet6/in6_ifattach.c index fe421c02513f..11e9cba81332 100644 --- a/sys/netinet6/in6_ifattach.c +++ b/sys/netinet6/in6_ifattach.c @@ -31,7 +31,6 @@ * $KAME: in6_ifattach.c,v 1.118 2001/05/24 07:44:00 itojun Exp $ */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/netinet6/in6_rmx.c b/sys/netinet6/in6_rmx.c index 296f29cf00a2..fb00a8ea2211 100644 --- a/sys/netinet6/in6_rmx.c +++ b/sys/netinet6/in6_rmx.c @@ -61,7 +61,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/netinet6/scope6.c b/sys/netinet6/scope6.c index 73702d8b8039..f3cfd4602548 100644 --- a/sys/netinet6/scope6.c +++ b/sys/netinet6/scope6.c @@ -31,7 +31,6 @@ * $KAME: scope6.c,v 1.10 2000/07/24 13:29:31 itojun Exp $ */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/malloc.h> #include <sys/mbuf.h> diff --git a/sys/netinet6/send.c b/sys/netinet6/send.c index af94709bbc35..60c505af2f0b 100644 --- a/sys/netinet6/send.c +++ b/sys/netinet6/send.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/malloc.h> diff --git a/sys/netipsec/ipsec_mod.c b/sys/netipsec/ipsec_mod.c index d92c5f9a3520..c5976723b4d5 100644 --- a/sys/netipsec/ipsec_mod.c +++ b/sys/netipsec/ipsec_mod.c @@ -28,7 +28,6 @@ #include "opt_inet6.h" #include "opt_ipsec.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/netipsec/subr_ipsec.c b/sys/netipsec/subr_ipsec.c index 71766d667b09..ce874bcd57b5 100644 --- a/sys/netipsec/subr_ipsec.c +++ b/sys/netipsec/subr_ipsec.c @@ -28,7 +28,6 @@ #include "opt_inet6.h" #include "opt_ipsec.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/netlink/netlink_generic.c b/sys/netlink/netlink_generic.c index b7600b2b6b71..28f9fe108ef4 100644 --- a/sys/netlink/netlink_generic.c +++ b/sys/netlink/netlink_generic.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/ck.h> #include <sys/epoch.h> diff --git a/sys/netlink/netlink_generic_kpi.c b/sys/netlink/netlink_generic_kpi.c index 630064f0e2f9..b5cf03dd8fc8 100644 --- a/sys/netlink/netlink_generic_kpi.c +++ b/sys/netlink/netlink_generic_kpi.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/ck.h> #include <sys/epoch.h> diff --git a/sys/netlink/netlink_io.c b/sys/netlink/netlink_io.c index 0ca71fb6219b..3fe01bb443a1 100644 --- a/sys/netlink/netlink_io.c +++ b/sys/netlink/netlink_io.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/ck.h> #include <sys/lock.h> diff --git a/sys/netlink/netlink_message_writer.c b/sys/netlink/netlink_message_writer.c index 8443cc59d9e0..00c7f84cbc0a 100644 --- a/sys/netlink/netlink_message_writer.c +++ b/sys/netlink/netlink_message_writer.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/malloc.h> #include <sys/lock.h> diff --git a/sys/netlink/netlink_module.c b/sys/netlink/netlink_module.c index b4073721fdc4..e63048072ae9 100644 --- a/sys/netlink/netlink_module.c +++ b/sys/netlink/netlink_module.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/malloc.h> diff --git a/sys/netlink/netlink_route.c b/sys/netlink/netlink_route.c index 6b293f7ef19c..0123193c204f 100644 --- a/sys/netlink/netlink_route.c +++ b/sys/netlink/netlink_route.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/ck.h> #include <sys/epoch.h> diff --git a/sys/netpfil/ipfw/dn_heap.c b/sys/netpfil/ipfw/dn_heap.c index 53f26a0bb3fa..f49b6fde8106 100644 --- a/sys/netpfil/ipfw/dn_heap.c +++ b/sys/netpfil/ipfw/dn_heap.c @@ -30,7 +30,6 @@ * Binary heap and hash tables, used in dummynet */ -#include <sys/cdefs.h> #include <sys/param.h> #ifdef _KERNEL #include <sys/systm.h> diff --git a/sys/netpfil/ipfw/ip_fw_bpf.c b/sys/netpfil/ipfw/ip_fw_bpf.c index 5d27eae4d799..216b39238b03 100644 --- a/sys/netpfil/ipfw/ip_fw_bpf.c +++ b/sys/netpfil/ipfw/ip_fw_bpf.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/mbuf.h> diff --git a/sys/netpfil/ipfw/ip_fw_eaction.c b/sys/netpfil/ipfw/ip_fw_eaction.c index d074d9b77d27..0dfa3df625d8 100644 --- a/sys/netpfil/ipfw/ip_fw_eaction.c +++ b/sys/netpfil/ipfw/ip_fw_eaction.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/netpfil/ipfw/ip_fw_nat.c b/sys/netpfil/ipfw/ip_fw_nat.c index 4c83c91cf918..96520919514c 100644 --- a/sys/netpfil/ipfw/ip_fw_nat.c +++ b/sys/netpfil/ipfw/ip_fw_nat.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/eventhandler.h> diff --git a/sys/netpfil/ipfw/nat64/ip_fw_nat64.c b/sys/netpfil/ipfw/nat64/ip_fw_nat64.c index 3edebc2fe93e..17f8cc099aa5 100644 --- a/sys/netpfil/ipfw/nat64/ip_fw_nat64.c +++ b/sys/netpfil/ipfw/nat64/ip_fw_nat64.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/netpfil/ipfw/nat64/nat64clat.c b/sys/netpfil/ipfw/nat64/nat64clat.c index 0f74b378925b..88f576025d5f 100644 --- a/sys/netpfil/ipfw/nat64/nat64clat.c +++ b/sys/netpfil/ipfw/nat64/nat64clat.c @@ -27,7 +27,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/counter.h> diff --git a/sys/netpfil/ipfw/nat64/nat64clat_control.c b/sys/netpfil/ipfw/nat64/nat64clat_control.c index 8c4d9f3a2d81..27f7e09c2317 100644 --- a/sys/netpfil/ipfw/nat64/nat64clat_control.c +++ b/sys/netpfil/ipfw/nat64/nat64clat_control.c @@ -27,7 +27,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/counter.h> diff --git a/sys/netpfil/ipfw/nat64/nat64lsn.c b/sys/netpfil/ipfw/nat64/nat64lsn.c index f8f8435c94b7..e6d0167b52a1 100644 --- a/sys/netpfil/ipfw/nat64/nat64lsn.c +++ b/sys/netpfil/ipfw/nat64/nat64lsn.c @@ -27,7 +27,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/counter.h> diff --git a/sys/netpfil/ipfw/nat64/nat64lsn_control.c b/sys/netpfil/ipfw/nat64/nat64lsn_control.c index a51c11a8686b..70a67ac72f73 100644 --- a/sys/netpfil/ipfw/nat64/nat64lsn_control.c +++ b/sys/netpfil/ipfw/nat64/nat64lsn_control.c @@ -27,7 +27,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/counter.h> diff --git a/sys/netpfil/ipfw/nat64/nat64stl.c b/sys/netpfil/ipfw/nat64/nat64stl.c index 878cdbb186f8..ac479cb78d2c 100644 --- a/sys/netpfil/ipfw/nat64/nat64stl.c +++ b/sys/netpfil/ipfw/nat64/nat64stl.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/counter.h> diff --git a/sys/netpfil/ipfw/nat64/nat64stl_control.c b/sys/netpfil/ipfw/nat64/nat64stl_control.c index f762effe487e..b614bbc1c59c 100644 --- a/sys/netpfil/ipfw/nat64/nat64stl_control.c +++ b/sys/netpfil/ipfw/nat64/nat64stl_control.c @@ -27,7 +27,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/counter.h> diff --git a/sys/netpfil/ipfw/nptv6/ip_fw_nptv6.c b/sys/netpfil/ipfw/nptv6/ip_fw_nptv6.c index 20d49c05f3cc..2f2565171efb 100644 --- a/sys/netpfil/ipfw/nptv6/ip_fw_nptv6.c +++ b/sys/netpfil/ipfw/nptv6/ip_fw_nptv6.c @@ -25,7 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/netpfil/ipfw/nptv6/nptv6.c b/sys/netpfil/ipfw/nptv6/nptv6.c index 640bdedbf037..898545bd36fa 100644 --- a/sys/netpfil/ipfw/nptv6/nptv6.c +++ b/sys/netpfil/ipfw/nptv6/nptv6.c @@ -25,7 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/counter.h> diff --git a/sys/netpfil/ipfw/pmod/ip_fw_pmod.c b/sys/netpfil/ipfw/pmod/ip_fw_pmod.c index dfe6491b45d7..6eb0b80f1e3b 100644 --- a/sys/netpfil/ipfw/pmod/ip_fw_pmod.c +++ b/sys/netpfil/ipfw/pmod/ip_fw_pmod.c @@ -25,7 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/netpfil/ipfw/pmod/tcpmod.c b/sys/netpfil/ipfw/pmod/tcpmod.c index d7400f4fd5ed..e978394924e1 100644 --- a/sys/netpfil/ipfw/pmod/tcpmod.c +++ b/sys/netpfil/ipfw/pmod/tcpmod.c @@ -28,7 +28,6 @@ #include "opt_inet.h" #include "opt_inet6.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/errno.h> diff --git a/sys/netpfil/ipfw/test/test_dn_heap.c b/sys/netpfil/ipfw/test/test_dn_heap.c index 2b01d715c39c..63496703cdfd 100644 --- a/sys/netpfil/ipfw/test/test_dn_heap.c +++ b/sys/netpfil/ipfw/test/test_dn_heap.c @@ -30,7 +30,6 @@ * Userland code for testing binary heaps and hash tables */ -#include <sys/cdefs.h> #include <sys/param.h> #include <stdio.h> diff --git a/sys/netpfil/pf/pf_ruleset.c b/sys/netpfil/pf/pf_ruleset.c index 32b6e8eb30ab..bdc205785bd4 100644 --- a/sys/netpfil/pf/pf_ruleset.c +++ b/sys/netpfil/pf/pf_ruleset.c @@ -36,7 +36,6 @@ * $OpenBSD: pf_ruleset.c,v 1.2 2008/12/18 15:31:37 dhill Exp $ */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/socket.h> #include <sys/systm.h> diff --git a/sys/netsmb/smb_conn.c b/sys/netsmb/smb_conn.c index e56e807a8c57..259635e2d8d5 100644 --- a/sys/netsmb/smb_conn.c +++ b/sys/netsmb/smb_conn.c @@ -30,7 +30,6 @@ * Connection engine. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/netsmb/smb_crypt.c b/sys/netsmb/smb_crypt.c index 48adc745aafe..f258df479c12 100644 --- a/sys/netsmb/smb_crypt.c +++ b/sys/netsmb/smb_crypt.c @@ -35,7 +35,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/malloc.h> #include <sys/kernel.h> diff --git a/sys/netsmb/smb_dev.c b/sys/netsmb/smb_dev.c index c8aa1287a68c..6985481493ab 100644 --- a/sys/netsmb/smb_dev.c +++ b/sys/netsmb/smb_dev.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/capsicum.h> diff --git a/sys/netsmb/smb_iod.c b/sys/netsmb/smb_iod.c index e39b9e631394..1e240b8965fa 100644 --- a/sys/netsmb/smb_iod.c +++ b/sys/netsmb/smb_iod.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/endian.h> diff --git a/sys/netsmb/smb_rq.c b/sys/netsmb/smb_rq.c index 71f6e221ace9..a33598489aa1 100644 --- a/sys/netsmb/smb_rq.c +++ b/sys/netsmb/smb_rq.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/endian.h> diff --git a/sys/netsmb/smb_smb.c b/sys/netsmb/smb_smb.c index c5eb302fb83b..643adf774f08 100644 --- a/sys/netsmb/smb_smb.c +++ b/sys/netsmb/smb_smb.c @@ -30,7 +30,6 @@ * various SMB requests. Most of the routines merely packs data into mbufs. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/netsmb/smb_subr.c b/sys/netsmb/smb_subr.c index 8094f9593957..fbb951a37cef 100644 --- a/sys/netsmb/smb_subr.c +++ b/sys/netsmb/smb_subr.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/endian.h> diff --git a/sys/netsmb/smb_trantcp.c b/sys/netsmb/smb_trantcp.c index c3081849df55..f19eea45f265 100644 --- a/sys/netsmb/smb_trantcp.c +++ b/sys/netsmb/smb_trantcp.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/condvar.h> #include <sys/kernel.h> diff --git a/sys/netsmb/smb_usr.c b/sys/netsmb/smb_usr.c index 2c5096128bbe..6e862499ed2e 100644 --- a/sys/netsmb/smb_usr.c +++ b/sys/netsmb/smb_usr.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/malloc.h> #include <sys/kernel.h> diff --git a/sys/nfs/krpc_subr.c b/sys/nfs/krpc_subr.c index 6a12efa8bb16..26d83b781b0d 100644 --- a/sys/nfs/krpc_subr.c +++ b/sys/nfs/krpc_subr.c @@ -43,7 +43,6 @@ * libnetboot/rpc.c */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/jail.h> diff --git a/sys/nlm/nlm_advlock.c b/sys/nlm/nlm_advlock.c index 7bea89a6176d..ab0011b775ca 100644 --- a/sys/nlm/nlm_advlock.c +++ b/sys/nlm/nlm_advlock.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/fcntl.h> #include <sys/jail.h> diff --git a/sys/nlm/nlm_prot_impl.c b/sys/nlm/nlm_prot_impl.c index 216c4ac82b53..5275f4362a71 100644 --- a/sys/nlm/nlm_prot_impl.c +++ b/sys/nlm/nlm_prot_impl.c @@ -29,7 +29,6 @@ #include "opt_inet6.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/fail.h> #include <sys/fcntl.h> diff --git a/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c b/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c index d46e030c5990..f70c92e8b295 100644 --- a/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c +++ b/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c @@ -62,7 +62,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/eventhandler.h> #include <sys/kernel.h> diff --git a/sys/opencrypto/cbc_mac.c b/sys/opencrypto/cbc_mac.c index ed9230beaf49..31958a0e5aad 100644 --- a/sys/opencrypto/cbc_mac.c +++ b/sys/opencrypto/cbc_mac.c @@ -22,7 +22,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> #include <sys/param.h> diff --git a/sys/opencrypto/criov.c b/sys/opencrypto/criov.c index f17919bee706..72143e6abca7 100644 --- a/sys/opencrypto/criov.c +++ b/sys/opencrypto/criov.c @@ -27,7 +27,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> diff --git a/sys/opencrypto/cryptodeflate.c b/sys/opencrypto/cryptodeflate.c index 58fff6732423..ab1a886c5be5 100644 --- a/sys/opencrypto/cryptodeflate.c +++ b/sys/opencrypto/cryptodeflate.c @@ -32,7 +32,6 @@ * functions using the zlib library (see sys/contrib/zlib) */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/param.h> #include <sys/malloc.h> diff --git a/sys/opencrypto/cryptodev.c b/sys/opencrypto/cryptodev.c index 118f043d4aec..9341dd60d47e 100644 --- a/sys/opencrypto/cryptodev.c +++ b/sys/opencrypto/cryptodev.c @@ -41,7 +41,6 @@ * Materiel Command, USAF, under agreement number F30602-01-2-0537. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/opencrypto/cryptosoft.c b/sys/opencrypto/cryptosoft.c index 972060c198a9..b4634bed07c2 100644 --- a/sys/opencrypto/cryptosoft.c +++ b/sys/opencrypto/cryptosoft.c @@ -31,7 +31,6 @@ * PURPOSE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/opencrypto/ktls_ocf.c b/sys/opencrypto/ktls_ocf.c index 0b9a07a9c83e..5f0339e82962 100644 --- a/sys/opencrypto/ktls_ocf.c +++ b/sys/opencrypto/ktls_ocf.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/counter.h> diff --git a/sys/opencrypto/rmd160.c b/sys/opencrypto/rmd160.c index ca091a9ef067..9cf703c54e48 100644 --- a/sys/opencrypto/rmd160.c +++ b/sys/opencrypto/rmd160.c @@ -29,7 +29,6 @@ * ftp://ftp.rsasecurity.com/pub/cryptobytes/crypto3n2.pdf */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/endian.h> diff --git a/sys/opencrypto/xform_aes_cbc.c b/sys/opencrypto/xform_aes_cbc.c index e76fa6554bbf..c7d255ea166e 100644 --- a/sys/opencrypto/xform_aes_cbc.c +++ b/sys/opencrypto/xform_aes_cbc.c @@ -47,7 +47,6 @@ * PURPOSE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <crypto/rijndael/rijndael.h> #include <opencrypto/xform_enc.h> diff --git a/sys/opencrypto/xform_aes_xts.c b/sys/opencrypto/xform_aes_xts.c index c97313f60236..908e1de818c9 100644 --- a/sys/opencrypto/xform_aes_xts.c +++ b/sys/opencrypto/xform_aes_xts.c @@ -47,7 +47,6 @@ * PURPOSE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> #include <opencrypto/xform_enc.h> diff --git a/sys/opencrypto/xform_cml.c b/sys/opencrypto/xform_cml.c index 31c508ebc653..6d93577fc04f 100644 --- a/sys/opencrypto/xform_cml.c +++ b/sys/opencrypto/xform_cml.c @@ -47,7 +47,6 @@ * PURPOSE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <crypto/camellia/camellia.h> #include <opencrypto/xform_enc.h> diff --git a/sys/opencrypto/xform_deflate.c b/sys/opencrypto/xform_deflate.c index f4e3b5e4dfed..8b048ec06a73 100644 --- a/sys/opencrypto/xform_deflate.c +++ b/sys/opencrypto/xform_deflate.c @@ -47,7 +47,6 @@ * PURPOSE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <opencrypto/deflate.h> #include <opencrypto/xform_comp.h> diff --git a/sys/opencrypto/xform_rmd160.c b/sys/opencrypto/xform_rmd160.c index ddf988fe6913..5ecc103d180f 100644 --- a/sys/opencrypto/xform_rmd160.c +++ b/sys/opencrypto/xform_rmd160.c @@ -47,7 +47,6 @@ * PURPOSE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <opencrypto/rmd160.h> #include <opencrypto/xform_auth.h> diff --git a/sys/opencrypto/xform_sha1.c b/sys/opencrypto/xform_sha1.c index 0bf737ed8cb5..a70f7e039595 100644 --- a/sys/opencrypto/xform_sha1.c +++ b/sys/opencrypto/xform_sha1.c @@ -47,7 +47,6 @@ * PURPOSE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <crypto/sha1.h> #include <opencrypto/xform_auth.h> diff --git a/sys/opencrypto/xform_sha2.c b/sys/opencrypto/xform_sha2.c index a2359efc2348..e7d7cdaad820 100644 --- a/sys/opencrypto/xform_sha2.c +++ b/sys/opencrypto/xform_sha2.c @@ -47,7 +47,6 @@ * PURPOSE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <crypto/sha2/sha224.h> #include <crypto/sha2/sha256.h> diff --git a/sys/powerpc/aim/mmu_radix.c b/sys/powerpc/aim/mmu_radix.c index e26508a3bddf..abcb8ae151c4 100644 --- a/sys/powerpc/aim/mmu_radix.c +++ b/sys/powerpc/aim/mmu_radix.c @@ -27,7 +27,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/powerpc/aim/mp_cpudep.c b/sys/powerpc/aim/mp_cpudep.c index 192fefd0212f..98acfc1a5c37 100644 --- a/sys/powerpc/aim/mp_cpudep.c +++ b/sys/powerpc/aim/mp_cpudep.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/powerpc/amigaone/cpld_a1222.c b/sys/powerpc/amigaone/cpld_a1222.c index e8fc19f8853c..87c7143e9b1b 100644 --- a/sys/powerpc/amigaone/cpld_a1222.c +++ b/sys/powerpc/amigaone/cpld_a1222.c @@ -23,7 +23,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/powerpc/amigaone/cpld_x5000.c b/sys/powerpc/amigaone/cpld_x5000.c index 7688f669a35e..cf4a4680c6d5 100644 --- a/sys/powerpc/amigaone/cpld_x5000.c +++ b/sys/powerpc/amigaone/cpld_x5000.c @@ -23,7 +23,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/powerpc/amigaone/platform_amigaone.c b/sys/powerpc/amigaone/platform_amigaone.c index 65f69eaab081..d9ff3f85987c 100644 --- a/sys/powerpc/amigaone/platform_amigaone.c +++ b/sys/powerpc/amigaone/platform_amigaone.c @@ -23,7 +23,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/powerpc/booke/booke_machdep.c b/sys/powerpc/booke/booke_machdep.c index 23561884f222..1a37959b439f 100644 --- a/sys/powerpc/booke/booke_machdep.c +++ b/sys/powerpc/booke/booke_machdep.c @@ -84,7 +84,6 @@ #include "opt_kstack_pages.h" #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/param.h> #include <sys/proc.h> diff --git a/sys/powerpc/booke/machdep_e500.c b/sys/powerpc/booke/machdep_e500.c index 539b92736e6a..d56209c12faa 100644 --- a/sys/powerpc/booke/machdep_e500.c +++ b/sys/powerpc/booke/machdep_e500.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -#include <sys/cdefs.h> + #include <sys/types.h> #include <sys/param.h> #include <sys/proc.h> diff --git a/sys/powerpc/booke/mp_cpudep.c b/sys/powerpc/booke/mp_cpudep.c index 88900ddb7f80..a57c80102045 100644 --- a/sys/powerpc/booke/mp_cpudep.c +++ b/sys/powerpc/booke/mp_cpudep.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/powerpc/booke/platform_bare.c b/sys/powerpc/booke/platform_bare.c index e004c15c9c5d..354e834b5c06 100644 --- a/sys/powerpc/booke/platform_bare.c +++ b/sys/powerpc/booke/platform_bare.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/powerpc/booke/spe.c b/sys/powerpc/booke/spe.c index 30204698ec1f..e10392508e4e 100644 --- a/sys/powerpc/booke/spe.c +++ b/sys/powerpc/booke/spe.c @@ -31,7 +31,6 @@ * $NetBSD: fpu.c,v 1.5 2001/07/22 11:29:46 wiz Exp $ */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/proc.h> #include <sys/systm.h> diff --git a/sys/powerpc/cpufreq/dfs.c b/sys/powerpc/cpufreq/dfs.c index fc747189f30a..247ddcaa9c6b 100644 --- a/sys/powerpc/cpufreq/dfs.c +++ b/sys/powerpc/cpufreq/dfs.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/powerpc/cpufreq/mpc85xx_jog.c b/sys/powerpc/cpufreq/mpc85xx_jog.c index aa098915e22f..2d66fa05e942 100644 --- a/sys/powerpc/cpufreq/mpc85xx_jog.c +++ b/sys/powerpc/cpufreq/mpc85xx_jog.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/powerpc/cpufreq/pcr.c b/sys/powerpc/cpufreq/pcr.c index 6c2c3de1ef43..235f2d155357 100644 --- a/sys/powerpc/cpufreq/pcr.c +++ b/sys/powerpc/cpufreq/pcr.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/powerpc/cpufreq/pmcr.c b/sys/powerpc/cpufreq/pmcr.c index f736ad25bcce..8dd57079e3bd 100644 --- a/sys/powerpc/cpufreq/pmcr.c +++ b/sys/powerpc/cpufreq/pmcr.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/powerpc/cpufreq/pmufreq.c b/sys/powerpc/cpufreq/pmufreq.c index 3e0ecbd9be30..5c8f413539b4 100644 --- a/sys/powerpc/cpufreq/pmufreq.c +++ b/sys/powerpc/cpufreq/pmufreq.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/powerpc/fpu/fpu_add.c b/sys/powerpc/fpu/fpu_add.c index 25160e32b7fc..d0fa995f8067 100644 --- a/sys/powerpc/fpu/fpu_add.c +++ b/sys/powerpc/fpu/fpu_add.c @@ -46,7 +46,6 @@ * To subtract, negate y and call add. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> diff --git a/sys/powerpc/fpu/fpu_compare.c b/sys/powerpc/fpu/fpu_compare.c index ce3f5a958ad2..6629796d9c1f 100644 --- a/sys/powerpc/fpu/fpu_compare.c +++ b/sys/powerpc/fpu/fpu_compare.c @@ -47,7 +47,6 @@ * adding zero bits to the end of narrower mantissas. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> diff --git a/sys/powerpc/fpu/fpu_div.c b/sys/powerpc/fpu/fpu_div.c index 8795805d0336..a464be050c25 100644 --- a/sys/powerpc/fpu/fpu_div.c +++ b/sys/powerpc/fpu/fpu_div.c @@ -44,7 +44,6 @@ * Perform an FPU divide (return x / y). */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> diff --git a/sys/powerpc/fpu/fpu_explode.c b/sys/powerpc/fpu/fpu_explode.c index 0aaf631881a7..9add521cabb6 100644 --- a/sys/powerpc/fpu/fpu_explode.c +++ b/sys/powerpc/fpu/fpu_explode.c @@ -45,7 +45,6 @@ * into our internal format. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> diff --git a/sys/powerpc/fpu/fpu_implode.c b/sys/powerpc/fpu/fpu_implode.c index 9228cb5f6818..51950816b0c3 100644 --- a/sys/powerpc/fpu/fpu_implode.c +++ b/sys/powerpc/fpu/fpu_implode.c @@ -45,7 +45,6 @@ * `packed binary' format. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> diff --git a/sys/powerpc/fpu/fpu_mul.c b/sys/powerpc/fpu/fpu_mul.c index 544ab50cfb78..3e73c98251e1 100644 --- a/sys/powerpc/fpu/fpu_mul.c +++ b/sys/powerpc/fpu/fpu_mul.c @@ -44,7 +44,6 @@ * Perform an FPU multiply (return x * y). */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> diff --git a/sys/powerpc/fpu/fpu_sqrt.c b/sys/powerpc/fpu/fpu_sqrt.c index 5eed5501194f..7d6cdcb1b72e 100644 --- a/sys/powerpc/fpu/fpu_sqrt.c +++ b/sys/powerpc/fpu/fpu_sqrt.c @@ -44,7 +44,6 @@ * Perform an FPU square root (return sqrt(x)). */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> diff --git a/sys/powerpc/fpu/fpu_subr.c b/sys/powerpc/fpu/fpu_subr.c index 94d81caf94a8..1da4f6e6c03a 100644 --- a/sys/powerpc/fpu/fpu_subr.c +++ b/sys/powerpc/fpu/fpu_subr.c @@ -44,7 +44,6 @@ * FPU subroutines. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> diff --git a/sys/powerpc/include/ofw_machdep.h b/sys/powerpc/include/ofw_machdep.h index 9b56f716f522..7c3767dfc679 100644 --- a/sys/powerpc/include/ofw_machdep.h +++ b/sys/powerpc/include/ofw_machdep.h @@ -28,7 +28,6 @@ #ifndef _MACHINE_OFW_MACHDEP_H_ #define _MACHINE_OFW_MACHDEP_H_ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/rman.h> #include <sys/bus.h> diff --git a/sys/powerpc/include/rtas.h b/sys/powerpc/include/rtas.h index aee71eddeb82..7189a4bc00bf 100644 --- a/sys/powerpc/include/rtas.h +++ b/sys/powerpc/include/rtas.h @@ -29,7 +29,6 @@ #ifndef _MACHINE_RTAS_H_ #define _MACHINE_RTAS_H_ -#include <sys/cdefs.h> #include <sys/types.h> #include <dev/ofw/openfirm.h> diff --git a/sys/powerpc/mambo/mambo.c b/sys/powerpc/mambo/mambo.c index 5360c00bb5b5..99228f81145d 100644 --- a/sys/powerpc/mambo/mambo.c +++ b/sys/powerpc/mambo/mambo.c @@ -26,7 +26,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/module.h> diff --git a/sys/powerpc/mambo/mambo_console.c b/sys/powerpc/mambo/mambo_console.c index 5a58ad8ff226..3adc56385782 100644 --- a/sys/powerpc/mambo/mambo_console.c +++ b/sys/powerpc/mambo/mambo_console.c @@ -24,7 +24,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kdb.h> #include <sys/kernel.h> diff --git a/sys/powerpc/mambo/mambo_disk.c b/sys/powerpc/mambo/mambo_disk.c index d304a40cecba..d24652f15885 100644 --- a/sys/powerpc/mambo/mambo_disk.c +++ b/sys/powerpc/mambo/mambo_disk.c @@ -25,7 +25,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bio.h> diff --git a/sys/powerpc/mikrotik/platform_rb.c b/sys/powerpc/mikrotik/platform_rb.c index 6e0229bc4cf5..d53f7c99c09b 100644 --- a/sys/powerpc/mikrotik/platform_rb.c +++ b/sys/powerpc/mikrotik/platform_rb.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/powerpc/mikrotik/rb_led.c b/sys/powerpc/mikrotik/rb_led.c index 2c1aebc3b00e..9814b3940603 100644 --- a/sys/powerpc/mikrotik/rb_led.c +++ b/sys/powerpc/mikrotik/rb_led.c @@ -25,7 +25,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/module.h> diff --git a/sys/powerpc/mpc85xx/atpic.c b/sys/powerpc/mpc85xx/atpic.c index d364ef8c6262..fdee2177c970 100644 --- a/sys/powerpc/mpc85xx/atpic.c +++ b/sys/powerpc/mpc85xx/atpic.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/powerpc/mpc85xx/ds1553_bus_fdt.c b/sys/powerpc/mpc85xx/ds1553_bus_fdt.c index 78c09b246c39..2457ca2ca98e 100644 --- a/sys/powerpc/mpc85xx/ds1553_bus_fdt.c +++ b/sys/powerpc/mpc85xx/ds1553_bus_fdt.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/powerpc/mpc85xx/ds1553_core.c b/sys/powerpc/mpc85xx/ds1553_core.c index c0e4ae3907e8..c95578cacb5f 100644 --- a/sys/powerpc/mpc85xx/ds1553_core.c +++ b/sys/powerpc/mpc85xx/ds1553_core.c @@ -27,7 +27,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/powerpc/mpc85xx/fsl_diu.c b/sys/powerpc/mpc85xx/fsl_diu.c index e19fbbd37e43..97803e29b6ce 100644 --- a/sys/powerpc/mpc85xx/fsl_diu.c +++ b/sys/powerpc/mpc85xx/fsl_diu.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/powerpc/mpc85xx/fsl_espi.c b/sys/powerpc/mpc85xx/fsl_espi.c index 220b1ea40851..746ea266805c 100644 --- a/sys/powerpc/mpc85xx/fsl_espi.c +++ b/sys/powerpc/mpc85xx/fsl_espi.c @@ -24,7 +24,7 @@ * SUCH DAMAGE. * */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/powerpc/mpc85xx/fsl_sata.c b/sys/powerpc/mpc85xx/fsl_sata.c index 16a8ec963b27..861aaba530e3 100644 --- a/sys/powerpc/mpc85xx/fsl_sata.c +++ b/sys/powerpc/mpc85xx/fsl_sata.c @@ -25,7 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/powerpc/mpc85xx/i2c.c b/sys/powerpc/mpc85xx/i2c.c index d506c9155f53..a80181cdf9d9 100644 --- a/sys/powerpc/mpc85xx/i2c.c +++ b/sys/powerpc/mpc85xx/i2c.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/powerpc/mpc85xx/isa.c b/sys/powerpc/mpc85xx/isa.c index 4ef6ca948168..8b092f895982 100644 --- a/sys/powerpc/mpc85xx/isa.c +++ b/sys/powerpc/mpc85xx/isa.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/malloc.h> diff --git a/sys/powerpc/mpc85xx/lbc.c b/sys/powerpc/mpc85xx/lbc.c index 3652b20984a6..c07fa1251b2c 100644 --- a/sys/powerpc/mpc85xx/lbc.c +++ b/sys/powerpc/mpc85xx/lbc.c @@ -35,7 +35,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/ktr.h> diff --git a/sys/powerpc/mpc85xx/mpc85xx_cache.c b/sys/powerpc/mpc85xx/mpc85xx_cache.c index 215361b54152..e5104cb20fa8 100644 --- a/sys/powerpc/mpc85xx/mpc85xx_cache.c +++ b/sys/powerpc/mpc85xx/mpc85xx_cache.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/powerpc/mpc85xx/mpc85xx_gpio.c b/sys/powerpc/mpc85xx/mpc85xx_gpio.c index f8c46a9975ae..22c35261f7b8 100644 --- a/sys/powerpc/mpc85xx/mpc85xx_gpio.c +++ b/sys/powerpc/mpc85xx/mpc85xx_gpio.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/powerpc/mpc85xx/pci_mpc85xx.c b/sys/powerpc/mpc85xx/pci_mpc85xx.c index 7409d8c4e07b..f4080ce3b75c 100644 --- a/sys/powerpc/mpc85xx/pci_mpc85xx.c +++ b/sys/powerpc/mpc85xx/pci_mpc85xx.c @@ -35,7 +35,6 @@ * From: FreeBSD: src/sys/powerpc/mpc85xx/pci_ocp.c,v 1.9 2010/03/23 23:46:28 marcel */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/ktr.h> diff --git a/sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c b/sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c index ea72fe413457..a70df6e1c922 100644 --- a/sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c +++ b/sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c @@ -28,7 +28,6 @@ * From: FreeBSD: src/sys/powerpc/mpc85xx/pci_ocp.c,v 1.9 2010/03/23 23:46:28 marcel */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/ktr.h> diff --git a/sys/powerpc/mpc85xx/platform_mpc85xx.c b/sys/powerpc/mpc85xx/platform_mpc85xx.c index 1067d835a409..6653c40b01a3 100644 --- a/sys/powerpc/mpc85xx/platform_mpc85xx.c +++ b/sys/powerpc/mpc85xx/platform_mpc85xx.c @@ -27,7 +27,7 @@ */ #include "opt_platform.h" -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/powerpc/ofw/ofw_initrd.c b/sys/powerpc/ofw/ofw_initrd.c index 8f4a6e6e1f27..f8d8a9551e0e 100644 --- a/sys/powerpc/ofw/ofw_initrd.c +++ b/sys/powerpc/ofw/ofw_initrd.c @@ -22,7 +22,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/powerpc/ofw/ofw_pcib_pci.c b/sys/powerpc/ofw/ofw_pcib_pci.c index 940ddb178734..055aab9cf4c6 100644 --- a/sys/powerpc/ofw/ofw_pcib_pci.c +++ b/sys/powerpc/ofw/ofw_pcib_pci.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/module.h> diff --git a/sys/powerpc/ofw/ofw_pcibus.c b/sys/powerpc/ofw/ofw_pcibus.c index 85b36e37c7ec..9619ccc6c899 100644 --- a/sys/powerpc/ofw/ofw_pcibus.c +++ b/sys/powerpc/ofw/ofw_pcibus.c @@ -29,7 +29,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/powerpc/ofw/ofw_syscons.c b/sys/powerpc/ofw/ofw_syscons.c index 8e44ebb5abfb..652d68ce7440 100644 --- a/sys/powerpc/ofw/ofw_syscons.c +++ b/sys/powerpc/ofw/ofw_syscons.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/module.h> diff --git a/sys/powerpc/ofw/openpic_ofw.c b/sys/powerpc/ofw/openpic_ofw.c index 5f86077f2de8..fdab55fb30f5 100644 --- a/sys/powerpc/ofw/openpic_ofw.c +++ b/sys/powerpc/ofw/openpic_ofw.c @@ -28,7 +28,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/module.h> diff --git a/sys/powerpc/powermac/atibl.c b/sys/powerpc/powermac/atibl.c index 6d276040cf27..c0d6548d50cf 100644 --- a/sys/powerpc/powermac/atibl.c +++ b/sys/powerpc/powermac/atibl.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/systm.h> diff --git a/sys/powerpc/powermac/cpcht.c b/sys/powerpc/powermac/cpcht.c index 5af9b6c94d08..138aefda5cdb 100644 --- a/sys/powerpc/powermac/cpcht.c +++ b/sys/powerpc/powermac/cpcht.c @@ -25,7 +25,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/module.h> diff --git a/sys/powerpc/powermac/cuda.c b/sys/powerpc/powermac/cuda.c index 97f60f269559..0b3adf4f91ef 100644 --- a/sys/powerpc/powermac/cuda.c +++ b/sys/powerpc/powermac/cuda.c @@ -30,7 +30,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/module.h> diff --git a/sys/powerpc/powermac/dbdma.c b/sys/powerpc/powermac/dbdma.c index 4f64fb76d1fc..7bb06350f3f6 100644 --- a/sys/powerpc/powermac/dbdma.c +++ b/sys/powerpc/powermac/dbdma.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/powerpc/powermac/fcu.c b/sys/powerpc/powermac/fcu.c index cfb5b8e9eceb..0b3ee6f375be 100644 --- a/sys/powerpc/powermac/fcu.c +++ b/sys/powerpc/powermac/fcu.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/systm.h> diff --git a/sys/powerpc/powermac/grackle.c b/sys/powerpc/powermac/grackle.c index 53c7725646e0..cddf66e6d5f1 100644 --- a/sys/powerpc/powermac/grackle.c +++ b/sys/powerpc/powermac/grackle.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/module.h> diff --git a/sys/powerpc/powermac/nvbl.c b/sys/powerpc/powermac/nvbl.c index 99e94b2d9915..0323ab4261d9 100644 --- a/sys/powerpc/powermac/nvbl.c +++ b/sys/powerpc/powermac/nvbl.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/systm.h> diff --git a/sys/powerpc/powermac/platform_powermac.c b/sys/powerpc/powermac/platform_powermac.c index 191d9ae64abe..c63ef521ca8f 100644 --- a/sys/powerpc/powermac/platform_powermac.c +++ b/sys/powerpc/powermac/platform_powermac.c @@ -27,7 +27,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/powerpc/powermac/pmu.c b/sys/powerpc/powermac/pmu.c index f9d9d4d40c72..84be68ff0ef8 100644 --- a/sys/powerpc/powermac/pmu.c +++ b/sys/powerpc/powermac/pmu.c @@ -28,7 +28,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/module.h> diff --git a/sys/powerpc/powermac/powermac_thermal.c b/sys/powerpc/powermac/powermac_thermal.c index e711beca5485..a7e66cc2b80d 100644 --- a/sys/powerpc/powermac/powermac_thermal.c +++ b/sys/powerpc/powermac/powermac_thermal.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/lock.h> diff --git a/sys/powerpc/powermac/smu.c b/sys/powerpc/powermac/smu.c index af00599e6b54..5f604cd73c9f 100644 --- a/sys/powerpc/powermac/smu.c +++ b/sys/powerpc/powermac/smu.c @@ -27,7 +27,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/eventhandler.h> diff --git a/sys/powerpc/powermac/smusat.c b/sys/powerpc/powermac/smusat.c index c69e9461088f..5639daa28501 100644 --- a/sys/powerpc/powermac/smusat.c +++ b/sys/powerpc/powermac/smusat.c @@ -27,7 +27,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/module.h> diff --git a/sys/powerpc/powermac/uninorthpci.c b/sys/powerpc/powermac/uninorthpci.c index ef48085bfdc4..3df853080f0f 100644 --- a/sys/powerpc/powermac/uninorthpci.c +++ b/sys/powerpc/powermac/uninorthpci.c @@ -25,7 +25,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/module.h> diff --git a/sys/powerpc/powermac/vcoregpio.c b/sys/powerpc/powermac/vcoregpio.c index 02461e7552a4..a3ec85989f71 100644 --- a/sys/powerpc/powermac/vcoregpio.c +++ b/sys/powerpc/powermac/vcoregpio.c @@ -27,7 +27,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/module.h> diff --git a/sys/powerpc/powernv/opal.h b/sys/powerpc/powernv/opal.h index 50a621cd14c4..40da7a09bfb1 100644 --- a/sys/powerpc/powernv/opal.h +++ b/sys/powerpc/powernv/opal.h @@ -27,7 +27,6 @@ #ifndef _POWERNV_OPAL_H #define _POWERNV_OPAL_H -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/_eventhandler.h> diff --git a/sys/powerpc/powernv/opal_async.c b/sys/powerpc/powernv/opal_async.c index 45329879b159..781a56a4de79 100644 --- a/sys/powerpc/powernv/opal_async.c +++ b/sys/powerpc/powernv/opal_async.c @@ -22,7 +22,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/eventhandler.h> #include <sys/malloc.h> diff --git a/sys/powerpc/powernv/opal_dev.c b/sys/powerpc/powernv/opal_dev.c index ab1a1fbb731c..1ed50671aee8 100644 --- a/sys/powerpc/powernv/opal_dev.c +++ b/sys/powerpc/powernv/opal_dev.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/module.h> diff --git a/sys/powerpc/powernv/opal_flash.c b/sys/powerpc/powernv/opal_flash.c index b1e701fde97e..144de20da5d3 100644 --- a/sys/powerpc/powernv/opal_flash.c +++ b/sys/powerpc/powernv/opal_flash.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bio.h> diff --git a/sys/powerpc/powernv/opal_hmi.c b/sys/powerpc/powernv/opal_hmi.c index 748cfd179919..0dc179be3750 100644 --- a/sys/powerpc/powernv/opal_hmi.c +++ b/sys/powerpc/powernv/opal_hmi.c @@ -23,7 +23,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/types.h> #include <sys/eventhandler.h> diff --git a/sys/powerpc/powernv/opal_i2c.c b/sys/powerpc/powernv/opal_i2c.c index eaf931c684d9..1f2002102116 100644 --- a/sys/powerpc/powernv/opal_i2c.c +++ b/sys/powerpc/powernv/opal_i2c.c @@ -27,7 +27,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/endian.h> #include <sys/systm.h> diff --git a/sys/powerpc/powernv/opal_i2cm.c b/sys/powerpc/powernv/opal_i2cm.c index 77277874ce8f..28d6b8d55535 100644 --- a/sys/powerpc/powernv/opal_i2cm.c +++ b/sys/powerpc/powernv/opal_i2cm.c @@ -27,7 +27,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/powerpc/powernv/opal_pci.c b/sys/powerpc/powernv/opal_pci.c index 4a3d08d4c72e..8dee2c45c089 100644 --- a/sys/powerpc/powernv/opal_pci.c +++ b/sys/powerpc/powernv/opal_pci.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/module.h> diff --git a/sys/powerpc/powernv/opal_sensor.c b/sys/powerpc/powernv/opal_sensor.c index bf7a79747708..657044d1ea0f 100644 --- a/sys/powerpc/powernv/opal_sensor.c +++ b/sys/powerpc/powernv/opal_sensor.c @@ -22,7 +22,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/lock.h> diff --git a/sys/powerpc/powernv/platform_powernv.c b/sys/powerpc/powernv/platform_powernv.c index e9babc128af0..50af24794e69 100644 --- a/sys/powerpc/powernv/platform_powernv.c +++ b/sys/powerpc/powernv/platform_powernv.c @@ -25,7 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/powerpc/powernv/powernv_centaur.c b/sys/powerpc/powernv/powernv_centaur.c index 332becfaf50f..70c23a333369 100644 --- a/sys/powerpc/powernv/powernv_centaur.c +++ b/sys/powerpc/powernv/powernv_centaur.c @@ -27,7 +27,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/powerpc/powernv/powernv_xscom.c b/sys/powerpc/powernv/powernv_xscom.c index 172e6c015803..a7012aefa16f 100644 --- a/sys/powerpc/powernv/powernv_xscom.c +++ b/sys/powerpc/powernv/powernv_xscom.c @@ -27,7 +27,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/powerpc/powerpc/altivec.c b/sys/powerpc/powerpc/altivec.c index 5072cf3dc6f6..c4f356875af0 100644 --- a/sys/powerpc/powerpc/altivec.c +++ b/sys/powerpc/powerpc/altivec.c @@ -33,7 +33,6 @@ * $NetBSD: fpu.c,v 1.5 2001/07/22 11:29:46 wiz Exp $ */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/proc.h> #include <sys/systm.h> diff --git a/sys/powerpc/powerpc/autoconf.c b/sys/powerpc/powerpc/autoconf.c index e76225e0665b..a2f48c2da49c 100644 --- a/sys/powerpc/powerpc/autoconf.c +++ b/sys/powerpc/powerpc/autoconf.c @@ -28,7 +28,6 @@ #include "opt_isa.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/powerpc/powerpc/busdma_machdep.c b/sys/powerpc/powerpc/busdma_machdep.c index 59e54d2478fa..21828e422d50 100644 --- a/sys/powerpc/powerpc/busdma_machdep.c +++ b/sys/powerpc/powerpc/busdma_machdep.c @@ -30,7 +30,6 @@ * From amd64/busdma_machdep.c, r204214 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/powerpc/powerpc/clock.c b/sys/powerpc/powerpc/clock.c index 5b10e200a972..b294563706dd 100644 --- a/sys/powerpc/powerpc/clock.c +++ b/sys/powerpc/powerpc/clock.c @@ -57,7 +57,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/powerpc/powerpc/copyinout.c b/sys/powerpc/powerpc/copyinout.c index 5df9db51fc84..b16c2828c209 100644 --- a/sys/powerpc/powerpc/copyinout.c +++ b/sys/powerpc/powerpc/copyinout.c @@ -55,7 +55,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/lock.h> #include <sys/mutex.h> diff --git a/sys/powerpc/powerpc/db_disasm.c b/sys/powerpc/powerpc/db_disasm.c index 31f0b93f28b2..3d22e13a3eba 100644 --- a/sys/powerpc/powerpc/db_disasm.c +++ b/sys/powerpc/powerpc/db_disasm.c @@ -1,7 +1,6 @@ /* $NetBSD: db_disasm.c,v 1.28 2013/07/04 23:00:23 joerg Exp $ */ /* $OpenBSD: db_disasm.c,v 1.2 1996/12/28 06:21:48 rahnds Exp $ */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/proc.h> #include <sys/systm.h> diff --git a/sys/powerpc/powerpc/dump_machdep.c b/sys/powerpc/powerpc/dump_machdep.c index ac7e6283b5d3..7fbd0f6c011b 100644 --- a/sys/powerpc/powerpc/dump_machdep.c +++ b/sys/powerpc/powerpc/dump_machdep.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/powerpc/powerpc/fpu.c b/sys/powerpc/powerpc/fpu.c index 8f5df2f7d576..0eaff2ea4932 100644 --- a/sys/powerpc/powerpc/fpu.c +++ b/sys/powerpc/powerpc/fpu.c @@ -33,7 +33,6 @@ * $NetBSD: fpu.c,v 1.5 2001/07/22 11:29:46 wiz Exp $ */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/proc.h> #include <sys/systm.h> diff --git a/sys/powerpc/powerpc/gdb_machdep.c b/sys/powerpc/powerpc/gdb_machdep.c index d7ec72216147..4bccfede47ad 100644 --- a/sys/powerpc/powerpc/gdb_machdep.c +++ b/sys/powerpc/powerpc/gdb_machdep.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kdb.h> diff --git a/sys/powerpc/powerpc/mp_machdep.c b/sys/powerpc/powerpc/mp_machdep.c index 31ba37809ad2..d6d140aa0ea2 100644 --- a/sys/powerpc/powerpc/mp_machdep.c +++ b/sys/powerpc/powerpc/mp_machdep.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/powerpc/powerpc/nexus.c b/sys/powerpc/powerpc/nexus.c index c5f460baf44e..b9c2755dd983 100644 --- a/sys/powerpc/powerpc/nexus.c +++ b/sys/powerpc/powerpc/nexus.c @@ -41,7 +41,6 @@ * requests and I/O memory address space. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/powerpc/powerpc/ptrace_machdep.c b/sys/powerpc/powerpc/ptrace_machdep.c index 2e494e178482..619faabf3ce0 100644 --- a/sys/powerpc/powerpc/ptrace_machdep.c +++ b/sys/powerpc/powerpc/ptrace_machdep.c @@ -25,7 +25,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/powerpc/powerpc/sc_machdep.c b/sys/powerpc/powerpc/sc_machdep.c index 5640923c6345..6f3c6ecc1252 100644 --- a/sys/powerpc/powerpc/sc_machdep.c +++ b/sys/powerpc/powerpc/sc_machdep.c @@ -27,7 +27,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/powerpc/powerpc/stack_machdep.c b/sys/powerpc/powerpc/stack_machdep.c index 3a5e3269badf..2d1a45c71c5a 100644 --- a/sys/powerpc/powerpc/stack_machdep.c +++ b/sys/powerpc/powerpc/stack_machdep.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/lock.h> #include <sys/mutex.h> diff --git a/sys/powerpc/powerpc/syncicache.c b/sys/powerpc/powerpc/syncicache.c index 8065dc2e4e10..0dd42b5df881 100644 --- a/sys/powerpc/powerpc/syncicache.c +++ b/sys/powerpc/powerpc/syncicache.c @@ -33,7 +33,6 @@ * $NetBSD: syncicache.c,v 1.2 1999/05/05 12:36:40 tsubai Exp $ */ -#include <sys/cdefs.h> #include <sys/param.h> #if defined(_KERNEL) || defined(_STANDALONE) #include <sys/time.h> diff --git a/sys/powerpc/powerpc/sys_machdep.c b/sys/powerpc/powerpc/sys_machdep.c index cba9deb69ac7..cc2311d57ec7 100644 --- a/sys/powerpc/powerpc/sys_machdep.c +++ b/sys/powerpc/powerpc/sys_machdep.c @@ -25,7 +25,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/errno.h> diff --git a/sys/powerpc/powerpc/trap.c b/sys/powerpc/powerpc/trap.c index 7f1a267f5cf2..ab3e56875169 100644 --- a/sys/powerpc/powerpc/trap.c +++ b/sys/powerpc/powerpc/trap.c @@ -31,7 +31,6 @@ * $NetBSD: trap.c,v 1.58 2002/03/04 04:07:35 dbj Exp $ */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kdb.h> #include <sys/proc.h> diff --git a/sys/powerpc/powerpc/uio_machdep.c b/sys/powerpc/powerpc/uio_machdep.c index 288f5f333237..ee0f9f2a0795 100644 --- a/sys/powerpc/powerpc/uio_machdep.c +++ b/sys/powerpc/powerpc/uio_machdep.c @@ -35,7 +35,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/powerpc/powerpc/uma_machdep.c b/sys/powerpc/powerpc/uma_machdep.c index 3f8276b16baa..47ee785f4be8 100644 --- a/sys/powerpc/powerpc/uma_machdep.c +++ b/sys/powerpc/powerpc/uma_machdep.c @@ -24,7 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/powerpc/ps3/mmu_ps3.c b/sys/powerpc/ps3/mmu_ps3.c index 0e0ad4db3177..6aeadfab5f7a 100644 --- a/sys/powerpc/ps3/mmu_ps3.c +++ b/sys/powerpc/ps3/mmu_ps3.c @@ -25,7 +25,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/ktr.h> diff --git a/sys/powerpc/ps3/platform_ps3.c b/sys/powerpc/ps3/platform_ps3.c index dd2a101b3b97..556f723a0134 100644 --- a/sys/powerpc/ps3/platform_ps3.c +++ b/sys/powerpc/ps3/platform_ps3.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/powerpc/ps3/ps3_syscons.c b/sys/powerpc/ps3/ps3_syscons.c index e41210b5fd5a..0e2f21056258 100644 --- a/sys/powerpc/ps3/ps3_syscons.c +++ b/sys/powerpc/ps3/ps3_syscons.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/powerpc/ps3/ps3bus.c b/sys/powerpc/ps3/ps3bus.c index 90374c168cf3..64548e5a3b34 100644 --- a/sys/powerpc/ps3/ps3bus.c +++ b/sys/powerpc/ps3/ps3bus.c @@ -26,7 +26,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/powerpc/ps3/ps3cdrom.c b/sys/powerpc/ps3/ps3cdrom.c index d86bb1cb90ee..f40cb8710d5a 100644 --- a/sys/powerpc/ps3/ps3cdrom.c +++ b/sys/powerpc/ps3/ps3cdrom.c @@ -27,7 +27,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/module.h> #include <sys/systm.h> diff --git a/sys/powerpc/ps3/ps3disk.c b/sys/powerpc/ps3/ps3disk.c index db486c19aef3..0931e6aad58b 100644 --- a/sys/powerpc/ps3/ps3disk.c +++ b/sys/powerpc/ps3/ps3disk.c @@ -26,7 +26,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/sysctl.h> diff --git a/sys/powerpc/pseries/mmu_phyp.c b/sys/powerpc/pseries/mmu_phyp.c index 3477a10c1a08..ccb5e4101cad 100644 --- a/sys/powerpc/pseries/mmu_phyp.c +++ b/sys/powerpc/pseries/mmu_phyp.c @@ -25,7 +25,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/ktr.h> diff --git a/sys/powerpc/pseries/phyp_llan.c b/sys/powerpc/pseries/phyp_llan.c index 26209d744101..4ba4549a9cf5 100644 --- a/sys/powerpc/pseries/phyp_llan.c +++ b/sys/powerpc/pseries/phyp_llan.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/sockio.h> diff --git a/sys/powerpc/pseries/phyp_vscsi.c b/sys/powerpc/pseries/phyp_vscsi.c index b7f667344293..e18d584e7b24 100644 --- a/sys/powerpc/pseries/phyp_vscsi.c +++ b/sys/powerpc/pseries/phyp_vscsi.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/powerpc/pseries/plpar_iommu.c b/sys/powerpc/pseries/plpar_iommu.c index b9e328752f45..45ecb0964e6d 100644 --- a/sys/powerpc/pseries/plpar_iommu.c +++ b/sys/powerpc/pseries/plpar_iommu.c @@ -26,7 +26,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/powerpc/pseries/plpar_pcibus.c b/sys/powerpc/pseries/plpar_pcibus.c index 60f4e0ec8785..653bb83b397a 100644 --- a/sys/powerpc/pseries/plpar_pcibus.c +++ b/sys/powerpc/pseries/plpar_pcibus.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/powerpc/pseries/rtas_dev.c b/sys/powerpc/pseries/rtas_dev.c index f8198ef27417..09e851f445f1 100644 --- a/sys/powerpc/pseries/rtas_dev.c +++ b/sys/powerpc/pseries/rtas_dev.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/module.h> diff --git a/sys/powerpc/pseries/rtas_pci.c b/sys/powerpc/pseries/rtas_pci.c index b2800ba9d474..02d1a559e7dd 100644 --- a/sys/powerpc/pseries/rtas_pci.c +++ b/sys/powerpc/pseries/rtas_pci.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/module.h> diff --git a/sys/powerpc/pseries/vdevice.c b/sys/powerpc/pseries/vdevice.c index e4b678e9d501..5b1b1452be50 100644 --- a/sys/powerpc/pseries/vdevice.c +++ b/sys/powerpc/pseries/vdevice.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/powerpc/psim/openpic_iobus.c b/sys/powerpc/psim/openpic_iobus.c index 30c3447e1099..bf5bd8235a6c 100644 --- a/sys/powerpc/psim/openpic_iobus.c +++ b/sys/powerpc/psim/openpic_iobus.c @@ -32,7 +32,6 @@ * The psim iobus attachment for the OpenPIC interrupt controller. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/module.h> diff --git a/sys/riscv/riscv/busdma_bounce.c b/sys/riscv/riscv/busdma_bounce.c index 2aa6c0d0b371..83ea92219e10 100644 --- a/sys/riscv/riscv/busdma_bounce.c +++ b/sys/riscv/riscv/busdma_bounce.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/riscv/riscv/busdma_machdep.c b/sys/riscv/riscv/busdma_machdep.c index 19cfd21edc6e..711717661908 100644 --- a/sys/riscv/riscv/busdma_machdep.c +++ b/sys/riscv/riscv/busdma_machdep.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/riscv/riscv/clock.c b/sys/riscv/riscv/clock.c index 7e15d4241ccf..efedaace7533 100644 --- a/sys/riscv/riscv/clock.c +++ b/sys/riscv/riscv/clock.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> #include <sys/lock.h> diff --git a/sys/riscv/riscv/db_disasm.c b/sys/riscv/riscv/db_disasm.c index a11db0d95373..74b04e088837 100644 --- a/sys/riscv/riscv/db_disasm.c +++ b/sys/riscv/riscv/db_disasm.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <ddb/ddb.h> diff --git a/sys/riscv/riscv/db_interface.c b/sys/riscv/riscv/db_interface.c index e7599980f5c1..c56645d04e3a 100644 --- a/sys/riscv/riscv/db_interface.c +++ b/sys/riscv/riscv/db_interface.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/proc.h> #include <vm/vm.h> diff --git a/sys/riscv/riscv/db_trace.c b/sys/riscv/riscv/db_trace.c index 12972839c29d..d3a52ecf59bf 100644 --- a/sys/riscv/riscv/db_trace.c +++ b/sys/riscv/riscv/db_trace.c @@ -37,7 +37,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kdb.h> #include <sys/proc.h> diff --git a/sys/riscv/riscv/elf_machdep.c b/sys/riscv/riscv/elf_machdep.c index e3744aa2c9e5..67b1fcc4c1a9 100644 --- a/sys/riscv/riscv/elf_machdep.c +++ b/sys/riscv/riscv/elf_machdep.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/riscv/riscv/exec_machdep.c b/sys/riscv/riscv/exec_machdep.c index adc977dbdb32..b1f96b1426a7 100644 --- a/sys/riscv/riscv/exec_machdep.c +++ b/sys/riscv/riscv/exec_machdep.c @@ -33,7 +33,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/exec.h> diff --git a/sys/riscv/riscv/genassym.c b/sys/riscv/riscv/genassym.c index 67714346cc75..6e4f9197a591 100644 --- a/sys/riscv/riscv/genassym.c +++ b/sys/riscv/riscv/genassym.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/assym.h> diff --git a/sys/riscv/riscv/identcpu.c b/sys/riscv/riscv/identcpu.c index 385acb29381b..3803503e4b72 100644 --- a/sys/riscv/riscv/identcpu.c +++ b/sys/riscv/riscv/identcpu.c @@ -41,7 +41,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/ctype.h> diff --git a/sys/riscv/riscv/intr_machdep.c b/sys/riscv/riscv/intr_machdep.c index d2a454175059..6c00b29c120d 100644 --- a/sys/riscv/riscv/intr_machdep.c +++ b/sys/riscv/riscv/intr_machdep.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/riscv/riscv/machdep.c b/sys/riscv/riscv/machdep.c index d5767e240c7e..a0ed59cfef87 100644 --- a/sys/riscv/riscv/machdep.c +++ b/sys/riscv/riscv/machdep.c @@ -36,7 +36,6 @@ #include "opt_kstack_pages.h" #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/boot.h> diff --git a/sys/riscv/riscv/mem.c b/sys/riscv/riscv/mem.c index d8e2706f708e..7bf48a02e16a 100644 --- a/sys/riscv/riscv/mem.c +++ b/sys/riscv/riscv/mem.c @@ -25,7 +25,6 @@ * */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/riscv/riscv/mp_machdep.c b/sys/riscv/riscv/mp_machdep.c index 95fe59519bba..2c144e457b4e 100644 --- a/sys/riscv/riscv/mp_machdep.c +++ b/sys/riscv/riscv/mp_machdep.c @@ -39,7 +39,6 @@ #include "opt_kstack_pages.h" #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/riscv/riscv/nexus.c b/sys/riscv/riscv/nexus.c index 06dc6412b885..31e50d3ca297 100644 --- a/sys/riscv/riscv/nexus.c +++ b/sys/riscv/riscv/nexus.c @@ -38,7 +38,6 @@ */ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/riscv/riscv/ofw_machdep.c b/sys/riscv/riscv/ofw_machdep.c index c56493daa80d..205c7cc70c1c 100644 --- a/sys/riscv/riscv/ofw_machdep.c +++ b/sys/riscv/riscv/ofw_machdep.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/riscv/riscv/plic.c b/sys/riscv/riscv/plic.c index 27c8f59b1a87..90f79cf9b3aa 100644 --- a/sys/riscv/riscv/plic.c +++ b/sys/riscv/riscv/plic.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/riscv/riscv/ptrace_machdep.c b/sys/riscv/riscv/ptrace_machdep.c index 809c5b5eee04..11c9cddcf77d 100644 --- a/sys/riscv/riscv/ptrace_machdep.c +++ b/sys/riscv/riscv/ptrace_machdep.c @@ -33,7 +33,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/exec.h> diff --git a/sys/riscv/riscv/riscv_console.c b/sys/riscv/riscv/riscv_console.c index 6e6a42d2f118..de61fe24dcee 100644 --- a/sys/riscv/riscv/riscv_console.c +++ b/sys/riscv/riscv/riscv_console.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kdb.h> #include <sys/kernel.h> diff --git a/sys/riscv/riscv/riscv_syscon.c b/sys/riscv/riscv/riscv_syscon.c index 4c193a13b188..7442b982f2ab 100644 --- a/sys/riscv/riscv/riscv_syscon.c +++ b/sys/riscv/riscv/riscv_syscon.c @@ -31,7 +31,6 @@ * describing the SiFive test finisher as a power and reset controller. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/riscv/riscv/sbi.c b/sys/riscv/riscv/sbi.c index 36aaa8a6ffed..630b9bbd9727 100644 --- a/sys/riscv/riscv/sbi.c +++ b/sys/riscv/riscv/sbi.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/riscv/riscv/stack_machdep.c b/sys/riscv/riscv/stack_machdep.c index f151eb9b1b4b..25ddf6ddfa0b 100644 --- a/sys/riscv/riscv/stack_machdep.c +++ b/sys/riscv/riscv/stack_machdep.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/lock.h> diff --git a/sys/riscv/riscv/sys_machdep.c b/sys/riscv/riscv/sys_machdep.c index 861178109ea1..2a9a25a0c056 100644 --- a/sys/riscv/riscv/sys_machdep.c +++ b/sys/riscv/riscv/sys_machdep.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/sysproto.h> diff --git a/sys/riscv/riscv/timer.c b/sys/riscv/riscv/timer.c index 066aed504507..bb98aee3e2cc 100644 --- a/sys/riscv/riscv/timer.c +++ b/sys/riscv/riscv/timer.c @@ -38,7 +38,6 @@ #include "opt_platform.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/riscv/riscv/uio_machdep.c b/sys/riscv/riscv/uio_machdep.c index cf07dfcb161d..2e6ed2337fc5 100644 --- a/sys/riscv/riscv/uio_machdep.c +++ b/sys/riscv/riscv/uio_machdep.c @@ -33,7 +33,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/lock.h> diff --git a/sys/riscv/riscv/uma_machdep.c b/sys/riscv/riscv/uma_machdep.c index 1f95c6221e42..54e0d25800f6 100644 --- a/sys/riscv/riscv/uma_machdep.c +++ b/sys/riscv/riscv/uma_machdep.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/malloc.h> #include <vm/vm.h> diff --git a/sys/riscv/riscv/unwind.c b/sys/riscv/riscv/unwind.c index ddf80d80528d..b3931c615b9b 100644 --- a/sys/riscv/riscv/unwind.c +++ b/sys/riscv/riscv/unwind.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/proc.h> diff --git a/sys/riscv/riscv/vm_machdep.c b/sys/riscv/riscv/vm_machdep.c index 58acf5df9e14..b4a7f1c489af 100644 --- a/sys/riscv/riscv/vm_machdep.c +++ b/sys/riscv/riscv/vm_machdep.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/limits.h> diff --git a/sys/riscv/sifive/fe310_aon.c b/sys/riscv/sifive/fe310_aon.c index 1c0485f92104..d64cf12ff456 100644 --- a/sys/riscv/sifive/fe310_aon.c +++ b/sys/riscv/sifive/fe310_aon.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/riscv/sifive/fu740_pci_dw.c b/sys/riscv/sifive/fu740_pci_dw.c index fe741f4bb6e6..67305f1ee790 100644 --- a/sys/riscv/sifive/fu740_pci_dw.c +++ b/sys/riscv/sifive/fu740_pci_dw.c @@ -28,7 +28,6 @@ /* SiFive FU740 DesignWare PCIe driver */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/riscv/sifive/sifive_gpio.c b/sys/riscv/sifive/sifive_gpio.c index b739b034321c..ef68d2b39da3 100644 --- a/sys/riscv/sifive/sifive_gpio.c +++ b/sys/riscv/sifive/sifive_gpio.c @@ -28,7 +28,6 @@ /* TODO: Provide interrupt controller interface */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/riscv/sifive/sifive_prci.c b/sys/riscv/sifive/sifive_prci.c index b5e5e4adc7d5..0065711a62d9 100644 --- a/sys/riscv/sifive/sifive_prci.c +++ b/sys/riscv/sifive/sifive_prci.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/riscv/sifive/sifive_spi.c b/sys/riscv/sifive/sifive_spi.c index c51e3ab2d322..e27859954408 100644 --- a/sys/riscv/sifive/sifive_spi.c +++ b/sys/riscv/sifive/sifive_spi.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/riscv/sifive/sifive_uart.c b/sys/riscv/sifive/sifive_uart.c index 2b7dc46cb919..594773cd3263 100644 --- a/sys/riscv/sifive/sifive_uart.c +++ b/sys/riscv/sifive/sifive_uart.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/rpc/clnt_rc.c b/sys/rpc/clnt_rc.c index fbd471ea6f5e..b2ee4551149b 100644 --- a/sys/rpc/clnt_rc.c +++ b/sys/rpc/clnt_rc.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/rpc/getnetconfig.c b/sys/rpc/getnetconfig.c index 25e04c54f17d..eebe9dcecf6b 100644 --- a/sys/rpc/getnetconfig.c +++ b/sys/rpc/getnetconfig.c @@ -29,7 +29,6 @@ #include "opt_inet6.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/malloc.h> #include <sys/systm.h> diff --git a/sys/rpc/replay.c b/sys/rpc/replay.c index 170559a0fb85..13e2925728fd 100644 --- a/sys/rpc/replay.c +++ b/sys/rpc/replay.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/hash.h> #include <sys/kernel.h> diff --git a/sys/rpc/rpcsec_gss/rpcsec_gss.c b/sys/rpc/rpcsec_gss/rpcsec_gss.c index 4b0a962070ad..2b566bbdb90f 100644 --- a/sys/rpc/rpcsec_gss/rpcsec_gss.c +++ b/sys/rpc/rpcsec_gss/rpcsec_gss.c @@ -64,7 +64,6 @@ $Id: auth_gss.c,v 1.32 2002/01/15 15:43:00 andros Exp $ */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/hash.h> diff --git a/sys/rpc/rpcsec_gss/rpcsec_gss_conf.c b/sys/rpc/rpcsec_gss/rpcsec_gss_conf.c index 97350a400fa1..4c01054d5218 100644 --- a/sys/rpc/rpcsec_gss/rpcsec_gss_conf.c +++ b/sys/rpc/rpcsec_gss/rpcsec_gss_conf.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kobj.h> diff --git a/sys/rpc/rpcsec_gss/rpcsec_gss_misc.c b/sys/rpc/rpcsec_gss/rpcsec_gss_misc.c index 8e9b7de536c9..e1451bbb82d3 100644 --- a/sys/rpc/rpcsec_gss/rpcsec_gss_misc.c +++ b/sys/rpc/rpcsec_gss/rpcsec_gss_misc.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kobj.h> #include <sys/malloc.h> diff --git a/sys/rpc/rpcsec_gss/rpcsec_gss_prot.c b/sys/rpc/rpcsec_gss/rpcsec_gss_prot.c index 0fe214449acb..9999a2825933 100644 --- a/sys/rpc/rpcsec_gss/rpcsec_gss_prot.c +++ b/sys/rpc/rpcsec_gss/rpcsec_gss_prot.c @@ -37,7 +37,6 @@ $Id: authgss_prot.c,v 1.18 2000/09/01 04:14:03 dugsong Exp $ */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kobj.h> diff --git a/sys/rpc/rpcsec_gss/svc_rpcsec_gss.c b/sys/rpc/rpcsec_gss/svc_rpcsec_gss.c index 89526544639a..1e6e71fa10ac 100644 --- a/sys/rpc/rpcsec_gss/svc_rpcsec_gss.c +++ b/sys/rpc/rpcsec_gss/svc_rpcsec_gss.c @@ -63,7 +63,6 @@ $Id: svc_auth_gss.c,v 1.27 2002/01/15 15:43:00 andros Exp $ */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/jail.h> diff --git a/sys/rpc/svc_dg.c b/sys/rpc/svc_dg.c index e7fa0875cebf..8e5634b92d8d 100644 --- a/sys/rpc/svc_dg.c +++ b/sys/rpc/svc_dg.c @@ -34,9 +34,6 @@ * Copyright (c) 1986-1991 by Sun Microsystems Inc. */ -#if defined(LIBC_SCCS) && !defined(lint) -#endif -#include <sys/cdefs.h> /* * svc_dg.c, Server side for connectionless RPC. */ diff --git a/sys/security/audit/audit.c b/sys/security/audit/audit.c index cb6052de3ed1..269e62db454a 100644 --- a/sys/security/audit/audit.c +++ b/sys/security/audit/audit.c @@ -35,7 +35,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/condvar.h> #include <sys/conf.h> diff --git a/sys/security/audit/audit_arg.c b/sys/security/audit/audit_arg.c index 7b7fe34ccda9..c8ae56e87487 100644 --- a/sys/security/audit/audit_arg.c +++ b/sys/security/audit/audit_arg.c @@ -35,7 +35,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/filedesc.h> #include <sys/capsicum.h> diff --git a/sys/security/audit/audit_bsm.c b/sys/security/audit/audit_bsm.c index e50053ce752c..2cd1511b2296 100644 --- a/sys/security/audit/audit_bsm.c +++ b/sys/security/audit/audit_bsm.c @@ -35,7 +35,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/vnode.h> #include <sys/ipc.h> diff --git a/sys/security/audit/audit_bsm_db.c b/sys/security/audit/audit_bsm_db.c index ff5bd8d60806..c9f3d5c8a549 100644 --- a/sys/security/audit/audit_bsm_db.c +++ b/sys/security/audit/audit_bsm_db.c @@ -33,7 +33,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/capsicum.h> #include <sys/fcntl.h> diff --git a/sys/security/audit/audit_bsm_klib.c b/sys/security/audit/audit_bsm_klib.c index c29cd6540ab7..1c0ba41e74a9 100644 --- a/sys/security/audit/audit_bsm_klib.c +++ b/sys/security/audit/audit_bsm_klib.c @@ -35,7 +35,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/capsicum.h> #include <sys/fcntl.h> diff --git a/sys/security/audit/audit_dtrace.c b/sys/security/audit/audit_dtrace.c index c7cba62fbdd7..e0f6a0f85b8e 100644 --- a/sys/security/audit/audit_dtrace.c +++ b/sys/security/audit/audit_dtrace.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/ctype.h> diff --git a/sys/security/audit/audit_pipe.c b/sys/security/audit/audit_pipe.c index 926865b499d1..704f9c726803 100644 --- a/sys/security/audit/audit_pipe.c +++ b/sys/security/audit/audit_pipe.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/condvar.h> #include <sys/conf.h> diff --git a/sys/security/audit/audit_syscalls.c b/sys/security/audit/audit_syscalls.c index f246e1d73399..40b2fb3d1c9f 100644 --- a/sys/security/audit/audit_syscalls.c +++ b/sys/security/audit/audit_syscalls.c @@ -35,7 +35,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/mount.h> #include <sys/namei.h> diff --git a/sys/security/audit/audit_trigger.c b/sys/security/audit/audit_trigger.c index ffa29b6d9951..482f7c56a2ef 100644 --- a/sys/security/audit/audit_trigger.c +++ b/sys/security/audit/audit_trigger.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/conf.h> #include <sys/kernel.h> diff --git a/sys/security/audit/audit_worker.c b/sys/security/audit/audit_worker.c index 9dbe5bcef2a8..6721cbab69b5 100644 --- a/sys/security/audit/audit_worker.c +++ b/sys/security/audit/audit_worker.c @@ -35,7 +35,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/condvar.h> #include <sys/conf.h> diff --git a/sys/security/audit/bsm_domain.c b/sys/security/audit/bsm_domain.c index d68a3fcfa5ce..9e52647f263f 100644 --- a/sys/security/audit/bsm_domain.c +++ b/sys/security/audit/bsm_domain.c @@ -29,7 +29,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/socket.h> diff --git a/sys/security/audit/bsm_errno.c b/sys/security/audit/bsm_errno.c index a26e3f174ce5..6bc110cf0237 100644 --- a/sys/security/audit/bsm_errno.c +++ b/sys/security/audit/bsm_errno.c @@ -29,7 +29,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <security/audit/audit.h> diff --git a/sys/security/audit/bsm_fcntl.c b/sys/security/audit/bsm_fcntl.c index cc042f708853..e46faa8091ed 100644 --- a/sys/security/audit/bsm_fcntl.c +++ b/sys/security/audit/bsm_fcntl.c @@ -29,7 +29,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/fcntl.h> diff --git a/sys/security/audit/bsm_socket_type.c b/sys/security/audit/bsm_socket_type.c index fd715a256677..51030c90ada3 100644 --- a/sys/security/audit/bsm_socket_type.c +++ b/sys/security/audit/bsm_socket_type.c @@ -29,7 +29,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/socket.h> diff --git a/sys/security/audit/bsm_token.c b/sys/security/audit/bsm_token.c index 9b54dadb29ce..f704f75c17df 100644 --- a/sys/security/audit/bsm_token.c +++ b/sys/security/audit/bsm_token.c @@ -33,7 +33,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/types.h> #include <sys/endian.h> diff --git a/sys/security/mac/mac_audit.c b/sys/security/mac/mac_audit.c index 5c8cd2596a80..83ec6cc2ed8a 100644 --- a/sys/security/mac/mac_audit.c +++ b/sys/security/mac/mac_audit.c @@ -40,7 +40,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/module.h> diff --git a/sys/security/mac/mac_framework.c b/sys/security/mac/mac_framework.c index 682f05c6979f..78c7c1ac6bd1 100644 --- a/sys/security/mac/mac_framework.c +++ b/sys/security/mac/mac_framework.c @@ -68,7 +68,6 @@ #include "opt_mac.h" -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/condvar.h> diff --git a/sys/security/mac_veriexec_parser/mac_veriexec_parser.c b/sys/security/mac_veriexec_parser/mac_veriexec_parser.c index 06a5d8816c82..26ba573a2130 100644 --- a/sys/security/mac_veriexec_parser/mac_veriexec_parser.c +++ b/sys/security/mac_veriexec_parser/mac_veriexec_parser.c @@ -24,7 +24,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/ctype.h> #include <sys/eventhandler.h> diff --git a/sys/sys/capsicum.h b/sys/sys/capsicum.h index 93c5f0c9c390..b9eb61409613 100644 --- a/sys/sys/capsicum.h +++ b/sys/sys/capsicum.h @@ -39,7 +39,6 @@ #ifndef _SYS_CAPSICUM_H_ #define _SYS_CAPSICUM_H_ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/caprights.h> diff --git a/sys/sys/libkern.h b/sys/sys/libkern.h index eb0b0a589ed2..6fbb97e48dac 100644 --- a/sys/sys/libkern.h +++ b/sys/sys/libkern.h @@ -32,7 +32,6 @@ #ifndef _SYS_LIBKERN_H_ #define _SYS_LIBKERN_H_ -#include <sys/cdefs.h> #include <sys/types.h> #ifdef _KERNEL #include <sys/systm.h> diff --git a/sys/sys/racct.h b/sys/sys/racct.h index 22b61bba537d..c6020b82c865 100644 --- a/sys/sys/racct.h +++ b/sys/sys/racct.h @@ -35,7 +35,6 @@ #ifndef _RACCT_H_ #define _RACCT_H_ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/queue.h> #include <sys/stdint.h> diff --git a/sys/tests/callout_test/callout_test.c b/sys/tests/callout_test/callout_test.c index 87b546d4b42b..059d6a728fb6 100644 --- a/sys/tests/callout_test/callout_test.c +++ b/sys/tests/callout_test/callout_test.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/tests/epoch/epoch_test.c b/sys/tests/epoch/epoch_test.c index e34b5de1c422..4911016a8d82 100644 --- a/sys/tests/epoch/epoch_test.c +++ b/sys/tests/epoch/epoch_test.c @@ -24,7 +24,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/types.h> #include <sys/proc.h> diff --git a/sys/tests/framework/kern_testfrwk.c b/sys/tests/framework/kern_testfrwk.c index 19714fa76f52..19691f1febfc 100644 --- a/sys/tests/framework/kern_testfrwk.c +++ b/sys/tests/framework/kern_testfrwk.c @@ -23,7 +23,7 @@ * SUCH DAMAGE. * */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/ufs/ffs/ffs_balloc.c b/sys/ufs/ffs/ffs_balloc.c index 551f3b36a363..4a23c6f58569 100644 --- a/sys/ufs/ffs/ffs_balloc.c +++ b/sys/ufs/ffs/ffs_balloc.c @@ -59,7 +59,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bio.h> diff --git a/sys/ufs/ffs/ffs_rawread.c b/sys/ufs/ffs/ffs_rawread.c index a8df78ee8eff..affdd7095151 100644 --- a/sys/ufs/ffs/ffs_rawread.c +++ b/sys/ufs/ffs/ffs_rawread.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/fcntl.h> diff --git a/sys/ufs/ffs/ffs_subr.c b/sys/ufs/ffs/ffs_subr.c index 83e29360cf19..20addf66a65b 100644 --- a/sys/ufs/ffs/ffs_subr.c +++ b/sys/ufs/ffs/ffs_subr.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/endian.h> #include <sys/limits.h> diff --git a/sys/ufs/ffs/ffs_tables.c b/sys/ufs/ffs/ffs_tables.c index 19cc824e6499..aa3c2fdb67c1 100644 --- a/sys/ufs/ffs/ffs_tables.c +++ b/sys/ufs/ffs/ffs_tables.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/types.h> #include <ufs/ufs/dinode.h> diff --git a/sys/ufs/ufs/ufs_bmap.c b/sys/ufs/ufs/ufs_bmap.c index ec5722d5b94d..14775cace408 100644 --- a/sys/ufs/ufs/ufs_bmap.c +++ b/sys/ufs/ufs/ufs_bmap.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bio.h> diff --git a/sys/vm/device_pager.c b/sys/vm/device_pager.c index 6d0641e6b56e..0b1c5287b884 100644 --- a/sys/vm/device_pager.c +++ b/sys/vm/device_pager.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/vm/phys_pager.c b/sys/vm/phys_pager.c index 19050d6c5a0c..6ee5076f9a91 100644 --- a/sys/vm/phys_pager.c +++ b/sys/vm/phys_pager.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/vm/redzone.c b/sys/vm/redzone.c index 05770dc5a892..69e1fcb31a5d 100644 --- a/sys/vm/redzone.c +++ b/sys/vm/redzone.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c index 06080a0a8a91..56c3695f2c87 100644 --- a/sys/vm/vm_init.c +++ b/sys/vm/vm_init.c @@ -62,7 +62,6 @@ * Initialize the Virtual Memory subsystem. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/domainset.h> #include <sys/kernel.h> diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index a9aa30d81c66..3111dda6e99d 100644 --- a/sys/vm/vm_map.c +++ b/sys/vm/vm_map.c @@ -62,7 +62,6 @@ * Virtual memory mapping module. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/elf.h> diff --git a/sys/vm/vm_meter.c b/sys/vm/vm_meter.c index 8da500dfc7f4..d255f8e8f358 100644 --- a/sys/vm/vm_meter.c +++ b/sys/vm/vm_meter.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/vm/vm_swapout_dummy.c b/sys/vm/vm_swapout_dummy.c index f8ce4bdcabc4..bf0fd7b5aa5d 100644 --- a/sys/vm/vm_swapout_dummy.c +++ b/sys/vm/vm_swapout_dummy.c @@ -68,7 +68,6 @@ * rights to redistribute these changes. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c index 6db849598f55..395fbdbee9aa 100644 --- a/sys/vm/vm_unix.c +++ b/sys/vm/vm_unix.c @@ -40,7 +40,6 @@ * Traditional sbrk/grow interface to VM */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/lock.h> #include <sys/mutex.h> diff --git a/sys/x86/acpica/OsdEnvironment.c b/sys/x86/acpica/OsdEnvironment.c index 6d6448fbcf0f..c9dd3d0560cc 100644 --- a/sys/x86/acpica/OsdEnvironment.c +++ b/sys/x86/acpica/OsdEnvironment.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/x86/acpica/acpi_apm.c b/sys/x86/acpica/acpi_apm.c index 4e880c3e5411..ffefcdf733c2 100644 --- a/sys/x86/acpica/acpi_apm.c +++ b/sys/x86/acpica/acpi_apm.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/condvar.h> diff --git a/sys/x86/acpica/madt.c b/sys/x86/acpica/madt.c index 200eec1fbb28..adfeed70c5c6 100644 --- a/sys/x86/acpica/madt.c +++ b/sys/x86/acpica/madt.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/x86/cpufreq/est.c b/sys/x86/cpufreq/est.c index a89e3d7d7ce5..19448ff127ef 100644 --- a/sys/x86/cpufreq/est.c +++ b/sys/x86/cpufreq/est.c @@ -27,7 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/cpu.h> diff --git a/sys/x86/cpufreq/hwpstate_amd.c b/sys/x86/cpufreq/hwpstate_amd.c index 85feb5287e3e..59a3a64e6495 100644 --- a/sys/x86/cpufreq/hwpstate_amd.c +++ b/sys/x86/cpufreq/hwpstate_amd.c @@ -45,7 +45,6 @@ * 41256 Rev 3.00 - July 07, 2008 */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/cpu.h> diff --git a/sys/x86/cpufreq/hwpstate_intel.c b/sys/x86/cpufreq/hwpstate_intel.c index 56367cc582bf..b4378154c408 100644 --- a/sys/x86/cpufreq/hwpstate_intel.c +++ b/sys/x86/cpufreq/hwpstate_intel.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/param.h> #include <sys/sbuf.h> diff --git a/sys/x86/cpufreq/p4tcc.c b/sys/x86/cpufreq/p4tcc.c index 9d1d31aa6d46..22e9cad25d4a 100644 --- a/sys/x86/cpufreq/p4tcc.c +++ b/sys/x86/cpufreq/p4tcc.c @@ -38,7 +38,6 @@ * for use with the cpufreq framework. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/x86/cpufreq/powernow.c b/sys/x86/cpufreq/powernow.c index cd892be11184..93b1386c754d 100644 --- a/sys/x86/cpufreq/powernow.c +++ b/sys/x86/cpufreq/powernow.c @@ -30,7 +30,6 @@ * to Jung-uk Kim for testing. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/cpu.h> diff --git a/sys/x86/cpufreq/smist.c b/sys/x86/cpufreq/smist.c index a072edb8de38..291c3b9af605 100644 --- a/sys/x86/cpufreq/smist.c +++ b/sys/x86/cpufreq/smist.c @@ -37,7 +37,6 @@ * Many thanks to Jon Noack for testing and debugging this driver. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/cpu.h> diff --git a/sys/x86/iommu/intel_ctx.c b/sys/x86/iommu/intel_ctx.c index 90c883b28ea6..30771e061ec9 100644 --- a/sys/x86/iommu/intel_ctx.c +++ b/sys/x86/iommu/intel_ctx.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/x86/iommu/intel_idpgtbl.c b/sys/x86/iommu/intel_idpgtbl.c index 26f067e35278..929f8656d1eb 100644 --- a/sys/x86/iommu/intel_idpgtbl.c +++ b/sys/x86/iommu/intel_idpgtbl.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/x86/iommu/intel_intrmap.c b/sys/x86/iommu/intel_intrmap.c index b2642197902a..09271a6f6cc9 100644 --- a/sys/x86/iommu/intel_intrmap.c +++ b/sys/x86/iommu/intel_intrmap.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/x86/iommu/intel_quirks.c b/sys/x86/iommu/intel_quirks.c index 589764bd0fa9..cccb503b6047 100644 --- a/sys/x86/iommu/intel_quirks.c +++ b/sys/x86/iommu/intel_quirks.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/x86/iommu/intel_utils.c b/sys/x86/iommu/intel_utils.c index 19d4ec7d22bd..4d680cc7d9e8 100644 --- a/sys/x86/iommu/intel_utils.c +++ b/sys/x86/iommu/intel_utils.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/x86/isa/nmi.c b/sys/x86/isa/nmi.c index 9e02eac43689..679c3d19a283 100644 --- a/sys/x86/isa/nmi.c +++ b/sys/x86/isa/nmi.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/syslog.h> #include <sys/systm.h> diff --git a/sys/x86/pci/pci_early_quirks.c b/sys/x86/pci/pci_early_quirks.c index 1786ae2cb668..f3de726d3af6 100644 --- a/sys/x86/pci/pci_early_quirks.c +++ b/sys/x86/pci/pci_early_quirks.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/x86/pci/qpi.c b/sys/x86/pci/qpi.c index 4272e1866b6a..2aacc3277b7e 100644 --- a/sys/x86/pci/qpi.c +++ b/sys/x86/pci/qpi.c @@ -34,7 +34,6 @@ * child of that. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/x86/x86/busdma_bounce.c b/sys/x86/x86/busdma_bounce.c index 6ae02752a805..ac8d2d639732 100644 --- a/sys/x86/x86/busdma_bounce.c +++ b/sys/x86/x86/busdma_bounce.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/domainset.h> diff --git a/sys/x86/x86/mptable_pci.c b/sys/x86/x86/mptable_pci.c index 80cc7af948dd..38a16673551f 100644 --- a/sys/x86/x86/mptable_pci.c +++ b/sys/x86/x86/mptable_pci.c @@ -30,7 +30,6 @@ * interrupts from PCI devices to I/O APICs. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/x86/x86/pvclock.c b/sys/x86/x86/pvclock.c index c38f9a0df458..587cd5ea7b7e 100644 --- a/sys/x86/x86/pvclock.c +++ b/sys/x86/x86/pvclock.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/x86/x86/ucode.c b/sys/x86/x86/ucode.c index ee398921a243..1366c50f9ae5 100644 --- a/sys/x86/x86/ucode.c +++ b/sys/x86/x86/ucode.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/cpuset.h> #include <sys/kernel.h> diff --git a/sys/x86/x86/x86_mem.c b/sys/x86/x86/x86_mem.c index 0beebd130757..c6d1b7a4f126 100644 --- a/sys/x86/x86/x86_mem.c +++ b/sys/x86/x86/x86_mem.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/x86/xen/hvm.c b/sys/x86/xen/hvm.c index 4122daeaf600..602e5396b620 100644 --- a/sys/x86/xen/hvm.c +++ b/sys/x86/xen/hvm.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/x86/xen/xen_apic.c b/sys/x86/xen/xen_apic.c index 1a28269e5865..db2358bffa81 100644 --- a/sys/x86/xen/xen_apic.c +++ b/sys/x86/xen/xen_apic.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/x86/xen/xen_arch_intr.c b/sys/x86/xen/xen_arch_intr.c index 76b4f1a34c1d..dcf8b4aa35f1 100644 --- a/sys/x86/xen/xen_arch_intr.c +++ b/sys/x86/xen/xen_arch_intr.c @@ -29,7 +29,6 @@ * IN THE SOFTWARE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/xdr/xdr_mbuf.c b/sys/xdr/xdr_mbuf.c index 99fdeef8fe23..0ed807de903e 100644 --- a/sys/xdr/xdr_mbuf.c +++ b/sys/xdr/xdr_mbuf.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/xdr/xdr_sizeof.c b/sys/xdr/xdr_sizeof.c index 6491fa80dce1..6b4ee0352c9e 100644 --- a/sys/xdr/xdr_sizeof.c +++ b/sys/xdr/xdr_sizeof.c @@ -35,7 +35,6 @@ * when serialized using XDR. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/xen/xen_common.c b/sys/xen/xen_common.c index 8ffccce92eb0..ae70a721477a 100644 --- a/sys/xen/xen_common.c +++ b/sys/xen/xen_common.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> /* required by xen/xen-os.h */ #include <vm/vm.h> diff --git a/sys/xen/xenbus/xenbus.c b/sys/xen/xenbus/xenbus.c index 22ef434ffef2..1d73d3c526bb 100644 --- a/sys/xen/xenbus/xenbus.c +++ b/sys/xen/xenbus/xenbus.c @@ -40,7 +40,7 @@ #endif #include <sys/cdefs.h> -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/kernel.h> #include <sys/types.h> diff --git a/sys/xen/xenbus/xenbusb.c b/sys/xen/xenbus/xenbusb.c index 703269b2c803..0e303fc83f15 100644 --- a/sys/xen/xenbus/xenbusb.c +++ b/sys/xen/xenbus/xenbusb.c @@ -51,7 +51,7 @@ * xnb0 * xnb1 */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/xen/xenbus/xenbusb_back.c b/sys/xen/xenbus/xenbusb_back.c index 5f42b4bbe722..fad2da5d6fd8 100644 --- a/sys/xen/xenbus/xenbusb_back.c +++ b/sys/xen/xenbus/xenbusb_back.c @@ -35,7 +35,7 @@ * XenBus management of the NewBus bus containing the backend instances of * Xen split devices. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/xen/xenbus/xenbusb_front.c b/sys/xen/xenbus/xenbusb_front.c index 5c58bd5409b2..5007c4509e4e 100644 --- a/sys/xen/xenbus/xenbusb_front.c +++ b/sys/xen/xenbus/xenbusb_front.c @@ -35,7 +35,7 @@ * XenBus management of the NewBus bus containing the frontend instances of * Xen split devices. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> |
