diff --git a/sys/amd64/acpica/acpi_machdep.c b/sys/amd64/acpica/acpi_machdep.c index 7b138c8faef..081fe89537b 100644 --- a/sys/amd64/acpica/acpi_machdep.c +++ b/sys/amd64/acpica/acpi_machdep.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/amd64/acpica/acpi_wakeup.c b/sys/amd64/acpica/acpi_wakeup.c index 0f9f987b659..b6e6f99bc71 100644 --- a/sys/amd64/acpica/acpi_wakeup.c +++ b/sys/amd64/acpica/acpi_wakeup.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/amd64/amd64/db_trace.c b/sys/amd64/amd64/db_trace.c index f9a0c2b6a03..9d9a2cd4a7b 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 #include #include #include diff --git a/sys/amd64/amd64/efirt_machdep.c b/sys/amd64/amd64/efirt_machdep.c index ffe2e2cf60a..0ee8b7b3bb9 100644 --- a/sys/amd64/amd64/efirt_machdep.c +++ b/sys/amd64/amd64/efirt_machdep.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/amd64/amd64/elf_machdep.c b/sys/amd64/amd64/elf_machdep.c index fc25decc64a..a66faf3d347 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 #include #include #include diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c index 4fd7f093315..83bcc8f0776 100644 --- a/sys/amd64/amd64/fpu.c +++ b/sys/amd64/amd64/fpu.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/amd64/amd64/gdb_machdep.c b/sys/amd64/amd64/gdb_machdep.c index 40d722738ec..f940be46985 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 #include #include #include diff --git a/sys/amd64/amd64/io.c b/sys/amd64/amd64/io.c index d9fdf77f3cc..6c36d5fb20e 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 #include #include diff --git a/sys/amd64/amd64/ptrace_machdep.c b/sys/amd64/amd64/ptrace_machdep.c index 3fce9826b88..3b05fded585 100644 --- a/sys/amd64/amd64/ptrace_machdep.c +++ b/sys/amd64/amd64/ptrace_machdep.c @@ -27,7 +27,6 @@ * */ -#include #include #include #include diff --git a/sys/amd64/amd64/uio_machdep.c b/sys/amd64/amd64/uio_machdep.c index 2640d4f9bba..7b5c89747bc 100644 --- a/sys/amd64/amd64/uio_machdep.c +++ b/sys/amd64/amd64/uio_machdep.c @@ -35,7 +35,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/amd64/amd64/uma_machdep.c b/sys/amd64/amd64/uma_machdep.c index b96068e58db..f83f0674cc4 100644 --- a/sys/amd64/amd64/uma_machdep.c +++ b/sys/amd64/amd64/uma_machdep.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/amd64/ia32/ia32_misc.c b/sys/amd64/ia32/ia32_misc.c index 65923b3ad35..b28e18e19ba 100644 --- a/sys/amd64/ia32/ia32_misc.c +++ b/sys/amd64/ia32/ia32_misc.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/amd64/ia32/ia32_reg.c b/sys/amd64/ia32/ia32_reg.c index ee164142c14..ee5218ae8c0 100644 --- a/sys/amd64/ia32/ia32_reg.c +++ b/sys/amd64/ia32/ia32_reg.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/amd64/ia32/ia32_signal.c b/sys/amd64/ia32/ia32_signal.c index b793c66a95a..d7af857524c 100644 --- a/sys/amd64/ia32/ia32_signal.c +++ b/sys/amd64/ia32/ia32_signal.c @@ -33,7 +33,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/amd64/pci/pci_cfgreg.c b/sys/amd64/pci/pci_cfgreg.c index a9ee4bccb3a..ee97f88951f 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 #include #include #include diff --git a/sys/amd64/sgx/sgx.c b/sys/amd64/sgx/sgx.c index 64fa13d2e98..b25862fd2a5 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 #include #include #include diff --git a/sys/amd64/sgx/sgx_linux.c b/sys/amd64/sgx/sgx_linux.c index 4a259d1fe3f..55c5f7386d0 100644 --- a/sys/amd64/sgx/sgx_linux.c +++ b/sys/amd64/sgx/sgx_linux.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/amd64/vmm/amd/amdiommu.c b/sys/amd64/vmm/amd/amdiommu.c index 559a7bc7d95..69432498a5c 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 #include #include #include diff --git a/sys/amd64/vmm/amd/amdv.c b/sys/amd64/vmm/amd/amdv.c index 97d778bfe36..c3a4547afee 100644 --- a/sys/amd64/vmm/amd/amdv.c +++ b/sys/amd64/vmm/amd/amdv.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/amd64/vmm/amd/amdvi_hw.c b/sys/amd64/vmm/amd/amdvi_hw.c index bef6b003881..3471c3b1932 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 #include #include #include diff --git a/sys/amd64/vmm/amd/npt.c b/sys/amd64/vmm/amd/npt.c index a5eccc99506..edd61d6b62e 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 #include #include #include diff --git a/sys/amd64/vmm/amd/svm_genassym.c b/sys/amd64/vmm/amd/svm_genassym.c index a9804b3d56a..21d00819002 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 #include #include #include diff --git a/sys/amd64/vmm/intel/ept.c b/sys/amd64/vmm/intel/ept.c index e96ee021946..ed41f99fb4e 100644 --- a/sys/amd64/vmm/intel/ept.c +++ b/sys/amd64/vmm/intel/ept.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/amd64/vmm/intel/vmcs.c b/sys/amd64/vmm/intel/vmcs.c index 53ed5fbfc9b..52068b8eba5 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 #include #include #include diff --git a/sys/amd64/vmm/intel/vmx_genassym.c b/sys/amd64/vmm/intel/vmx_genassym.c index 740ecf14e32..06d6b494103 100644 --- a/sys/amd64/vmm/intel/vmx_genassym.c +++ b/sys/amd64/vmm/intel/vmx_genassym.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/amd64/vmm/intel/vmx_msr.c b/sys/amd64/vmm/intel/vmx_msr.c index ba110e088e2..40dbec290f2 100644 --- a/sys/amd64/vmm/intel/vmx_msr.c +++ b/sys/amd64/vmm/intel/vmx_msr.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/amd64/vmm/intel/vtd.c b/sys/amd64/vmm/intel/vtd.c index bb4ec7b03f0..72cedeca6ec 100644 --- a/sys/amd64/vmm/intel/vtd.c +++ b/sys/amd64/vmm/intel/vtd.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/amd64/vmm/io/iommu.c b/sys/amd64/vmm/io/iommu.c index 6c063653dce..dc4a0de94bb 100644 --- a/sys/amd64/vmm/io/iommu.c +++ b/sys/amd64/vmm/io/iommu.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/amd64/vmm/io/ppt.c b/sys/amd64/vmm/io/ppt.c index 27cbb3ac298..3451e91d9de 100644 --- a/sys/amd64/vmm/io/ppt.c +++ b/sys/amd64/vmm/io/ppt.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/amd64/vmm/vmm_host.c b/sys/amd64/vmm/vmm_host.c index 0db2352595b..78811b488fd 100644 --- a/sys/amd64/vmm/vmm_host.c +++ b/sys/amd64/vmm/vmm_host.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/amd64/vmm/vmm_ioport.c b/sys/amd64/vmm/vmm_ioport.c index ec270df80c3..ac14e54dc4a 100644 --- a/sys/amd64/vmm/vmm_ioport.c +++ b/sys/amd64/vmm/vmm_ioport.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/amd64/vmm/vmm_lapic.c b/sys/amd64/vmm/vmm_lapic.c index c4217bd0079..bafd839afe6 100644 --- a/sys/amd64/vmm/vmm_lapic.c +++ b/sys/amd64/vmm/vmm_lapic.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/amd64/vmm/vmm_mem.c b/sys/amd64/vmm/vmm_mem.c index 8d117774c49..f3954a40996 100644 --- a/sys/amd64/vmm/vmm_mem.c +++ b/sys/amd64/vmm/vmm_mem.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/amd64/vmm/vmm_snapshot.c b/sys/amd64/vmm/vmm_snapshot.c index dae4b100118..54de57e04c4 100644 --- a/sys/amd64/vmm/vmm_snapshot.c +++ b/sys/amd64/vmm/vmm_snapshot.c @@ -33,7 +33,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/amd64/vmm/vmm_stat.c b/sys/amd64/vmm/vmm_stat.c index e6a280f6ac3..eb394418b4a 100644 --- a/sys/amd64/vmm/vmm_stat.c +++ b/sys/amd64/vmm/vmm_stat.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/amd64/vmm/vmm_util.c b/sys/amd64/vmm/vmm_util.c index 171f065faec..6c921e218a3 100644 --- a/sys/amd64/vmm/vmm_util.c +++ b/sys/amd64/vmm/vmm_util.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/amd64/vmm/x86.c b/sys/amd64/vmm/x86.c index 7d11346ac84..7a6ec461d45 100644 --- a/sys/amd64/vmm/x86.c +++ b/sys/amd64/vmm/x86.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/allwinner/a10/a10_padconf.c b/sys/arm/allwinner/a10/a10_padconf.c index ef120905ad0..b5ad0cd0e77 100644 --- a/sys/arm/allwinner/a10/a10_padconf.c +++ b/sys/arm/allwinner/a10/a10_padconf.c @@ -24,7 +24,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/allwinner/a10_ahci.c b/sys/arm/allwinner/a10_ahci.c index 13e714dbeab..74765e1a30d 100644 --- a/sys/arm/allwinner/a10_ahci.c +++ b/sys/arm/allwinner/a10_ahci.c @@ -31,7 +31,6 @@ #include "opt_bus.h" -#include #include #include #include diff --git a/sys/arm/allwinner/a10_codec.c b/sys/arm/allwinner/a10_codec.c index 05fb25d9b02..711d2203f9a 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 #include #include #include diff --git a/sys/arm/allwinner/a10_dmac.c b/sys/arm/allwinner/a10_dmac.c index 7d1c1b71588..d5d27748a9d 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 #include #include #include diff --git a/sys/arm/allwinner/a10_sramc.c b/sys/arm/allwinner/a10_sramc.c index 1c50dd7deb7..fe7dd4025d7 100644 --- a/sys/arm/allwinner/a10_sramc.c +++ b/sys/arm/allwinner/a10_sramc.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/allwinner/a10_timer.c b/sys/arm/allwinner/a10_timer.c index 2a278fa515f..890cb233239 100644 --- a/sys/arm/allwinner/a10_timer.c +++ b/sys/arm/allwinner/a10_timer.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/allwinner/a13/a13_padconf.c b/sys/arm/allwinner/a13/a13_padconf.c index 535835dffbc..d5e38fe8042 100644 --- a/sys/arm/allwinner/a13/a13_padconf.c +++ b/sys/arm/allwinner/a13/a13_padconf.c @@ -24,7 +24,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/allwinner/a20/a20_cpu_cfg.c b/sys/arm/allwinner/a20/a20_cpu_cfg.c index 7b7e60c37b3..ffbb2cc183e 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 #include #include #include diff --git a/sys/arm/allwinner/a20/a20_padconf.c b/sys/arm/allwinner/a20/a20_padconf.c index 7239d578354..d0c1e8e4d0a 100644 --- a/sys/arm/allwinner/a20/a20_padconf.c +++ b/sys/arm/allwinner/a20/a20_padconf.c @@ -24,7 +24,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/allwinner/a31/a31_padconf.c b/sys/arm/allwinner/a31/a31_padconf.c index ab7b4442325..e1dcbf7c43f 100644 --- a/sys/arm/allwinner/a31/a31_padconf.c +++ b/sys/arm/allwinner/a31/a31_padconf.c @@ -24,7 +24,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/allwinner/a31/a31_r_padconf.c b/sys/arm/allwinner/a31/a31_r_padconf.c index 4e45f0a7c06..0e3a341b715 100644 --- a/sys/arm/allwinner/a31/a31_r_padconf.c +++ b/sys/arm/allwinner/a31/a31_r_padconf.c @@ -24,7 +24,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/allwinner/a31/a31s_padconf.c b/sys/arm/allwinner/a31/a31s_padconf.c index 5be99b0eb98..8c14b34dfef 100644 --- a/sys/arm/allwinner/a31/a31s_padconf.c +++ b/sys/arm/allwinner/a31/a31s_padconf.c @@ -24,7 +24,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/allwinner/a31_dmac.c b/sys/arm/allwinner/a31_dmac.c index 53a7ce777c5..0a291becbb9 100644 --- a/sys/arm/allwinner/a31_dmac.c +++ b/sys/arm/allwinner/a31_dmac.c @@ -29,7 +29,6 @@ * Allwinner DMA controller */ -#include #include #include #include diff --git a/sys/arm/allwinner/a33/a33_padconf.c b/sys/arm/allwinner/a33/a33_padconf.c index 3020f690e46..6e4732d0d24 100644 --- a/sys/arm/allwinner/a33/a33_padconf.c +++ b/sys/arm/allwinner/a33/a33_padconf.c @@ -24,7 +24,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/allwinner/a33_codec.c b/sys/arm/allwinner/a33_codec.c index 8fa336bb057..a0d45567643 100644 --- a/sys/arm/allwinner/a33_codec.c +++ b/sys/arm/allwinner/a33_codec.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/allwinner/a64/a64_padconf.c b/sys/arm/allwinner/a64/a64_padconf.c index 15784afc187..0732ddf3d4a 100644 --- a/sys/arm/allwinner/a64/a64_padconf.c +++ b/sys/arm/allwinner/a64/a64_padconf.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/allwinner/a64/a64_r_padconf.c b/sys/arm/allwinner/a64/a64_r_padconf.c index 9f3d6f09738..2d11c5c1b4a 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 #include #include #include diff --git a/sys/arm/allwinner/a64/sun50i_a64_acodec.c b/sys/arm/allwinner/a64/sun50i_a64_acodec.c index c7d94b1ac96..b5ab13efac4 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 #include #include #include diff --git a/sys/arm/allwinner/a83t/a83t_padconf.c b/sys/arm/allwinner/a83t/a83t_padconf.c index a5dbc117c05..f9bfda112bd 100644 --- a/sys/arm/allwinner/a83t/a83t_padconf.c +++ b/sys/arm/allwinner/a83t/a83t_padconf.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/allwinner/a83t/a83t_r_padconf.c b/sys/arm/allwinner/a83t/a83t_r_padconf.c index 1cdeb70a64d..b114c7d929a 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 #include #include #include diff --git a/sys/arm/allwinner/aw_ccu.c b/sys/arm/allwinner/aw_ccu.c index 5a09243aaac..fc963f7a648 100644 --- a/sys/arm/allwinner/aw_ccu.c +++ b/sys/arm/allwinner/aw_ccu.c @@ -27,7 +27,6 @@ * Allwinner oscillator clock */ -#include #include #include #include diff --git a/sys/arm/allwinner/aw_cir.c b/sys/arm/allwinner/aw_cir.c index 4987c42f20b..bc326e6d6af 100644 --- a/sys/arm/allwinner/aw_cir.c +++ b/sys/arm/allwinner/aw_cir.c @@ -28,7 +28,6 @@ * Allwinner Consumer IR controller */ -#include #include #include #include diff --git a/sys/arm/allwinner/aw_dwc3.c b/sys/arm/allwinner/aw_dwc3.c index 7203d740652..5b4d5291c28 100644 --- a/sys/arm/allwinner/aw_dwc3.c +++ b/sys/arm/allwinner/aw_dwc3.c @@ -29,7 +29,6 @@ * Rockchip DWC3 glue */ -#include #include #include #include diff --git a/sys/arm/allwinner/aw_gmacclk.c b/sys/arm/allwinner/aw_gmacclk.c index 61cfc4d2b91..46672c8fcb0 100644 --- a/sys/arm/allwinner/aw_gmacclk.c +++ b/sys/arm/allwinner/aw_gmacclk.c @@ -27,7 +27,6 @@ * Allwinner GMAC clock */ -#include #include #include #include diff --git a/sys/arm/allwinner/aw_gpio.c b/sys/arm/allwinner/aw_gpio.c index 485d760f810..5dd9a211acf 100644 --- a/sys/arm/allwinner/aw_gpio.c +++ b/sys/arm/allwinner/aw_gpio.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * */ -#include + #include #include #include diff --git a/sys/arm/allwinner/aw_i2s.c b/sys/arm/allwinner/aw_i2s.c index 6a5ec62f2f5..8c159de7da6 100644 --- a/sys/arm/allwinner/aw_i2s.c +++ b/sys/arm/allwinner/aw_i2s.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/allwinner/aw_machdep.c b/sys/arm/allwinner/aw_machdep.c index d9b2db2c9a5..8b6bdd9805d 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 #include #include #include diff --git a/sys/arm/allwinner/aw_mmc.c b/sys/arm/allwinner/aw_mmc.c index 8b0d825e4d4..466ada8942c 100644 --- a/sys/arm/allwinner/aw_mmc.c +++ b/sys/arm/allwinner/aw_mmc.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/allwinner/aw_mp.c b/sys/arm/allwinner/aw_mp.c index c6c713a6ce4..0c773f71ac4 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 #include #include #include diff --git a/sys/arm/allwinner/aw_pwm.c b/sys/arm/allwinner/aw_pwm.c index 7e993a7fcbe..85ccf435242 100644 --- a/sys/arm/allwinner/aw_pwm.c +++ b/sys/arm/allwinner/aw_pwm.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/allwinner/aw_reset.c b/sys/arm/allwinner/aw_reset.c index d774174aba1..da2879ce20c 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 #include #include #include diff --git a/sys/arm/allwinner/aw_rsb.c b/sys/arm/allwinner/aw_rsb.c index 491b062588d..40627ebf844 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 #include #include #include diff --git a/sys/arm/allwinner/aw_rtc.c b/sys/arm/allwinner/aw_rtc.c index b79223f39fc..92bb73efc1f 100644 --- a/sys/arm/allwinner/aw_rtc.c +++ b/sys/arm/allwinner/aw_rtc.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/allwinner/aw_spi.c b/sys/arm/allwinner/aw_spi.c index b30f2a03c82..3dcde0e4225 100644 --- a/sys/arm/allwinner/aw_spi.c +++ b/sys/arm/allwinner/aw_spi.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/allwinner/aw_syscon.c b/sys/arm/allwinner/aw_syscon.c index 6404ad9a7e4..3f6e8260c2c 100644 --- a/sys/arm/allwinner/aw_syscon.c +++ b/sys/arm/allwinner/aw_syscon.c @@ -29,7 +29,6 @@ * Allwinner syscon driver */ -#include #include #include #include diff --git a/sys/arm/allwinner/aw_thermal.c b/sys/arm/allwinner/aw_thermal.c index 85c7ee38b71..99e30257122 100644 --- a/sys/arm/allwinner/aw_thermal.c +++ b/sys/arm/allwinner/aw_thermal.c @@ -27,7 +27,6 @@ * Allwinner thermal sensor controller */ -#include #include #include #include diff --git a/sys/arm/allwinner/aw_ts.c b/sys/arm/allwinner/aw_ts.c index 6c6518e13a0..ca35a29decf 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 #include #include #include diff --git a/sys/arm/allwinner/aw_usb3phy.c b/sys/arm/allwinner/aw_usb3phy.c index 42181f6a226..e2bf9c06853 100644 --- a/sys/arm/allwinner/aw_usb3phy.c +++ b/sys/arm/allwinner/aw_usb3phy.c @@ -30,7 +30,6 @@ * Allwinner USB3PHY */ -#include #include #include #include diff --git a/sys/arm/allwinner/aw_usbphy.c b/sys/arm/allwinner/aw_usbphy.c index ec355c8af86..4125a13b36c 100644 --- a/sys/arm/allwinner/aw_usbphy.c +++ b/sys/arm/allwinner/aw_usbphy.c @@ -27,7 +27,6 @@ * Allwinner USB PHY */ -#include #include #include #include diff --git a/sys/arm/allwinner/aw_wdog.c b/sys/arm/allwinner/aw_wdog.c index 75533481ad3..5c087464c9e 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 + #include #include #include diff --git a/sys/arm/allwinner/axp81x.c b/sys/arm/allwinner/axp81x.c index 5b4fab871bf..ac9f9ee9e8b 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 #include #include #include diff --git a/sys/arm/allwinner/clkng/aw_ccung.c b/sys/arm/allwinner/clkng/aw_ccung.c index fa0bb38f7b4..b37719fa777 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 #include #include #include diff --git a/sys/arm/allwinner/clkng/aw_clk_frac.c b/sys/arm/allwinner/clkng/aw_clk_frac.c index ff13467aa1a..506ba0fa177 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 #include #include #include diff --git a/sys/arm/allwinner/clkng/aw_clk_m.c b/sys/arm/allwinner/clkng/aw_clk_m.c index 2728ff230a9..90a347b1af8 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 #include #include #include diff --git a/sys/arm/allwinner/clkng/aw_clk_mipi.c b/sys/arm/allwinner/clkng/aw_clk_mipi.c index 916df720a4f..89a51b859eb 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 #include #include #include diff --git a/sys/arm/allwinner/clkng/aw_clk_nkmp.c b/sys/arm/allwinner/clkng/aw_clk_nkmp.c index 42bdaf8e7c8..963787a4bd9 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 #include #include #include diff --git a/sys/arm/allwinner/clkng/aw_clk_nm.c b/sys/arm/allwinner/clkng/aw_clk_nm.c index 61592eb04de..4419b94d2c4 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 #include #include #include diff --git a/sys/arm/allwinner/clkng/aw_clk_nmm.c b/sys/arm/allwinner/clkng/aw_clk_nmm.c index 31301d309c5..3fff86042d3 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 #include #include #include diff --git a/sys/arm/allwinner/clkng/aw_clk_np.c b/sys/arm/allwinner/clkng/aw_clk_np.c index 142a32b5dc3..e23fb3ec873 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 #include #include #include diff --git a/sys/arm/allwinner/clkng/aw_clk_prediv_mux.c b/sys/arm/allwinner/clkng/aw_clk_prediv_mux.c index a573bbc75e1..17e580c7471 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 #include #include #include diff --git a/sys/arm/allwinner/clkng/ccu_a10.c b/sys/arm/allwinner/clkng/ccu_a10.c index 043fe5cbb31..a96d3d30541 100644 --- a/sys/arm/allwinner/clkng/ccu_a10.c +++ b/sys/arm/allwinner/clkng/ccu_a10.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/allwinner/clkng/ccu_a13.c b/sys/arm/allwinner/clkng/ccu_a13.c index f9998bde00e..c485b2bc72c 100644 --- a/sys/arm/allwinner/clkng/ccu_a13.c +++ b/sys/arm/allwinner/clkng/ccu_a13.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/allwinner/clkng/ccu_a31.c b/sys/arm/allwinner/clkng/ccu_a31.c index 0cc51c29adf..633838ee348 100644 --- a/sys/arm/allwinner/clkng/ccu_a31.c +++ b/sys/arm/allwinner/clkng/ccu_a31.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/allwinner/clkng/ccu_a64.c b/sys/arm/allwinner/clkng/ccu_a64.c index 298869bdf11..70e2e98da9f 100644 --- a/sys/arm/allwinner/clkng/ccu_a64.c +++ b/sys/arm/allwinner/clkng/ccu_a64.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/allwinner/clkng/ccu_a83t.c b/sys/arm/allwinner/clkng/ccu_a83t.c index c952846e9af..35561b04f60 100644 --- a/sys/arm/allwinner/clkng/ccu_a83t.c +++ b/sys/arm/allwinner/clkng/ccu_a83t.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/allwinner/clkng/ccu_de2.c b/sys/arm/allwinner/clkng/ccu_de2.c index 0e4c642815b..d50aaf5d5e3 100644 --- a/sys/arm/allwinner/clkng/ccu_de2.c +++ b/sys/arm/allwinner/clkng/ccu_de2.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/allwinner/clkng/ccu_h3.c b/sys/arm/allwinner/clkng/ccu_h3.c index 1192d7525be..7d2a1be6a21 100644 --- a/sys/arm/allwinner/clkng/ccu_h3.c +++ b/sys/arm/allwinner/clkng/ccu_h3.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/allwinner/clkng/ccu_h6.c b/sys/arm/allwinner/clkng/ccu_h6.c index 9fb942bea5c..9cdbe935f2c 100644 --- a/sys/arm/allwinner/clkng/ccu_h6.c +++ b/sys/arm/allwinner/clkng/ccu_h6.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/allwinner/clkng/ccu_h6_r.c b/sys/arm/allwinner/clkng/ccu_h6_r.c index b7a16b0914d..070cbfb38f1 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 #include #include #include diff --git a/sys/arm/allwinner/clkng/ccu_sun8i_r.c b/sys/arm/allwinner/clkng/ccu_sun8i_r.c index dbeed218c57..4e6289c1bfb 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 #include #include #include diff --git a/sys/arm/allwinner/h3/h3_padconf.c b/sys/arm/allwinner/h3/h3_padconf.c index 4954de691cc..959daf35f1f 100644 --- a/sys/arm/allwinner/h3/h3_padconf.c +++ b/sys/arm/allwinner/h3/h3_padconf.c @@ -24,7 +24,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/allwinner/h3/h3_r_padconf.c b/sys/arm/allwinner/h3/h3_r_padconf.c index 1e3568cac08..aeb64f1b07a 100644 --- a/sys/arm/allwinner/h3/h3_r_padconf.c +++ b/sys/arm/allwinner/h3/h3_r_padconf.c @@ -24,7 +24,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/allwinner/h6/h6_padconf.c b/sys/arm/allwinner/h6/h6_padconf.c index 9e7e83be0a5..714f7ed3610 100644 --- a/sys/arm/allwinner/h6/h6_padconf.c +++ b/sys/arm/allwinner/h6/h6_padconf.c @@ -24,7 +24,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/allwinner/h6/h6_r_padconf.c b/sys/arm/allwinner/h6/h6_r_padconf.c index 8374740711e..1d5f4942c1b 100644 --- a/sys/arm/allwinner/h6/h6_r_padconf.c +++ b/sys/arm/allwinner/h6/h6_r_padconf.c @@ -24,7 +24,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/allwinner/if_awg.c b/sys/arm/allwinner/if_awg.c index f511dd2309b..acc99083ad9 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 #include #include #include diff --git a/sys/arm/allwinner/if_emac.c b/sys/arm/allwinner/if_emac.c index e0826cb6584..c704e7830cb 100644 --- a/sys/arm/allwinner/if_emac.c +++ b/sys/arm/allwinner/if_emac.c @@ -28,7 +28,6 @@ /* A10/A20 EMAC driver */ -#include #include #include #include diff --git a/sys/arm/altera/socfpga/socfpga_a10_manager.c b/sys/arm/altera/socfpga/socfpga_a10_manager.c index 750b74f5cdf..01267bcaacf 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 #include #include #include diff --git a/sys/arm/altera/socfpga/socfpga_common.c b/sys/arm/altera/socfpga/socfpga_common.c index 0b4f80a47f6..6d9af3145da 100644 --- a/sys/arm/altera/socfpga/socfpga_common.c +++ b/sys/arm/altera/socfpga/socfpga_common.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/altera/socfpga/socfpga_machdep.c b/sys/arm/altera/socfpga/socfpga_machdep.c index 703ba41eafb..e0138381017 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 #include #include #include diff --git a/sys/arm/altera/socfpga/socfpga_manager.c b/sys/arm/altera/socfpga/socfpga_manager.c index a3a546e0b95..d25d34ab80e 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 #include #include #include diff --git a/sys/arm/altera/socfpga/socfpga_mp.c b/sys/arm/altera/socfpga/socfpga_mp.c index 0c8aaabe8c5..fd752b11267 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 #include #include #include diff --git a/sys/arm/altera/socfpga/socfpga_rstmgr.c b/sys/arm/altera/socfpga/socfpga_rstmgr.c index d19b5650451..4fbed06e395 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 #include #include #include diff --git a/sys/arm/annapurna/alpine/alpine_ccu.c b/sys/arm/annapurna/alpine/alpine_ccu.c index dff4e8da092..ac5d276cd11 100644 --- a/sys/arm/annapurna/alpine/alpine_ccu.c +++ b/sys/arm/annapurna/alpine/alpine_ccu.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/annapurna/alpine/alpine_machdep.c b/sys/arm/annapurna/alpine/alpine_machdep.c index 048ddb7699f..89d21bf9fca 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 #include #include #include diff --git a/sys/arm/annapurna/alpine/alpine_machdep_mp.c b/sys/arm/annapurna/alpine/alpine_machdep_mp.c index d11915bdcc0..00a6578621c 100644 --- a/sys/arm/annapurna/alpine/alpine_machdep_mp.c +++ b/sys/arm/annapurna/alpine/alpine_machdep_mp.c @@ -26,7 +26,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/annapurna/alpine/alpine_nb_service.c b/sys/arm/annapurna/alpine/alpine_nb_service.c index 026043bec41..3e6aa26aae7 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 #include #include #include diff --git a/sys/arm/annapurna/alpine/alpine_pci.c b/sys/arm/annapurna/alpine/alpine_pci.c index 9482ab3f590..4d2a1ad36a6 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 #include #include #include diff --git a/sys/arm/annapurna/alpine/alpine_pci_msix.c b/sys/arm/annapurna/alpine/alpine_pci_msix.c index 118e48c73e2..c4ecfe68144 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 #include #include #include diff --git a/sys/arm/annapurna/alpine/alpine_serdes.c b/sys/arm/annapurna/alpine/alpine_serdes.c index aa91c19e478..a5d7f24e307 100644 --- a/sys/arm/annapurna/alpine/alpine_serdes.c +++ b/sys/arm/annapurna/alpine/alpine_serdes.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/arm/autoconf.c b/sys/arm/arm/autoconf.c index 9f7dfbbe572..23289db9c19 100644 --- a/sys/arm/arm/autoconf.c +++ b/sys/arm/arm/autoconf.c @@ -46,7 +46,6 @@ * and the drivers are initialized. */ -#include #include #include #include diff --git a/sys/arm/arm/bus_space_base.c b/sys/arm/arm/bus_space_base.c index ba64fae58db..d3190fac7a2 100644 --- a/sys/arm/arm/bus_space_base.c +++ b/sys/arm/arm/bus_space_base.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/arm/bus_space_generic.c b/sys/arm/arm/bus_space_generic.c index 9a4773810f3..7794147aa4b 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 #include #include #include diff --git a/sys/arm/arm/busdma_machdep.c b/sys/arm/arm/busdma_machdep.c index 41b92d65ae8..aa6aa76234c 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 #include #include #include diff --git a/sys/arm/arm/cpufunc.c b/sys/arm/arm/cpufunc.c index e94565cdc61..05dd521f822 100644 --- a/sys/arm/arm/cpufunc.c +++ b/sys/arm/arm/cpufunc.c @@ -43,7 +43,7 @@ * * Created : 30/01/97 */ -#include + #include #include #include diff --git a/sys/arm/arm/cpuinfo.c b/sys/arm/arm/cpuinfo.c index 46c04b19c8e..fdfe27ffea9 100644 --- a/sys/arm/arm/cpuinfo.c +++ b/sys/arm/arm/cpuinfo.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/arm/db_disasm.c b/sys/arm/arm/db_disasm.c index 7f3069bdebc..930b2ff3e76 100644 --- a/sys/arm/arm/db_disasm.c +++ b/sys/arm/arm/db_disasm.c @@ -36,7 +36,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/arm/db_trace.c b/sys/arm/arm/db_trace.c index 720e82c6533..92d1065ff14 100644 --- a/sys/arm/arm/db_trace.c +++ b/sys/arm/arm/db_trace.c @@ -30,7 +30,6 @@ */ #include "opt_ddb.h" -#include #include #include diff --git a/sys/arm/arm/disassem.c b/sys/arm/arm/disassem.c index ea625485a7e..06ccff12796 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 #include #include diff --git a/sys/arm/arm/elf_machdep.c b/sys/arm/arm/elf_machdep.c index c02e489728d..7c91dfe3bab 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 #include #include #include diff --git a/sys/arm/arm/exec_machdep.c b/sys/arm/arm/exec_machdep.c index 6f52e1724a5..0e66dbddb9e 100644 --- a/sys/arm/arm/exec_machdep.c +++ b/sys/arm/arm/exec_machdep.c @@ -39,7 +39,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/arm/fiq.c b/sys/arm/arm/fiq.c index b8cabedd64f..e517bbeaf01 100644 --- a/sys/arm/arm/fiq.c +++ b/sys/arm/arm/fiq.c @@ -37,7 +37,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include #include #include diff --git a/sys/arm/arm/gdb_machdep.c b/sys/arm/arm/gdb_machdep.c index 4d750fc5955..42d277602e2 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 #include #include #include diff --git a/sys/arm/arm/genassym.c b/sys/arm/arm/genassym.c index 2494f5aeee8..b7c3512dcb1 100644 --- a/sys/arm/arm/genassym.c +++ b/sys/arm/arm/genassym.c @@ -27,7 +27,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/arm/generic_timer.c b/sys/arm/arm/generic_timer.c index e3298ae0fb1..d98c2a022d7 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 #include #include #include diff --git a/sys/arm/arm/gic_acpi.c b/sys/arm/arm/gic_acpi.c index 56ff78f9b68..22d8c9f0634 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 #include #include #include diff --git a/sys/arm/arm/gic_fdt.c b/sys/arm/arm/gic_fdt.c index d6c657250ba..f59c9ad7964 100644 --- a/sys/arm/arm/gic_fdt.c +++ b/sys/arm/arm/gic_fdt.c @@ -36,7 +36,6 @@ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/arm/arm/identcpu-v6.c b/sys/arm/arm/identcpu-v6.c index 1302d24daf0..567f576826e 100644 --- a/sys/arm/arm/identcpu-v6.c +++ b/sys/arm/arm/identcpu-v6.c @@ -41,7 +41,6 @@ * Created : 10/10/95 */ -#include #include #include #include diff --git a/sys/arm/arm/machdep.c b/sys/arm/arm/machdep.c index 2f5451b45b4..999e47fd381 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 #include #include #include diff --git a/sys/arm/arm/machdep_boot.c b/sys/arm/arm/machdep_boot.c index d621255c565..475da7b47ac 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 #include #include #include diff --git a/sys/arm/arm/machdep_intr.c b/sys/arm/arm/machdep_intr.c index 60acf7c9bc7..fc16741a49f 100644 --- a/sys/arm/arm/machdep_intr.c +++ b/sys/arm/arm/machdep_intr.c @@ -27,7 +27,6 @@ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/arm/arm/machdep_kdb.c b/sys/arm/arm/machdep_kdb.c index 0194c15f126..00e4a78d443 100644 --- a/sys/arm/arm/machdep_kdb.c +++ b/sys/arm/arm/machdep_kdb.c @@ -30,7 +30,6 @@ #include "opt_ddb.h" -#include #include #include #include diff --git a/sys/arm/arm/machdep_ptrace.c b/sys/arm/arm/machdep_ptrace.c index ca0f9d579d4..062a385a413 100644 --- a/sys/arm/arm/machdep_ptrace.c +++ b/sys/arm/arm/machdep_ptrace.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/arm/mp_machdep.c b/sys/arm/arm/mp_machdep.c index 7debabf432d..0d78ef789d6 100644 --- a/sys/arm/arm/mp_machdep.c +++ b/sys/arm/arm/mp_machdep.c @@ -27,7 +27,6 @@ */ #include "opt_ddb.h" -#include #include #include #include diff --git a/sys/arm/arm/mpcore_timer.c b/sys/arm/arm/mpcore_timer.c index a98b2e52551..b4da9426128 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 #include #include #include diff --git a/sys/arm/arm/nexus.c b/sys/arm/arm/nexus.c index 108771db630..196e879fb0d 100644 --- a/sys/arm/arm/nexus.c +++ b/sys/arm/arm/nexus.c @@ -39,7 +39,6 @@ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/arm/arm/ofw_machdep.c b/sys/arm/arm/ofw_machdep.c index ebfb50c15c2..697702f5624 100644 --- a/sys/arm/arm/ofw_machdep.c +++ b/sys/arm/arm/ofw_machdep.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/arm/arm/pl310.c b/sys/arm/arm/pl310.c index 51a1eb64f10..46bf654de90 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 #include #include #include diff --git a/sys/arm/arm/pmu_acpi.c b/sys/arm/arm/pmu_acpi.c index c2051963304..db4790f2760 100644 --- a/sys/arm/arm/pmu_acpi.c +++ b/sys/arm/arm/pmu_acpi.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/arm/pmu_fdt.c b/sys/arm/arm/pmu_fdt.c index bb4d7557c17..3e733f3e1b1 100644 --- a/sys/arm/arm/pmu_fdt.c +++ b/sys/arm/arm/pmu_fdt.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/arm/ptrace_machdep.c b/sys/arm/arm/ptrace_machdep.c index d8715d9cc91..a95334a227c 100644 --- a/sys/arm/arm/ptrace_machdep.c +++ b/sys/arm/arm/ptrace_machdep.c @@ -24,7 +24,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/arm/sc_machdep.c b/sys/arm/arm/sc_machdep.c index 5640923c634..6f3c6ecc125 100644 --- a/sys/arm/arm/sc_machdep.c +++ b/sys/arm/arm/sc_machdep.c @@ -27,7 +27,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/arm/sp804.c b/sys/arm/arm/sp804.c index 0b748d52f3a..98d6fa361a9 100644 --- a/sys/arm/arm/sp804.c +++ b/sys/arm/arm/sp804.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/arm/stack_machdep.c b/sys/arm/arm/stack_machdep.c index cf3d89b8903..3fc42d4524a 100644 --- a/sys/arm/arm/stack_machdep.c +++ b/sys/arm/arm/stack_machdep.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/arm/stdatomic.c b/sys/arm/arm/stdatomic.c index c0c8632fdca..e6371d40cfd 100644 --- a/sys/arm/arm/stdatomic.c +++ b/sys/arm/arm/stdatomic.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/arm/syscall.c b/sys/arm/arm/syscall.c index c440f501e83..73ac0560cd9 100644 --- a/sys/arm/arm/syscall.c +++ b/sys/arm/arm/syscall.c @@ -78,7 +78,6 @@ * Created : 28/11/94 */ -#include #include #include #include diff --git a/sys/arm/arm/trap-v6.c b/sys/arm/arm/trap-v6.c index 6f975bc407c..681f1f90eec 100644 --- a/sys/arm/arm/trap-v6.c +++ b/sys/arm/arm/trap-v6.c @@ -29,7 +29,6 @@ #include "opt_ktrace.h" -#include #include #include #include diff --git a/sys/arm/arm/uio_machdep.c b/sys/arm/arm/uio_machdep.c index 10f88147fcb..de9bc94317e 100644 --- a/sys/arm/arm/uio_machdep.c +++ b/sys/arm/arm/uio_machdep.c @@ -35,7 +35,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/arm/undefined.c b/sys/arm/arm/undefined.c index 2ebe8797c50..706033f5d57 100644 --- a/sys/arm/arm/undefined.c +++ b/sys/arm/arm/undefined.c @@ -48,7 +48,6 @@ #include "opt_ddb.h" -#include #include #include #include diff --git a/sys/arm/arm/unwind.c b/sys/arm/arm/unwind.c index 591bae3dfc2..7ad91a3e01a 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 #include #include #include diff --git a/sys/arm/arm/vm_machdep.c b/sys/arm/arm/vm_machdep.c index 040915c74ef..e9822c8345a 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 #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_clkman.c b/sys/arm/broadcom/bcm2835/bcm2835_clkman.c index 6bd9a50115e..744125cc2bb 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_clkman.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_clkman.c @@ -26,7 +26,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c b/sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c index 22691c1304f..56227f948e9 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c @@ -25,7 +25,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_dma.c b/sys/arm/broadcom/bcm2835/bcm2835_dma.c index 25fe8cc626e..3515b0315e5 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_dma.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_dma.c @@ -27,7 +27,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_fb.c b/sys/arm/broadcom/bcm2835/bcm2835_fb.c index e6279dd8248..fd198afa18b 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_fb.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_fb.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * */ -#include + #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_fbd.c b/sys/arm/broadcom/bcm2835/bcm2835_fbd.c index 0d35e95039b..50e8689e9d8 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_fbd.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_fbd.c @@ -30,7 +30,7 @@ * SUCH DAMAGE. * */ -#include + #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_firmware.c b/sys/arm/broadcom/bcm2835/bcm2835_firmware.c index 36a2c2b18f4..c1d23c0222c 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_firmware.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_firmware.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_ft5406.c b/sys/arm/broadcom/bcm2835/bcm2835_ft5406.c index 681a2387c92..bb883357447 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_ft5406.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_ft5406.c @@ -25,7 +25,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_machdep.c b/sys/arm/broadcom/bcm2835/bcm2835_machdep.c index e76672984b0..eabbc371bb1 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 #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_mbox.c b/sys/arm/broadcom/bcm2835/bcm2835_mbox.c index 498cff199bb..a3a3744ce43 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_mbox.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_mbox.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_mbox_prop.h b/sys/arm/broadcom/bcm2835/bcm2835_mbox_prop.h index 49535cebb58..57130258a04 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 #include /* diff --git a/sys/arm/broadcom/bcm2835/bcm2835_pwm.c b/sys/arm/broadcom/bcm2835/bcm2835_pwm.c index 3a6a9dd6e1d..c1711261922 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_pwm.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_pwm.c @@ -27,7 +27,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c b/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c index b9d619f8d79..b9f788b2af9 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * */ -#include + #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_spi.c b/sys/arm/broadcom/bcm2835/bcm2835_spi.c index b7f53be2da8..fc488e34915 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_spi.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_spi.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * */ -#include + #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_systimer.c b/sys/arm/broadcom/bcm2835/bcm2835_systimer.c index d0ea3821314..33775d0a293 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_systimer.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_systimer.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_vcio.c b/sys/arm/broadcom/bcm2835/bcm2835_vcio.c index 1789712a31e..d581c541ff7 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 + #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_wdog.c b/sys/arm/broadcom/bcm2835/bcm2835_wdog.c index 45f344ae936..80cf2254879 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 + #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2836_mp.c b/sys/arm/broadcom/bcm2835/bcm2836_mp.c index 2ca948f945a..c9b5599a416 100644 --- a/sys/arm/broadcom/bcm2835/bcm2836_mp.c +++ b/sys/arm/broadcom/bcm2835/bcm2836_mp.c @@ -28,7 +28,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2838_pci.c b/sys/arm/broadcom/bcm2835/bcm2838_pci.c index 2dfd6744127..921d675aae4 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 #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm283x_dwc_fdt.c b/sys/arm/broadcom/bcm2835/bcm283x_dwc_fdt.c index 41a48998b95..056a388d1d7 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 #include #include #include diff --git a/sys/arm/freescale/imx/imx6_audmux.c b/sys/arm/freescale/imx/imx6_audmux.c index 8c3885039b9..45f00d362a1 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 #include #include #include diff --git a/sys/arm/freescale/imx/imx6_ipu.c b/sys/arm/freescale/imx/imx6_ipu.c index 25ca0ea2c4f..417c66002f7 100644 --- a/sys/arm/freescale/imx/imx6_ipu.c +++ b/sys/arm/freescale/imx/imx6_ipu.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/freescale/imx/imx6_machdep.c b/sys/arm/freescale/imx/imx6_machdep.c index 941648825f8..9cfae5b9c80 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 #include #include #include diff --git a/sys/arm/freescale/imx/imx6_mp.c b/sys/arm/freescale/imx/imx6_mp.c index c78c107c4e0..0a8b9109c8b 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 #include #include #include diff --git a/sys/arm/freescale/imx/imx6_sdma.c b/sys/arm/freescale/imx/imx6_sdma.c index 1db495af411..805024903b4 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 #include #include #include diff --git a/sys/arm/freescale/imx/imx6_ssi.c b/sys/arm/freescale/imx/imx6_ssi.c index 931a2b677ea..2fb55ca161d 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 #include #include #include diff --git a/sys/arm/freescale/imx/imx_console.c b/sys/arm/freescale/imx/imx_console.c index cdead618c5b..369b6921e41 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 #include #include #include diff --git a/sys/arm/freescale/imx/imx_gpt.c b/sys/arm/freescale/imx/imx_gpt.c index bec463900d9..59d43b828dd 100644 --- a/sys/arm/freescale/imx/imx_gpt.c +++ b/sys/arm/freescale/imx/imx_gpt.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/freescale/imx/imx_i2c.c b/sys/arm/freescale/imx/imx_i2c.c index e43a4a6b417..7014ea4ea7e 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 #include #include #include diff --git a/sys/arm/freescale/imx/imx_machdep.c b/sys/arm/freescale/imx/imx_machdep.c index 488b8e2c062..e5d3dc4811b 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 #include #include #include diff --git a/sys/arm/freescale/imx/imx_wdog.c b/sys/arm/freescale/imx/imx_wdog.c index 0a7a693b1fb..5bd6fabc3fe 100644 --- a/sys/arm/freescale/imx/imx_wdog.c +++ b/sys/arm/freescale/imx/imx_wdog.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_adc.c b/sys/arm/freescale/vybrid/vf_adc.c index 0ae94de2fd4..cca30517dc2 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 #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_anadig.c b/sys/arm/freescale/vybrid/vf_anadig.c index e750349565b..17688a40604 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 #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_ccm.c b/sys/arm/freescale/vybrid/vf_ccm.c index 50b5f4e9ea5..35faf4bb735 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 #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_dcu4.c b/sys/arm/freescale/vybrid/vf_dcu4.c index 315fc6702b3..eae381de855 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 #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_dmamux.c b/sys/arm/freescale/vybrid/vf_dmamux.c index 2f363a6d7bd..19891c6af98 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 #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_edma.c b/sys/arm/freescale/vybrid/vf_edma.c index 95987f5477e..5b8b7eaab77 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 #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_gpio.c b/sys/arm/freescale/vybrid/vf_gpio.c index ee6995aefae..c81524a8a27 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 #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_i2c.c b/sys/arm/freescale/vybrid/vf_i2c.c index 0bda13ef31d..38717c18681 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 #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_iomuxc.c b/sys/arm/freescale/vybrid/vf_iomuxc.c index 0bce4f7cb50..3e90761513c 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 #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_machdep.c b/sys/arm/freescale/vybrid/vf_machdep.c index 44dafe64199..2ab14f5154e 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 #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_mscm.c b/sys/arm/freescale/vybrid/vf_mscm.c index b559bcc3ca1..5f986050ae9 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 #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_port.c b/sys/arm/freescale/vybrid/vf_port.c index 80b2351e4da..215b66b3466 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 #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_sai.c b/sys/arm/freescale/vybrid/vf_sai.c index 5f473353341..7cb533f0ddb 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 #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_spi.c b/sys/arm/freescale/vybrid/vf_spi.c index da90d706d6c..5d32723e118 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 #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_src.c b/sys/arm/freescale/vybrid/vf_src.c index 9378ec5eb40..c038c816d0d 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 #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_tcon.c b/sys/arm/freescale/vybrid/vf_tcon.c index dca290de918..f66f37383bd 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 #include #include #include diff --git a/sys/arm/mv/a37x0_gpio.c b/sys/arm/mv/a37x0_gpio.c index 7aee763ebd7..86110ff87ab 100644 --- a/sys/arm/mv/a37x0_gpio.c +++ b/sys/arm/mv/a37x0_gpio.c @@ -26,7 +26,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/mv/a37x0_spi.c b/sys/arm/mv/a37x0_spi.c index 03912302bfb..4834eb095a1 100644 --- a/sys/arm/mv/a37x0_spi.c +++ b/sys/arm/mv/a37x0_spi.c @@ -23,7 +23,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/mv/armada/thermal.c b/sys/arm/mv/armada/thermal.c index 038f5491d43..3c97a1d3617 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 + #include #include #include diff --git a/sys/arm/mv/armada/wdt.c b/sys/arm/mv/armada/wdt.c index a51894f2348..6e2e22907c6 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 #include #include #include diff --git a/sys/arm/mv/armada38x/armada38x.c b/sys/arm/mv/armada38x/armada38x.c index d30bce113f7..22c68179cf0 100644 --- a/sys/arm/mv/armada38x/armada38x.c +++ b/sys/arm/mv/armada38x/armada38x.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/mv/armada38x/armada38x_mp.c b/sys/arm/mv/armada38x/armada38x_mp.c index e61701bbbaa..69e2df36eae 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 + #include #include #include diff --git a/sys/arm/mv/armada38x/armada38x_rtc.c b/sys/arm/mv/armada38x/armada38x_rtc.c index 512aad8e72c..7ad873d6414 100644 --- a/sys/arm/mv/armada38x/armada38x_rtc.c +++ b/sys/arm/mv/armada38x/armada38x_rtc.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/mv/armada38x/pmsu.c b/sys/arm/mv/armada38x/pmsu.c index 562ea6cd1c0..daddef876aa 100644 --- a/sys/arm/mv/armada38x/pmsu.c +++ b/sys/arm/mv/armada38x/pmsu.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/mv/armadaxp/armadaxp.c b/sys/arm/mv/armadaxp/armadaxp.c index 28310ef6b5e..2835a0d6b63 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 #include #include #include diff --git a/sys/arm/mv/clk/a37x0_periph_clk_driver.c b/sys/arm/mv/clk/a37x0_periph_clk_driver.c index 1ab9e513eca..e8d90a0c990 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 #include #include #include diff --git a/sys/arm/mv/clk/a37x0_tbg.c b/sys/arm/mv/clk/a37x0_tbg.c index 4b359ca197d..d8f0f520345 100644 --- a/sys/arm/mv/clk/a37x0_tbg.c +++ b/sys/arm/mv/clk/a37x0_tbg.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/mv/clk/a37x0_tbg_pll.c b/sys/arm/mv/clk/a37x0_tbg_pll.c index b2159b842c0..83115dc5741 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 #include #include #include diff --git a/sys/arm/mv/clk/a37x0_xtal.c b/sys/arm/mv/clk/a37x0_xtal.c index 0fad264ceab..e4ce8a90a24 100644 --- a/sys/arm/mv/clk/a37x0_xtal.c +++ b/sys/arm/mv/clk/a37x0_xtal.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/mv/clk/armada38x_gateclk.c b/sys/arm/mv/clk/armada38x_gateclk.c index d00a01b0da6..c50a65b3396 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 #include #include #include diff --git a/sys/arm/mv/clk/armada38x_gen.c b/sys/arm/mv/clk/armada38x_gen.c index b4f2aa22c38..13951a33da5 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 #include #include #include diff --git a/sys/arm/mv/clk/periph.c b/sys/arm/mv/clk/periph.c index 178f5f30dbb..98445fa8bc6 100644 --- a/sys/arm/mv/clk/periph.c +++ b/sys/arm/mv/clk/periph.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/mv/clk/periph_clk_d.c b/sys/arm/mv/clk/periph_clk_d.c index 86092277638..0e8659d56e1 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 #include #include #include diff --git a/sys/arm/mv/clk/periph_clk_fixed.c b/sys/arm/mv/clk/periph_clk_fixed.c index f24591cdb6c..d3c1f0deafa 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 #include #include #include diff --git a/sys/arm/mv/clk/periph_clk_gate.c b/sys/arm/mv/clk/periph_clk_gate.c index 0ba2e5cf131..803b5f8ed7e 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 #include #include #include diff --git a/sys/arm/mv/clk/periph_clk_mux_gate.c b/sys/arm/mv/clk/periph_clk_mux_gate.c index ab7a687417f..6016a7b1c1a 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 #include #include #include diff --git a/sys/arm/mv/gpio.c b/sys/arm/mv/gpio.c index 8c621b5e2f4..934c0023615 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 #include #include #include diff --git a/sys/arm/mv/ic.c b/sys/arm/mv/ic.c index c65ee027559..aaea59ae2ca 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 #include #include #include diff --git a/sys/arm/mv/mv_ap806_clock.c b/sys/arm/mv/mv_ap806_clock.c index 4cef6dada66..b926a58aca0 100644 --- a/sys/arm/mv/mv_ap806_clock.c +++ b/sys/arm/mv/mv_ap806_clock.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/mv/mv_ap806_gicp.c b/sys/arm/mv/mv_ap806_gicp.c index ae39eba0337..5a2ff8fadda 100644 --- a/sys/arm/mv/mv_ap806_gicp.c +++ b/sys/arm/mv/mv_ap806_gicp.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/mv/mv_ap806_sei.c b/sys/arm/mv/mv_ap806_sei.c index be41b2c0690..d711c646395 100644 --- a/sys/arm/mv/mv_ap806_sei.c +++ b/sys/arm/mv/mv_ap806_sei.c @@ -26,7 +26,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/mv/mv_common.c b/sys/arm/mv/mv_common.c index 09322d591e0..5bfe4c08d76 100644 --- a/sys/arm/mv/mv_common.c +++ b/sys/arm/mv/mv_common.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/mv/mv_cp110_clock.c b/sys/arm/mv/mv_cp110_clock.c index 85d4d3df41b..604195da1ab 100644 --- a/sys/arm/mv/mv_cp110_clock.c +++ b/sys/arm/mv/mv_cp110_clock.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/mv/mv_cp110_icu.c b/sys/arm/mv/mv_cp110_icu.c index c29a2253862..25ec19bee57 100644 --- a/sys/arm/mv/mv_cp110_icu.c +++ b/sys/arm/mv/mv_cp110_icu.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/mv/mv_cp110_icu_bus.c b/sys/arm/mv/mv_cp110_icu_bus.c index 5b4eb835528..43429292c9f 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 #include #include #include diff --git a/sys/arm/mv/mv_pci.c b/sys/arm/mv/mv_pci.c index f6aa52611c8..74fc0419bf2 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 #include #include #include diff --git a/sys/arm/mv/mv_pci_ctrl.c b/sys/arm/mv/mv_pci_ctrl.c index cbe141b9fcb..0cff28e4ca7 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 #include #include #include diff --git a/sys/arm/mv/mv_spi.c b/sys/arm/mv/mv_spi.c index 11c4c3be702..4efaee68f75 100644 --- a/sys/arm/mv/mv_spi.c +++ b/sys/arm/mv/mv_spi.c @@ -24,7 +24,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/mv/mv_thermal.c b/sys/arm/mv/mv_thermal.c index 3810b565b4a..8004fdd3828 100644 --- a/sys/arm/mv/mv_thermal.c +++ b/sys/arm/mv/mv_thermal.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/mv/mvebu_pinctrl.c b/sys/arm/mv/mvebu_pinctrl.c index 618c281fea7..658a4b615cf 100644 --- a/sys/arm/mv/mvebu_pinctrl.c +++ b/sys/arm/mv/mvebu_pinctrl.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/mv/rtc.c b/sys/arm/mv/rtc.c index 3d408362009..cb8e4b6db62 100644 --- a/sys/arm/mv/rtc.c +++ b/sys/arm/mv/rtc.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/mv/timer.c b/sys/arm/mv/timer.c index 15ce14fbe75..8b5306fc7a9 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 #include #include #include diff --git a/sys/arm/nvidia/as3722_gpio.c b/sys/arm/nvidia/as3722_gpio.c index f7ae3c99d0f..073d057884c 100644 --- a/sys/arm/nvidia/as3722_gpio.c +++ b/sys/arm/nvidia/as3722_gpio.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/nvidia/as3722_regulators.c b/sys/arm/nvidia/as3722_regulators.c index 7a8c6d96e7e..912c0d96496 100644 --- a/sys/arm/nvidia/as3722_regulators.c +++ b/sys/arm/nvidia/as3722_regulators.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/nvidia/as3722_rtc.c b/sys/arm/nvidia/as3722_rtc.c index af86ab38d81..ce96801476d 100644 --- a/sys/arm/nvidia/as3722_rtc.c +++ b/sys/arm/nvidia/as3722_rtc.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/nvidia/drm2/hdmi.c b/sys/arm/nvidia/drm2/hdmi.c index 5b402487f08..521f77bd1d0 100644 --- a/sys/arm/nvidia/drm2/hdmi.c +++ b/sys/arm/nvidia/drm2/hdmi.c @@ -21,7 +21,6 @@ * DEALINGS IN THE SOFTWARE. */ -#include #include #include diff --git a/sys/arm/nvidia/drm2/tegra_bo.c b/sys/arm/nvidia/drm2/tegra_bo.c index ae0c48d6b67..5b9eb8588f4 100644 --- a/sys/arm/nvidia/drm2/tegra_bo.c +++ b/sys/arm/nvidia/drm2/tegra_bo.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/nvidia/drm2/tegra_dc.c b/sys/arm/nvidia/drm2/tegra_dc.c index f086570e3f0..81177180056 100644 --- a/sys/arm/nvidia/drm2/tegra_dc.c +++ b/sys/arm/nvidia/drm2/tegra_dc.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/nvidia/drm2/tegra_drm_subr.c b/sys/arm/nvidia/drm2/tegra_drm_subr.c index 8210c7d60ea..920419cc777 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 #include #include #include diff --git a/sys/arm/nvidia/drm2/tegra_fb.c b/sys/arm/nvidia/drm2/tegra_fb.c index 450d6944205..23994060700 100644 --- a/sys/arm/nvidia/drm2/tegra_fb.c +++ b/sys/arm/nvidia/drm2/tegra_fb.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/nvidia/drm2/tegra_hdmi.c b/sys/arm/nvidia/drm2/tegra_hdmi.c index 641787a40e7..c45ca1721ff 100644 --- a/sys/arm/nvidia/drm2/tegra_hdmi.c +++ b/sys/arm/nvidia/drm2/tegra_hdmi.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/nvidia/drm2/tegra_host1x.c b/sys/arm/nvidia/drm2/tegra_host1x.c index 7d5044d5403..080fbef659a 100644 --- a/sys/arm/nvidia/drm2/tegra_host1x.c +++ b/sys/arm/nvidia/drm2/tegra_host1x.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/nvidia/tegra124/tegra124_car.c b/sys/arm/nvidia/tegra124/tegra124_car.c index 52807ad7e73..ebb30b29aaa 100644 --- a/sys/arm/nvidia/tegra124/tegra124_car.c +++ b/sys/arm/nvidia/tegra124/tegra124_car.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/nvidia/tegra124/tegra124_clk_per.c b/sys/arm/nvidia/tegra124/tegra124_clk_per.c index 26c1c30eb0f..95af7a75b21 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 #include #include #include diff --git a/sys/arm/nvidia/tegra124/tegra124_clk_pll.c b/sys/arm/nvidia/tegra124/tegra124_clk_pll.c index 6b170dae792..524b31d299c 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 #include #include #include diff --git a/sys/arm/nvidia/tegra124/tegra124_clk_super.c b/sys/arm/nvidia/tegra124/tegra124_clk_super.c index 3c28a84aea9..8fb5e524e5f 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 #include #include #include diff --git a/sys/arm/nvidia/tegra124/tegra124_coretemp.c b/sys/arm/nvidia/tegra124/tegra124_coretemp.c index 9b9ed517147..a22618ca533 100644 --- a/sys/arm/nvidia/tegra124/tegra124_coretemp.c +++ b/sys/arm/nvidia/tegra124/tegra124_coretemp.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/nvidia/tegra124/tegra124_cpufreq.c b/sys/arm/nvidia/tegra124/tegra124_cpufreq.c index 03bc2243923..f407d093455 100644 --- a/sys/arm/nvidia/tegra124/tegra124_cpufreq.c +++ b/sys/arm/nvidia/tegra124/tegra124_cpufreq.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/nvidia/tegra124/tegra124_machdep.c b/sys/arm/nvidia/tegra124/tegra124_machdep.c index 8ee1d8c8aaa..4f06622d1da 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 #include #include #include diff --git a/sys/arm/nvidia/tegra124/tegra124_mp.c b/sys/arm/nvidia/tegra124/tegra124_mp.c index 624f1dd507f..7764d6f36b3 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 #include #include #include diff --git a/sys/arm/nvidia/tegra124/tegra124_xusbpadctl.c b/sys/arm/nvidia/tegra124/tegra124_xusbpadctl.c index dfcd4632579..eb749a2ffbc 100644 --- a/sys/arm/nvidia/tegra124/tegra124_xusbpadctl.c +++ b/sys/arm/nvidia/tegra124/tegra124_xusbpadctl.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/nvidia/tegra_efuse.c b/sys/arm/nvidia/tegra_efuse.c index 7c88bcb3fe0..1adfb14213e 100644 --- a/sys/arm/nvidia/tegra_efuse.c +++ b/sys/arm/nvidia/tegra_efuse.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/qemu/virt_machdep.c b/sys/arm/qemu/virt_machdep.c index 52bf408481b..72f426084e1 100644 --- a/sys/arm/qemu/virt_machdep.c +++ b/sys/arm/qemu/virt_machdep.c @@ -27,7 +27,6 @@ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/arm/qemu/virt_mp.c b/sys/arm/qemu/virt_mp.c index b7bf86d9871..a3471b1eb76 100644 --- a/sys/arm/qemu/virt_mp.c +++ b/sys/arm/qemu/virt_mp.c @@ -25,7 +25,6 @@ * */ -#include #include #include #include diff --git a/sys/arm/qualcomm/ipq4018_machdep.c b/sys/arm/qualcomm/ipq4018_machdep.c index 6734383d5b4..206f428111b 100644 --- a/sys/arm/qualcomm/ipq4018_machdep.c +++ b/sys/arm/qualcomm/ipq4018_machdep.c @@ -27,7 +27,6 @@ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/arm/qualcomm/ipq4018_mp.c b/sys/arm/qualcomm/ipq4018_mp.c index 994fed9afd3..cdcc0dfb955 100644 --- a/sys/arm/qualcomm/ipq4018_mp.c +++ b/sys/arm/qualcomm/ipq4018_mp.c @@ -27,7 +27,6 @@ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/arm/qualcomm/ipq4018_usb_hs_phy.c b/sys/arm/qualcomm/ipq4018_usb_hs_phy.c index 984636b2bd1..75bfa931e8e 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 #include #include #include diff --git a/sys/arm/qualcomm/ipq4018_usb_ss_phy.c b/sys/arm/qualcomm/ipq4018_usb_ss_phy.c index 26000460a7e..22dc92ffd2e 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 #include #include #include diff --git a/sys/arm/qualcomm/qcom_cpu_kpssv2.c b/sys/arm/qualcomm/qcom_cpu_kpssv2.c index 4e1c933d2db..c265f0f897e 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 #include #include #include diff --git a/sys/arm/qualcomm/qcom_scm_legacy.c b/sys/arm/qualcomm/qcom_scm_legacy.c index 24c62c8181c..f1566264f00 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 #include #include #include diff --git a/sys/arm/rockchip/rk32xx_machdep.c b/sys/arm/rockchip/rk32xx_machdep.c index d690ff970f8..56410a0f472 100644 --- a/sys/arm/rockchip/rk32xx_machdep.c +++ b/sys/arm/rockchip/rk32xx_machdep.c @@ -27,7 +27,6 @@ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/arm/rockchip/rk32xx_mp.c b/sys/arm/rockchip/rk32xx_mp.c index 8a482ab9366..5a504375305 100644 --- a/sys/arm/rockchip/rk32xx_mp.c +++ b/sys/arm/rockchip/rk32xx_mp.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/ti/am335x/am3359_cppi41.c b/sys/arm/ti/am335x/am3359_cppi41.c index 82f3a55fb9f..5b3eb327709 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 #include #include #include diff --git a/sys/arm/ti/am335x/am335x_dmtimer.c b/sys/arm/ti/am335x/am335x_dmtimer.c index e576a11fe70..d6ea5267a9b 100644 --- a/sys/arm/ti/am335x/am335x_dmtimer.c +++ b/sys/arm/ti/am335x/am335x_dmtimer.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/ti/am335x/am335x_ecap.c b/sys/arm/ti/am335x/am335x_ecap.c index 83ba9847ec4..f1df54af6e1 100644 --- a/sys/arm/ti/am335x/am335x_ecap.c +++ b/sys/arm/ti/am335x/am335x_ecap.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/ti/am335x/am335x_ehrpwm.c b/sys/arm/ti/am335x/am335x_ehrpwm.c index f3d079525d4..2296b050517 100644 --- a/sys/arm/ti/am335x/am335x_ehrpwm.c +++ b/sys/arm/ti/am335x/am335x_ehrpwm.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/ti/am335x/am335x_gpio.c b/sys/arm/ti/am335x/am335x_gpio.c index 23a41728679..78665b19857 100644 --- a/sys/arm/ti/am335x/am335x_gpio.c +++ b/sys/arm/ti/am335x/am335x_gpio.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/ti/am335x/am335x_lcd_syscons.c b/sys/arm/ti/am335x/am335x_lcd_syscons.c index fb634f8076e..09505adac8f 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 + #include #include #include diff --git a/sys/arm/ti/am335x/am335x_pwmss.c b/sys/arm/ti/am335x/am335x_pwmss.c index 2769835c0a0..c4a045503b1 100644 --- a/sys/arm/ti/am335x/am335x_pwmss.c +++ b/sys/arm/ti/am335x/am335x_pwmss.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/ti/am335x/am335x_rtc.c b/sys/arm/ti/am335x/am335x_rtc.c index 6196ce1fce5..7ac8ce06179 100644 --- a/sys/arm/ti/am335x/am335x_rtc.c +++ b/sys/arm/ti/am335x/am335x_rtc.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/ti/am335x/am335x_scm.c b/sys/arm/ti/am335x/am335x_scm.c index 64ef6a577af..1a4fd0ed632 100644 --- a/sys/arm/ti/am335x/am335x_scm.c +++ b/sys/arm/ti/am335x/am335x_scm.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/ti/am335x/am335x_scm_padconf.c b/sys/arm/ti/am335x/am335x_scm_padconf.c index 2af84e85d78..1d28a8003d5 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 #include #include #include diff --git a/sys/arm/ti/am335x/am335x_usb_phy.c b/sys/arm/ti/am335x/am335x_usb_phy.c index f03c1fcde27..04675d1f18b 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 #include #include #include diff --git a/sys/arm/ti/clk/clock_common.c b/sys/arm/ti/clk/clock_common.c index 79ccc7b3d05..78f60f60914 100644 --- a/sys/arm/ti/clk/clock_common.c +++ b/sys/arm/ti/clk/clock_common.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/ti/clk/ti_clk_clkctrl.c b/sys/arm/ti/clk/ti_clk_clkctrl.c index e7a121bf49e..1fc15e67905 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 #include #include #include diff --git a/sys/arm/ti/clk/ti_clk_dpll.c b/sys/arm/ti/clk/ti_clk_dpll.c index ffde2123a35..0a23a2222c0 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 #include #include #include diff --git a/sys/arm/ti/clk/ti_clkctrl.c b/sys/arm/ti/clk/ti_clkctrl.c index e7541c89000..169cc7a62f7 100644 --- a/sys/arm/ti/clk/ti_clkctrl.c +++ b/sys/arm/ti/clk/ti_clkctrl.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/ti/clk/ti_divider_clock.c b/sys/arm/ti/clk/ti_divider_clock.c index 25e6e1bf726..c1b2e25a765 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 #include #include #include diff --git a/sys/arm/ti/clk/ti_dpll_clock.c b/sys/arm/ti/clk/ti_dpll_clock.c index 686dce110de..b47fef83bc3 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 #include #include #include diff --git a/sys/arm/ti/clk/ti_gate_clock.c b/sys/arm/ti/clk/ti_gate_clock.c index baf233c5fa6..cf33f06574b 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 #include #include #include diff --git a/sys/arm/ti/clk/ti_mux_clock.c b/sys/arm/ti/clk/ti_mux_clock.c index ef1b2ea5c32..684e9530503 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 #include #include #include diff --git a/sys/arm/ti/omap4/omap4_gpio.c b/sys/arm/ti/omap4/omap4_gpio.c index ac52131a5c4..08c878107b4 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 + #include #include #include diff --git a/sys/arm/ti/omap4/omap4_l2cache.c b/sys/arm/ti/omap4/omap4_l2cache.c index 050631d96bd..74b20426817 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 #include #include #include diff --git a/sys/arm/ti/omap4/omap4_mp.c b/sys/arm/ti/omap4/omap4_mp.c index ab0f8ccdd12..1affd08583d 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 #include #include #include diff --git a/sys/arm/ti/omap4/omap4_prcm_clks.c b/sys/arm/ti/omap4/omap4_prcm_clks.c index 25daef32041..73ef67a19d4 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 #include #include #include diff --git a/sys/arm/ti/omap4/omap4_scm_padconf.c b/sys/arm/ti/omap4/omap4_scm_padconf.c index e71185dea15..e27c3fdbe23 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 + #include #include #include diff --git a/sys/arm/ti/omap4/omap4_wugen.c b/sys/arm/ti/omap4/omap4_wugen.c index 5fa85a2898a..d9264e60efc 100644 --- a/sys/arm/ti/omap4/omap4_wugen.c +++ b/sys/arm/ti/omap4/omap4_wugen.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/ti/omap4/pandaboard/pandaboard.c b/sys/arm/ti/omap4/pandaboard/pandaboard.c index a4fd1d9b520..e445b1f4045 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 + #include #include #include diff --git a/sys/arm/ti/ti_cpuid.c b/sys/arm/ti/ti_cpuid.c index dac33e0214c..b2e7e61c287 100644 --- a/sys/arm/ti/ti_cpuid.c +++ b/sys/arm/ti/ti_cpuid.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/ti/ti_edma3.c b/sys/arm/ti/ti_edma3.c index 231c4f91dba..3e4b17c847f 100644 --- a/sys/arm/ti/ti_edma3.c +++ b/sys/arm/ti/ti_edma3.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/ti/ti_i2c.c b/sys/arm/ti/ti_i2c.c index 0f97112c2a4..527c8cbd8ee 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 #include #include #include diff --git a/sys/arm/ti/ti_machdep.c b/sys/arm/ti/ti_machdep.c index da7e0e93002..c4547609b3b 100644 --- a/sys/arm/ti/ti_machdep.c +++ b/sys/arm/ti/ti_machdep.c @@ -39,7 +39,6 @@ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/arm/ti/ti_mbox.c b/sys/arm/ti/ti_mbox.c index 797e181f560..d844d3b86de 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 + #include #include #include diff --git a/sys/arm/ti/ti_omap4_cm.c b/sys/arm/ti/ti_omap4_cm.c index ce1937e2df9..b558d626215 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 #include #include #include diff --git a/sys/arm/ti/ti_pinmux.c b/sys/arm/ti/ti_pinmux.c index 914928aa593..7f6b5a1889b 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 + #include #include #include diff --git a/sys/arm/ti/ti_prcm.c b/sys/arm/ti/ti_prcm.c index 5a08f08c612..0006d0eaec9 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 #include #include #include diff --git a/sys/arm/ti/ti_prm.c b/sys/arm/ti/ti_prm.c index fc4e027512b..5ceeae36441 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 #include #include #include diff --git a/sys/arm/ti/ti_scm_syscon.c b/sys/arm/ti/ti_scm_syscon.c index fc6d8ecb3c1..af77bc54f15 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 #include #include #include diff --git a/sys/arm/ti/ti_sdhci.c b/sys/arm/ti/ti_sdhci.c index 6a1c9552f44..0c01693c3c5 100644 --- a/sys/arm/ti/ti_sdhci.c +++ b/sys/arm/ti/ti_sdhci.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * */ -#include + #include #include #include diff --git a/sys/arm/ti/ti_sdma.c b/sys/arm/ti/ti_sdma.c index 302b0330df1..e89a5c7b4f3 100644 --- a/sys/arm/ti/ti_sdma.c +++ b/sys/arm/ti/ti_sdma.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/ti/ti_spi.c b/sys/arm/ti/ti_spi.c index 5313bd9948d..b5616d36830 100644 --- a/sys/arm/ti/ti_spi.c +++ b/sys/arm/ti/ti_spi.c @@ -24,7 +24,7 @@ * SUCH DAMAGE. * */ -#include + #include #include #include diff --git a/sys/arm/ti/ti_sysc.c b/sys/arm/ti/ti_sysc.c index 33f34023429..b00642bb87c 100644 --- a/sys/arm/ti/ti_sysc.c +++ b/sys/arm/ti/ti_sysc.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/ti/ti_wdt.c b/sys/arm/ti/ti_wdt.c index 6fddf2eb655..db580cd17cd 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 + #include #include #include diff --git a/sys/arm/ti/usb/omap_ehci.c b/sys/arm/ti/usb/omap_ehci.c index 5b84ba0de15..9376be35c26 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 + #include #include #include diff --git a/sys/arm/ti/usb/omap_host.c b/sys/arm/ti/usb/omap_host.c index 1180766c677..631c74e1968 100644 --- a/sys/arm/ti/usb/omap_host.c +++ b/sys/arm/ti/usb/omap_host.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/ti/usb/omap_tll.c b/sys/arm/ti/usb/omap_tll.c index 12d2c8ce2d4..08fbd2344e4 100644 --- a/sys/arm/ti/usb/omap_tll.c +++ b/sys/arm/ti/usb/omap_tll.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/xilinx/uart_dev_cdnc.c b/sys/arm/xilinx/uart_dev_cdnc.c index 0a66e06ca72..5404bc1e27d 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 #include #include #include diff --git a/sys/arm/xilinx/zy7_devcfg.c b/sys/arm/xilinx/zy7_devcfg.c index 0e5936e4e6a..1cb7ff9168c 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 #include #include #include diff --git a/sys/arm/xilinx/zy7_ehci.c b/sys/arm/xilinx/zy7_ehci.c index 15040f0a17a..57fe4115a86 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 #include #include #include diff --git a/sys/arm/xilinx/zy7_gpio.c b/sys/arm/xilinx/zy7_gpio.c index 40ae2133940..091237014c6 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 #include #include #include diff --git a/sys/arm/xilinx/zy7_l2cache.c b/sys/arm/xilinx/zy7_l2cache.c index 274b441ebaf..418a4d5782c 100644 --- a/sys/arm/xilinx/zy7_l2cache.c +++ b/sys/arm/xilinx/zy7_l2cache.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm/xilinx/zy7_machdep.c b/sys/arm/xilinx/zy7_machdep.c index d841575aabe..723c3f3b2d7 100644 --- a/sys/arm/xilinx/zy7_machdep.c +++ b/sys/arm/xilinx/zy7_machdep.c @@ -35,7 +35,6 @@ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/arm/xilinx/zy7_mp.c b/sys/arm/xilinx/zy7_mp.c index cc122dca9cc..def950cadf0 100644 --- a/sys/arm/xilinx/zy7_mp.c +++ b/sys/arm/xilinx/zy7_mp.c @@ -24,7 +24,6 @@ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/arm/xilinx/zy7_slcr.c b/sys/arm/xilinx/zy7_slcr.c index 8933b1ae50c..755b5d4806e 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 #include #include #include diff --git a/sys/arm/xilinx/zy7_spi.c b/sys/arm/xilinx/zy7_spi.c index 0010cd6e00a..c2cbf266ad0 100644 --- a/sys/arm/xilinx/zy7_spi.c +++ b/sys/arm/xilinx/zy7_spi.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/acpica/OsdEnvironment.c b/sys/arm64/acpica/OsdEnvironment.c index d3080bbe371..535aa18d805 100644 --- a/sys/arm64/acpica/OsdEnvironment.c +++ b/sys/arm64/acpica/OsdEnvironment.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/acpica/acpi_iort.c b/sys/arm64/acpica/acpi_iort.c index 2fb3bcf8a5d..ef6557ff9c9 100644 --- a/sys/arm64/acpica/acpi_iort.c +++ b/sys/arm64/acpica/acpi_iort.c @@ -29,7 +29,6 @@ #include "opt_acpi.h" -#include #include #include #include diff --git a/sys/arm64/acpica/acpi_machdep.c b/sys/arm64/acpica/acpi_machdep.c index b11af1b0f4d..123e5c32825 100644 --- a/sys/arm64/acpica/acpi_machdep.c +++ b/sys/arm64/acpica/acpi_machdep.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/acpica/acpi_wakeup.c b/sys/arm64/acpica/acpi_wakeup.c index 63bd687fba3..f226b08218f 100644 --- a/sys/arm64/acpica/acpi_wakeup.c +++ b/sys/arm64/acpica/acpi_wakeup.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/acpica/pci_cfgreg.c b/sys/arm64/acpica/pci_cfgreg.c index 97c640dfb81..d2972bd1579 100644 --- a/sys/arm64/acpica/pci_cfgreg.c +++ b/sys/arm64/acpica/pci_cfgreg.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/arm64/busdma_bounce.c b/sys/arm64/arm64/busdma_bounce.c index ee84d03a44d..16de0286060 100644 --- a/sys/arm64/arm64/busdma_bounce.c +++ b/sys/arm64/arm64/busdma_bounce.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/arm64/busdma_machdep.c b/sys/arm64/arm64/busdma_machdep.c index 2b8dc179a90..9f1137636ca 100644 --- a/sys/arm64/arm64/busdma_machdep.c +++ b/sys/arm64/arm64/busdma_machdep.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/arm64/clock.c b/sys/arm64/arm64/clock.c index 2d6e2a8771a..86204243d5c 100644 --- a/sys/arm64/arm64/clock.c +++ b/sys/arm64/arm64/clock.c @@ -25,7 +25,6 @@ * */ -#include #include #include diff --git a/sys/arm64/arm64/cpu_errata.c b/sys/arm64/arm64/cpu_errata.c index a03303d8304..989924bc056 100644 --- a/sys/arm64/arm64/cpu_errata.c +++ b/sys/arm64/arm64/cpu_errata.c @@ -32,7 +32,6 @@ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/arm64/arm64/db_disasm.c b/sys/arm64/arm64/db_disasm.c index 66add7b227c..ab1002560b2 100644 --- a/sys/arm64/arm64/db_disasm.c +++ b/sys/arm64/arm64/db_disasm.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/arm64/db_interface.c b/sys/arm64/arm64/db_interface.c index 24ce0327e08..8d97ab46a83 100644 --- a/sys/arm64/arm64/db_interface.c +++ b/sys/arm64/arm64/db_interface.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/arm64/db_trace.c b/sys/arm64/arm64/db_trace.c index cb1c0789b03..1c9290f19ed 100644 --- a/sys/arm64/arm64/db_trace.c +++ b/sys/arm64/arm64/db_trace.c @@ -28,7 +28,6 @@ #include "opt_ddb.h" -#include #include #include #include diff --git a/sys/arm64/arm64/debug_monitor.c b/sys/arm64/arm64/debug_monitor.c index 271f6fc47ea..b8164b70c5c 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 #include #include #include diff --git a/sys/arm64/arm64/disassem.c b/sys/arm64/arm64/disassem.c index e5c5d1562be..a630697713c 100644 --- a/sys/arm64/arm64/disassem.c +++ b/sys/arm64/arm64/disassem.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/arm64/arm64/dump_machdep.c b/sys/arm64/arm64/dump_machdep.c index bdf092896e3..f2460f46337 100644 --- a/sys/arm64/arm64/dump_machdep.c +++ b/sys/arm64/arm64/dump_machdep.c @@ -27,7 +27,6 @@ * */ -#include #include #include #include diff --git a/sys/arm64/arm64/efirt_machdep.c b/sys/arm64/arm64/efirt_machdep.c index c5198762535..52906779dfb 100644 --- a/sys/arm64/arm64/efirt_machdep.c +++ b/sys/arm64/arm64/efirt_machdep.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/arm64/elf_machdep.c b/sys/arm64/arm64/elf_machdep.c index 66377464111..29427d04ee5 100644 --- a/sys/arm64/arm64/elf_machdep.c +++ b/sys/arm64/arm64/elf_machdep.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/arm64/exec_machdep.c b/sys/arm64/arm64/exec_machdep.c index 4efa3ceaae4..52c63f80169 100644 --- a/sys/arm64/arm64/exec_machdep.c +++ b/sys/arm64/arm64/exec_machdep.c @@ -25,7 +25,6 @@ * */ -#include #include #include #include diff --git a/sys/arm64/arm64/freebsd32_machdep.c b/sys/arm64/arm64/freebsd32_machdep.c index 1cf8403e0a0..b25ebd50166 100644 --- a/sys/arm64/arm64/freebsd32_machdep.c +++ b/sys/arm64/arm64/freebsd32_machdep.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/arm64/genassym.c b/sys/arm64/arm64/genassym.c index d4970177ab7..2907dd2081a 100644 --- a/sys/arm64/arm64/genassym.c +++ b/sys/arm64/arm64/genassym.c @@ -26,7 +26,6 @@ * */ -#include #include #include #include diff --git a/sys/arm64/arm64/gic_v3.c b/sys/arm64/arm64/gic_v3.c index 4e908078714..b57dd9be48a 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 #include #include #include diff --git a/sys/arm64/arm64/gic_v3_acpi.c b/sys/arm64/arm64/gic_v3_acpi.c index fe13b9f15f7..3dff49f6214 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 #include #include #include diff --git a/sys/arm64/arm64/gic_v3_fdt.c b/sys/arm64/arm64/gic_v3_fdt.c index 9ca10167588..e48e7b36a64 100644 --- a/sys/arm64/arm64/gic_v3_fdt.c +++ b/sys/arm64/arm64/gic_v3_fdt.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/arm64/gicv3_its.c b/sys/arm64/arm64/gicv3_its.c index 777e20649f3..a667d40b4e3 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 #include #include #include diff --git a/sys/arm64/arm64/identcpu.c b/sys/arm64/arm64/identcpu.c index ac44b87ffcb..e7657e3aecf 100644 --- a/sys/arm64/arm64/identcpu.c +++ b/sys/arm64/arm64/identcpu.c @@ -29,7 +29,6 @@ * */ -#include #include #include #include diff --git a/sys/arm64/arm64/machdep.c b/sys/arm64/arm64/machdep.c index 01896c15e65..9b324bb45c2 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 #include #include #include diff --git a/sys/arm64/arm64/machdep_boot.c b/sys/arm64/arm64/machdep_boot.c index 4ce38140a57..19ad2977614 100644 --- a/sys/arm64/arm64/machdep_boot.c +++ b/sys/arm64/arm64/machdep_boot.c @@ -28,7 +28,6 @@ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/arm64/arm64/mem.c b/sys/arm64/arm64/mem.c index 44555dcacc2..1f44d547204 100644 --- a/sys/arm64/arm64/mem.c +++ b/sys/arm64/arm64/mem.c @@ -25,7 +25,6 @@ * */ -#include #include #include #include diff --git a/sys/arm64/arm64/mp_machdep.c b/sys/arm64/arm64/mp_machdep.c index 5d598b4189a..c2b30930fd9 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 #include #include #include diff --git a/sys/arm64/arm64/nexus.c b/sys/arm64/arm64/nexus.c index 2c19d4ecfc0..d2081d40d26 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 #include #include #include diff --git a/sys/arm64/arm64/ofw_machdep.c b/sys/arm64/arm64/ofw_machdep.c index 7b0dd9f6482..a5ee039ccec 100644 --- a/sys/arm64/arm64/ofw_machdep.c +++ b/sys/arm64/arm64/ofw_machdep.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/arm64/arm64/ptrace_machdep.c b/sys/arm64/arm64/ptrace_machdep.c index 7a001f4a1e5..2bf826fee02 100644 --- a/sys/arm64/arm64/ptrace_machdep.c +++ b/sys/arm64/arm64/ptrace_machdep.c @@ -25,7 +25,6 @@ * */ -#include #include #include #include diff --git a/sys/arm64/arm64/ptrauth.c b/sys/arm64/arm64/ptrauth.c index 03610e9313f..40f9c86d946 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 #include #include #include diff --git a/sys/arm64/arm64/stack_machdep.c b/sys/arm64/arm64/stack_machdep.c index a0747b633e1..e5e105aeb95 100644 --- a/sys/arm64/arm64/stack_machdep.c +++ b/sys/arm64/arm64/stack_machdep.c @@ -27,7 +27,6 @@ * */ -#include #include #include #include diff --git a/sys/arm64/arm64/sys_machdep.c b/sys/arm64/arm64/sys_machdep.c index c50b745cfba..79546d29e25 100644 --- a/sys/arm64/arm64/sys_machdep.c +++ b/sys/arm64/arm64/sys_machdep.c @@ -27,7 +27,6 @@ * */ -#include #include #include #include diff --git a/sys/arm64/arm64/trap.c b/sys/arm64/arm64/trap.c index 6534fd2283a..03cac1e6450 100644 --- a/sys/arm64/arm64/trap.c +++ b/sys/arm64/arm64/trap.c @@ -27,7 +27,6 @@ #include "opt_ddb.h" -#include #include #include #include diff --git a/sys/arm64/arm64/uio_machdep.c b/sys/arm64/arm64/uio_machdep.c index 604254fd40a..c42aee94506 100644 --- a/sys/arm64/arm64/uio_machdep.c +++ b/sys/arm64/arm64/uio_machdep.c @@ -33,7 +33,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/arm64/uma_machdep.c b/sys/arm64/arm64/uma_machdep.c index f4170fa446b..f942248d4dc 100644 --- a/sys/arm64/arm64/uma_machdep.c +++ b/sys/arm64/arm64/uma_machdep.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/arm64/undefined.c b/sys/arm64/arm64/undefined.c index 60afca1690d..c307281ea52 100644 --- a/sys/arm64/arm64/undefined.c +++ b/sys/arm64/arm64/undefined.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/arm64/unwind.c b/sys/arm64/arm64/unwind.c index 5afdbf0da69..db95cb8c7f1 100644 --- a/sys/arm64/arm64/unwind.c +++ b/sys/arm64/arm64/unwind.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/arm64/arm64/vm_machdep.c b/sys/arm64/arm64/vm_machdep.c index 07df8e4d680..9fa5406ad82 100644 --- a/sys/arm64/arm64/vm_machdep.c +++ b/sys/arm64/arm64/vm_machdep.c @@ -27,7 +27,6 @@ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/arm64/broadcom/brcmmdio/mdio_mux_iproc.c b/sys/arm64/broadcom/brcmmdio/mdio_mux_iproc.c index c3968d62365..9e73985ded0 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 #include #include #include diff --git a/sys/arm64/broadcom/brcmmdio/mdio_nexus_iproc.c b/sys/arm64/broadcom/brcmmdio/mdio_nexus_iproc.c index fdddb406187..f1bf5ac38bf 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 #include #include #include diff --git a/sys/arm64/broadcom/brcmmdio/mdio_ns2_pcie_phy.c b/sys/arm64/broadcom/brcmmdio/mdio_ns2_pcie_phy.c index 894a2b70065..f8f5c670c35 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 #include #include #include diff --git a/sys/arm64/broadcom/genet/if_genet.c b/sys/arm64/broadcom/genet/if_genet.c index 0c8730a4391..e102b6c3a95 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 #include #include #include diff --git a/sys/arm64/cavium/thunder_pcie_fdt.c b/sys/arm64/cavium/thunder_pcie_fdt.c index 45b71011903..bf00688fb04 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 #include #include #include diff --git a/sys/arm64/coresight/coresight.c b/sys/arm64/coresight/coresight.c index bb0ee1c527a..5928c153f4a 100644 --- a/sys/arm64/coresight/coresight.c +++ b/sys/arm64/coresight/coresight.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/coresight/coresight_acpi.c b/sys/arm64/coresight/coresight_acpi.c index 82f4bd8fb62..bfc109bfc0f 100644 --- a/sys/arm64/coresight/coresight_acpi.c +++ b/sys/arm64/coresight/coresight_acpi.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/coresight/coresight_cmd.c b/sys/arm64/coresight/coresight_cmd.c index b2d204d2f5e..00dd201f04e 100644 --- a/sys/arm64/coresight/coresight_cmd.c +++ b/sys/arm64/coresight/coresight_cmd.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/coresight/coresight_cpu_debug.c b/sys/arm64/coresight/coresight_cpu_debug.c index 88c2a864db5..5dc80bad9b7 100644 --- a/sys/arm64/coresight/coresight_cpu_debug.c +++ b/sys/arm64/coresight/coresight_cpu_debug.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/coresight/coresight_etm4x.c b/sys/arm64/coresight/coresight_etm4x.c index 9df82b03fe6..0eb2a153ccc 100644 --- a/sys/arm64/coresight/coresight_etm4x.c +++ b/sys/arm64/coresight/coresight_etm4x.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/coresight/coresight_etm4x_acpi.c b/sys/arm64/coresight/coresight_etm4x_acpi.c index c46ee2be80b..150798618fc 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 #include #include #include diff --git a/sys/arm64/coresight/coresight_etm4x_fdt.c b/sys/arm64/coresight/coresight_etm4x_fdt.c index 03512965490..1090fde411b 100644 --- a/sys/arm64/coresight/coresight_etm4x_fdt.c +++ b/sys/arm64/coresight/coresight_etm4x_fdt.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/coresight/coresight_fdt.c b/sys/arm64/coresight/coresight_fdt.c index e4d76632a1e..d26e866bb24 100644 --- a/sys/arm64/coresight/coresight_fdt.c +++ b/sys/arm64/coresight/coresight_fdt.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/coresight/coresight_funnel.c b/sys/arm64/coresight/coresight_funnel.c index 00f0e7121a7..44ade585c6e 100644 --- a/sys/arm64/coresight/coresight_funnel.c +++ b/sys/arm64/coresight/coresight_funnel.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/coresight/coresight_funnel_acpi.c b/sys/arm64/coresight/coresight_funnel_acpi.c index 062b9f3cd4e..6ce5b2bcfd8 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 #include #include #include diff --git a/sys/arm64/coresight/coresight_funnel_fdt.c b/sys/arm64/coresight/coresight_funnel_fdt.c index 83db43ea740..4355e10e830 100644 --- a/sys/arm64/coresight/coresight_funnel_fdt.c +++ b/sys/arm64/coresight/coresight_funnel_fdt.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/coresight/coresight_replicator.c b/sys/arm64/coresight/coresight_replicator.c index 0663d4f1449..f198d7da01f 100644 --- a/sys/arm64/coresight/coresight_replicator.c +++ b/sys/arm64/coresight/coresight_replicator.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/coresight/coresight_replicator_acpi.c b/sys/arm64/coresight/coresight_replicator_acpi.c index abfb63a48d1..68da5299527 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 #include #include #include diff --git a/sys/arm64/coresight/coresight_replicator_fdt.c b/sys/arm64/coresight/coresight_replicator_fdt.c index 7d311905ecc..20f99efbfaa 100644 --- a/sys/arm64/coresight/coresight_replicator_fdt.c +++ b/sys/arm64/coresight/coresight_replicator_fdt.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/coresight/coresight_tmc.c b/sys/arm64/coresight/coresight_tmc.c index 46c18e6a94f..53118400b2c 100644 --- a/sys/arm64/coresight/coresight_tmc.c +++ b/sys/arm64/coresight/coresight_tmc.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/coresight/coresight_tmc_acpi.c b/sys/arm64/coresight/coresight_tmc_acpi.c index fd21eb2b11b..a9895f0c40d 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 #include #include #include diff --git a/sys/arm64/coresight/coresight_tmc_fdt.c b/sys/arm64/coresight/coresight_tmc_fdt.c index 1a602cf6645..0cf1c6c3f15 100644 --- a/sys/arm64/coresight/coresight_tmc_fdt.c +++ b/sys/arm64/coresight/coresight_tmc_fdt.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/freescale/imx/clk/imx_clk_composite.c b/sys/arm64/freescale/imx/clk/imx_clk_composite.c index fc7f371a1a2..76a8979a82d 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 #include #include #include 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 295e3a2113e..277c06e7bad 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 #include #include #include diff --git a/sys/arm64/freescale/imx/clk/imx_clk_gate.c b/sys/arm64/freescale/imx/clk/imx_clk_gate.c index 40a66e2ef38..e666c063b29 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 #include #include #include diff --git a/sys/arm64/freescale/imx/clk/imx_clk_mux.c b/sys/arm64/freescale/imx/clk/imx_clk_mux.c index f87667df4e5..41f1bdb3bef 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 #include #include #include 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 e3ed16da435..ae6395de707 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 #include #include #include diff --git a/sys/arm64/freescale/imx/imx7gpc.c b/sys/arm64/freescale/imx/imx7gpc.c index f6d5f8b691e..b3edb0c51ad 100644 --- a/sys/arm64/freescale/imx/imx7gpc.c +++ b/sys/arm64/freescale/imx/imx7gpc.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/intel/stratix10-soc-fpga-mgr.c b/sys/arm64/intel/stratix10-soc-fpga-mgr.c index 0077f392820..177fb694c87 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 #include #include #include diff --git a/sys/arm64/intel/stratix10-svc.c b/sys/arm64/intel/stratix10-svc.c index d609e391edc..d06d8d27e13 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 #include #include #include diff --git a/sys/arm64/iommu/iommu.c b/sys/arm64/iommu/iommu.c index 331553a9362..cb2b86c9dc4 100644 --- a/sys/arm64/iommu/iommu.c +++ b/sys/arm64/iommu/iommu.c @@ -35,7 +35,6 @@ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/arm64/iommu/smmu.c b/sys/arm64/iommu/smmu.c index 4e724f2fd53..1d1996a6902 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 #include #include #include diff --git a/sys/arm64/iommu/smmu_acpi.c b/sys/arm64/iommu/smmu_acpi.c index 3a935df47be..56cdd371174 100644 --- a/sys/arm64/iommu/smmu_acpi.c +++ b/sys/arm64/iommu/smmu_acpi.c @@ -32,7 +32,6 @@ #include "opt_acpi.h" -#include #include #include #include diff --git a/sys/arm64/iommu/smmu_fdt.c b/sys/arm64/iommu/smmu_fdt.c index ccb6524f597..9aa41f1070b 100644 --- a/sys/arm64/iommu/smmu_fdt.c +++ b/sys/arm64/iommu/smmu_fdt.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/iommu/smmu_quirks.c b/sys/arm64/iommu/smmu_quirks.c index 7c346d445fa..8e8e9ab28c9 100644 --- a/sys/arm64/iommu/smmu_quirks.c +++ b/sys/arm64/iommu/smmu_quirks.c @@ -30,7 +30,6 @@ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/arm64/nvidia/tegra210/max77620_gpio.c b/sys/arm64/nvidia/tegra210/max77620_gpio.c index 0021aab151d..8dcf98099da 100644 --- a/sys/arm64/nvidia/tegra210/max77620_gpio.c +++ b/sys/arm64/nvidia/tegra210/max77620_gpio.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/nvidia/tegra210/max77620_regulators.c b/sys/arm64/nvidia/tegra210/max77620_regulators.c index 7743779a3fb..3bfed681571 100644 --- a/sys/arm64/nvidia/tegra210/max77620_regulators.c +++ b/sys/arm64/nvidia/tegra210/max77620_regulators.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/nvidia/tegra210/max77620_rtc.c b/sys/arm64/nvidia/tegra210/max77620_rtc.c index b3ef0fd8da7..dc82d4b387b 100644 --- a/sys/arm64/nvidia/tegra210/max77620_rtc.c +++ b/sys/arm64/nvidia/tegra210/max77620_rtc.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/nvidia/tegra210/tegra210_car.c b/sys/arm64/nvidia/tegra210/tegra210_car.c index ec080a01159..0562b91c5a9 100644 --- a/sys/arm64/nvidia/tegra210/tegra210_car.c +++ b/sys/arm64/nvidia/tegra210/tegra210_car.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/nvidia/tegra210/tegra210_clk_per.c b/sys/arm64/nvidia/tegra210/tegra210_clk_per.c index 240ffc2eeef..0d84d42bb45 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 #include #include #include diff --git a/sys/arm64/nvidia/tegra210/tegra210_clk_pll.c b/sys/arm64/nvidia/tegra210/tegra210_clk_pll.c index 604c9a033ff..8c1a2045d99 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 #include #include #include diff --git a/sys/arm64/nvidia/tegra210/tegra210_clk_super.c b/sys/arm64/nvidia/tegra210/tegra210_clk_super.c index ba504ae5cd3..7fd1b8ec7a7 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 #include #include #include diff --git a/sys/arm64/nvidia/tegra210/tegra210_coretemp.c b/sys/arm64/nvidia/tegra210/tegra210_coretemp.c index e7fdd505563..fc6e3b17de3 100644 --- a/sys/arm64/nvidia/tegra210/tegra210_coretemp.c +++ b/sys/arm64/nvidia/tegra210/tegra210_coretemp.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/nvidia/tegra210/tegra210_cpufreq.c b/sys/arm64/nvidia/tegra210/tegra210_cpufreq.c index a675af94238..e8b48c4a494 100644 --- a/sys/arm64/nvidia/tegra210/tegra210_cpufreq.c +++ b/sys/arm64/nvidia/tegra210/tegra210_cpufreq.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/nvidia/tegra210/tegra210_pmc.c b/sys/arm64/nvidia/tegra210/tegra210_pmc.c index 5ae5c0e8092..0f56342d1ac 100644 --- a/sys/arm64/nvidia/tegra210/tegra210_pmc.c +++ b/sys/arm64/nvidia/tegra210/tegra210_pmc.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/nvidia/tegra210/tegra210_xusbpadctl.c b/sys/arm64/nvidia/tegra210/tegra210_xusbpadctl.c index c3ebb462208..e51cf74a312 100644 --- a/sys/arm64/nvidia/tegra210/tegra210_xusbpadctl.c +++ b/sys/arm64/nvidia/tegra210/tegra210_xusbpadctl.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/qoriq/clk/ls1028a_clkgen.c b/sys/arm64/qoriq/clk/ls1028a_clkgen.c index 0c6e2b4d4d5..a003d366267 100644 --- a/sys/arm64/qoriq/clk/ls1028a_clkgen.c +++ b/sys/arm64/qoriq/clk/ls1028a_clkgen.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/qoriq/clk/ls1028a_flexspi_clk.c b/sys/arm64/qoriq/clk/ls1028a_flexspi_clk.c index d8c160ccf77..00cf738d1b9 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 + #include #include #include diff --git a/sys/arm64/qoriq/clk/ls1046a_clkgen.c b/sys/arm64/qoriq/clk/ls1046a_clkgen.c index 56b8cca7082..cc6f01537f8 100644 --- a/sys/arm64/qoriq/clk/ls1046a_clkgen.c +++ b/sys/arm64/qoriq/clk/ls1046a_clkgen.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/qoriq/clk/ls1088a_clkgen.c b/sys/arm64/qoriq/clk/ls1088a_clkgen.c index 5db987cd578..916bf9a2533 100644 --- a/sys/arm64/qoriq/clk/ls1088a_clkgen.c +++ b/sys/arm64/qoriq/clk/ls1088a_clkgen.c @@ -31,7 +31,6 @@ * [LS1088ARM.pdf] */ -#include #include #include #include diff --git a/sys/arm64/qoriq/clk/qoriq_clk_pll.c b/sys/arm64/qoriq/clk/qoriq_clk_pll.c index ae687dd5373..0ee05afbd0c 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 #include #include #include diff --git a/sys/arm64/qoriq/clk/qoriq_clkgen.c b/sys/arm64/qoriq/clk/qoriq_clkgen.c index 0d14565cd45..8a6d162926d 100644 --- a/sys/arm64/qoriq/clk/qoriq_clkgen.c +++ b/sys/arm64/qoriq/clk/qoriq_clkgen.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/qoriq/qoriq_dw_pci.c b/sys/arm64/qoriq/qoriq_dw_pci.c index 825043a09fa..ca67b5d9cbc 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 #include #include #include diff --git a/sys/arm64/qoriq/qoriq_gpio_pic.c b/sys/arm64/qoriq/qoriq_gpio_pic.c index 343fe445247..ec84d2a14ae 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 #include #include #include diff --git a/sys/arm64/qualcomm/qcom_gcc.c b/sys/arm64/qualcomm/qcom_gcc.c index 0d502b17d25..3f08577f4d3 100644 --- a/sys/arm64/qualcomm/qcom_gcc.c +++ b/sys/arm64/qualcomm/qcom_gcc.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/rockchip/clk/rk3288_cru.c b/sys/arm64/rockchip/clk/rk3288_cru.c index e35481e94c1..b7b106dc849 100644 --- a/sys/arm64/rockchip/clk/rk3288_cru.c +++ b/sys/arm64/rockchip/clk/rk3288_cru.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/rockchip/clk/rk3328_cru.c b/sys/arm64/rockchip/clk/rk3328_cru.c index cde5bb3f55b..4c8562240a1 100644 --- a/sys/arm64/rockchip/clk/rk3328_cru.c +++ b/sys/arm64/rockchip/clk/rk3328_cru.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/rockchip/clk/rk3399_cru.c b/sys/arm64/rockchip/clk/rk3399_cru.c index 3bff0e64ea3..d1b066b50c4 100644 --- a/sys/arm64/rockchip/clk/rk3399_cru.c +++ b/sys/arm64/rockchip/clk/rk3399_cru.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/rockchip/clk/rk3399_pmucru.c b/sys/arm64/rockchip/clk/rk3399_pmucru.c index 276905ae456..f95afbad11e 100644 --- a/sys/arm64/rockchip/clk/rk3399_pmucru.c +++ b/sys/arm64/rockchip/clk/rk3399_pmucru.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/rockchip/clk/rk_clk_armclk.c b/sys/arm64/rockchip/clk/rk_clk_armclk.c index f4889c80c8c..1caae050544 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 #include #include #include diff --git a/sys/arm64/rockchip/clk/rk_clk_composite.c b/sys/arm64/rockchip/clk/rk_clk_composite.c index a30dadbaf81..791668ff2e9 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 #include #include #include diff --git a/sys/arm64/rockchip/clk/rk_clk_fract.c b/sys/arm64/rockchip/clk/rk_clk_fract.c index 0feae96b8e6..f32585b43c2 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 #include #include #include diff --git a/sys/arm64/rockchip/clk/rk_clk_gate.c b/sys/arm64/rockchip/clk/rk_clk_gate.c index ac48ce0aba8..d82035d4e62 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 #include #include #include diff --git a/sys/arm64/rockchip/clk/rk_clk_mux.c b/sys/arm64/rockchip/clk/rk_clk_mux.c index 3a15ce82b3d..3e9dbe54258 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 #include #include #include diff --git a/sys/arm64/rockchip/clk/rk_clk_pll.c b/sys/arm64/rockchip/clk/rk_clk_pll.c index 8cd33eb671e..7df0e1491c9 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 #include #include #include diff --git a/sys/arm64/rockchip/clk/rk_cru.c b/sys/arm64/rockchip/clk/rk_cru.c index ceb22a6f067..b1043fde450 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 #include #include #include diff --git a/sys/arm64/rockchip/rk3328_codec.c b/sys/arm64/rockchip/rk3328_codec.c index e4aa05c4dfc..11c44c4f66a 100644 --- a/sys/arm64/rockchip/rk3328_codec.c +++ b/sys/arm64/rockchip/rk3328_codec.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/rockchip/rk3399_emmcphy.c b/sys/arm64/rockchip/rk3399_emmcphy.c index dbe030bac5e..bc28ee3bf7d 100644 --- a/sys/arm64/rockchip/rk3399_emmcphy.c +++ b/sys/arm64/rockchip/rk3399_emmcphy.c @@ -30,7 +30,6 @@ * Rockchip RK3399 eMMC PHY */ -#include #include #include #include diff --git a/sys/arm64/rockchip/rk_dwc3.c b/sys/arm64/rockchip/rk_dwc3.c index 1db15373209..f336490c386 100644 --- a/sys/arm64/rockchip/rk_dwc3.c +++ b/sys/arm64/rockchip/rk_dwc3.c @@ -29,7 +29,6 @@ * Rockchip DWC3 glue */ -#include #include #include #include diff --git a/sys/arm64/rockchip/rk_gpio.c b/sys/arm64/rockchip/rk_gpio.c index c0d35fae3b7..cc50b5ce302 100644 --- a/sys/arm64/rockchip/rk_gpio.c +++ b/sys/arm64/rockchip/rk_gpio.c @@ -27,7 +27,6 @@ * */ -#include #include #include #include diff --git a/sys/arm64/rockchip/rk_grf.c b/sys/arm64/rockchip/rk_grf.c index 5d4b918a107..e2ee9a89b83 100644 --- a/sys/arm64/rockchip/rk_grf.c +++ b/sys/arm64/rockchip/rk_grf.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/rockchip/rk_i2c.c b/sys/arm64/rockchip/rk_i2c.c index 608b9782d78..0961dbc96a9 100644 --- a/sys/arm64/rockchip/rk_i2c.c +++ b/sys/arm64/rockchip/rk_i2c.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/rockchip/rk_i2s.c b/sys/arm64/rockchip/rk_i2s.c index b1356a17987..049f2750526 100644 --- a/sys/arm64/rockchip/rk_i2s.c +++ b/sys/arm64/rockchip/rk_i2s.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/rockchip/rk_iodomain.c b/sys/arm64/rockchip/rk_iodomain.c index bc1c5d45ccd..695d941e4f9 100644 --- a/sys/arm64/rockchip/rk_iodomain.c +++ b/sys/arm64/rockchip/rk_iodomain.c @@ -26,7 +26,6 @@ * */ -#include #include #include #include diff --git a/sys/arm64/rockchip/rk_otp.c b/sys/arm64/rockchip/rk_otp.c index 7c1ca6af5d5..1d8191ff1f9 100644 --- a/sys/arm64/rockchip/rk_otp.c +++ b/sys/arm64/rockchip/rk_otp.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/rockchip/rk_pcie.c b/sys/arm64/rockchip/rk_pcie.c index a2f45b04735..5b3b23e2491 100644 --- a/sys/arm64/rockchip/rk_pcie.c +++ b/sys/arm64/rockchip/rk_pcie.c @@ -28,7 +28,6 @@ /* Rockchip PCIe controller driver */ -#include #include #include #include diff --git a/sys/arm64/rockchip/rk_pcie_phy.c b/sys/arm64/rockchip/rk_pcie_phy.c index 88df04e60f2..e12fa4970f5 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 #include #include #include diff --git a/sys/arm64/rockchip/rk_pinctrl.c b/sys/arm64/rockchip/rk_pinctrl.c index 7a47e3b9d46..1c873292b85 100644 --- a/sys/arm64/rockchip/rk_pinctrl.c +++ b/sys/arm64/rockchip/rk_pinctrl.c @@ -26,7 +26,6 @@ * */ -#include #include #include #include diff --git a/sys/arm64/rockchip/rk_pmu.c b/sys/arm64/rockchip/rk_pmu.c index fd6518c0c8d..92a1fbae941 100644 --- a/sys/arm64/rockchip/rk_pmu.c +++ b/sys/arm64/rockchip/rk_pmu.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/rockchip/rk_pwm.c b/sys/arm64/rockchip/rk_pwm.c index 7e7fc303abb..260899f15d8 100644 --- a/sys/arm64/rockchip/rk_pwm.c +++ b/sys/arm64/rockchip/rk_pwm.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/rockchip/rk_spi.c b/sys/arm64/rockchip/rk_spi.c index f229bae0c8c..c7a79c4e3ca 100644 --- a/sys/arm64/rockchip/rk_spi.c +++ b/sys/arm64/rockchip/rk_spi.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/arm64/rockchip/rk_typec_phy.c b/sys/arm64/rockchip/rk_typec_phy.c index 9715e5ef2af..0998199d8c4 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 #include #include #include diff --git a/sys/arm64/rockchip/rk_usb2phy.c b/sys/arm64/rockchip/rk_usb2phy.c index a0420b76ff9..f57e3157dc1 100644 --- a/sys/arm64/rockchip/rk_usb2phy.c +++ b/sys/arm64/rockchip/rk_usb2phy.c @@ -29,7 +29,6 @@ * Rockchip USB2PHY */ -#include #include #include #include diff --git a/sys/arm64/rockchip/rk_usbphy.c b/sys/arm64/rockchip/rk_usbphy.c index 212253974dc..4434ac22751 100644 --- a/sys/arm64/rockchip/rk_usbphy.c +++ b/sys/arm64/rockchip/rk_usbphy.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/cddl/compat/opensolaris/kern/opensolaris.c b/sys/cddl/compat/opensolaris/kern/opensolaris.c index 1b23c401290..10924977c20 100644 --- a/sys/cddl/compat/opensolaris/kern/opensolaris.c +++ b/sys/cddl/compat/opensolaris/kern/opensolaris.c @@ -24,7 +24,6 @@ * */ -#include #include #include #include diff --git a/sys/cddl/compat/opensolaris/kern/opensolaris_acl.c b/sys/cddl/compat/opensolaris/kern/opensolaris_acl.c index 86ae74cbb23..cdff74f6deb 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 #include #include #include diff --git a/sys/cddl/compat/opensolaris/kern/opensolaris_atomic.c b/sys/cddl/compat/opensolaris/kern/opensolaris_atomic.c index 300acdacee1..68dd8637721 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 #include #include #include diff --git a/sys/cddl/compat/opensolaris/kern/opensolaris_proc.c b/sys/cddl/compat/opensolaris/kern/opensolaris_proc.c index 4a8318827a5..46d22aa4c17 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 #include #include #include diff --git a/sys/cddl/compat/opensolaris/kern/opensolaris_taskq.c b/sys/cddl/compat/opensolaris/kern/opensolaris_taskq.c index 3707558a63d..e6d1beb7602 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 #include #include #include diff --git a/sys/cddl/compat/opensolaris/kern/opensolaris_vm.c b/sys/cddl/compat/opensolaris/kern/opensolaris_vm.c index c4f7dd0496a..7cdf80add07 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 #include #include #include diff --git a/sys/cddl/dev/dtmalloc/dtmalloc.c b/sys/cddl/dev/dtmalloc/dtmalloc.c index a459a0ef03b..e13365bd300 100644 --- a/sys/cddl/dev/dtmalloc/dtmalloc.c +++ b/sys/cddl/dev/dtmalloc/dtmalloc.c @@ -22,7 +22,6 @@ * */ -#include #include #include #include diff --git a/sys/cddl/dev/dtrace/dtrace_test.c b/sys/cddl/dev/dtrace/dtrace_test.c index 2a599b1f0ce..92ba3a36a24 100644 --- a/sys/cddl/dev/dtrace/dtrace_test.c +++ b/sys/cddl/dev/dtrace/dtrace_test.c @@ -23,7 +23,7 @@ * SUCH DAMAGE. * */ -#include + #include #include #include diff --git a/sys/cddl/dev/dtrace/x86/instr_size.c b/sys/cddl/dev/dtrace/x86/instr_size.c index abe9479a2b7..4397b3bd69d 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 #include #include diff --git a/sys/cddl/dev/fbt/aarch64/fbt_isa.c b/sys/cddl/dev/fbt/aarch64/fbt_isa.c index 44690b97f77..a3dad017e8b 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 #include #include diff --git a/sys/cddl/dev/fbt/arm/fbt_isa.c b/sys/cddl/dev/fbt/arm/fbt_isa.c index ba55ee85bc0..be16533de18 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 #include #include diff --git a/sys/cddl/dev/fbt/fbt.c b/sys/cddl/dev/fbt/fbt.c index a31c6eb3631..481c896e977 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 #include #include #include diff --git a/sys/cddl/dev/fbt/powerpc/fbt_isa.c b/sys/cddl/dev/fbt/powerpc/fbt_isa.c index 98a7e922154..d0b3ccdeb90 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 #include #include #include diff --git a/sys/cddl/dev/fbt/riscv/fbt_isa.c b/sys/cddl/dev/fbt/riscv/fbt_isa.c index aa9f5341c3a..1a3bd14ac1c 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 #include #include diff --git a/sys/cddl/dev/fbt/x86/fbt_isa.c b/sys/cddl/dev/fbt/x86/fbt_isa.c index 41e2823a154..387a3f1582c 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 #include #include diff --git a/sys/cddl/dev/profile/profile.c b/sys/cddl/dev/profile/profile.c index d86c09ba06b..42753393a33 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 #include #include #include diff --git a/sys/cddl/dev/prototype.c b/sys/cddl/dev/prototype.c index e14959790c4..d9b475c6752 100644 --- a/sys/cddl/dev/prototype.c +++ b/sys/cddl/dev/prototype.c @@ -4,7 +4,6 @@ * */ -#include #include #include #include diff --git a/sys/cddl/dev/sdt/sdt.c b/sys/cddl/dev/sdt/sdt.c index 457faca321a..68437484829 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 #include #include diff --git a/sys/cddl/dev/systrace/systrace.c b/sys/cddl/dev/systrace/systrace.c index d2a6c43d5e3..4969343ed06 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 #include #include #include diff --git a/sys/compat/freebsd32/freebsd32_abort2.c b/sys/compat/freebsd32/freebsd32_abort2.c index b2b08f6eb91..47386aa2285 100644 --- a/sys/compat/freebsd32/freebsd32_abort2.c +++ b/sys/compat/freebsd32/freebsd32_abort2.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/compat/freebsd32/freebsd32_ioctl.c b/sys/compat/freebsd32/freebsd32_ioctl.c index e6daf04c0e2..23c24e0b30a 100644 --- a/sys/compat/freebsd32/freebsd32_ioctl.c +++ b/sys/compat/freebsd32/freebsd32_ioctl.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/compat/lindebugfs/lindebugfs.c b/sys/compat/lindebugfs/lindebugfs.c index c1678c0f342..e63c31cee1d 100644 --- a/sys/compat/lindebugfs/lindebugfs.c +++ b/sys/compat/lindebugfs/lindebugfs.c @@ -26,7 +26,6 @@ * */ -#include #include #include #include diff --git a/sys/compat/linuxkpi/common/include/linux/fs.h b/sys/compat/linuxkpi/common/include/linux/fs.h index ebe262926e9..a28d5bf9712 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 #include #include #include diff --git a/sys/compat/linuxkpi/common/include/linux/gfp.h b/sys/compat/linuxkpi/common/include/linux/gfp.h index 17590806343..7f59c73851b 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 #include #include #include diff --git a/sys/compat/linuxkpi/common/include/linux/in.h b/sys/compat/linuxkpi/common/include/linux/in.h index 8259a5a2743..5cc92416c7d 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 #include #include #include diff --git a/sys/compat/linuxkpi/common/include/linux/kernel.h b/sys/compat/linuxkpi/common/include/linux/kernel.h index 2ee452cb39e..73418c84954 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 #include #include #include diff --git a/sys/compat/linuxkpi/common/include/linux/module.h b/sys/compat/linuxkpi/common/include/linux/module.h index 3018ba2fb8a..9d98ef7cf3d 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 #include #include #include diff --git a/sys/compat/linuxkpi/common/include/linux/types.h b/sys/compat/linuxkpi/common/include/linux/types.h index 440592bb5f8..b11ce1cdd80 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 #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_80211.c b/sys/compat/linuxkpi/common/src/linux_80211.c index 42fb7a60ce5..458a5825639 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 #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_80211_macops.c b/sys/compat/linuxkpi/common/src/linux_80211_macops.c index 8f75b1bdf8b..fab0d2ccb81 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 #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_domain.c b/sys/compat/linuxkpi/common/src/linux_domain.c index b651f64b3e0..8e936aac471 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 #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_hdmi.c b/sys/compat/linuxkpi/common/src/linux_hdmi.c index 17261630650..ec4ac7568c7 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 + #include #include #endif diff --git a/sys/compat/linuxkpi/common/src/linux_hrtimer.c b/sys/compat/linuxkpi/common/src/linux_hrtimer.c index 77c5c5eebcb..dca5d5cf709 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 #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_i2c.c b/sys/compat/linuxkpi/common/src/linux_i2c.c index 983fa9dcb75..60f7737cf6e 100644 --- a/sys/compat/linuxkpi/common/src/linux_i2c.c +++ b/sys/compat/linuxkpi/common/src/linux_i2c.c @@ -24,7 +24,6 @@ * */ -#include #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_i2cbb.c b/sys/compat/linuxkpi/common/src/linux_i2cbb.c index b15a895f5e2..1ebc0b597c4 100644 --- a/sys/compat/linuxkpi/common/src/linux_i2cbb.c +++ b/sys/compat/linuxkpi/common/src/linux_i2cbb.c @@ -24,7 +24,6 @@ * */ -#include #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_idr.c b/sys/compat/linuxkpi/common/src/linux_idr.c index a484a16e286..3be10615051 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 #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_kmod.c b/sys/compat/linuxkpi/common/src/linux_kmod.c index 1f525124f90..04ae20915cb 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 #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_mhi.c b/sys/compat/linuxkpi/common/src/linux_mhi.c index a5fcebe51c9..5d3c391f91a 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 #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_netdev.c b/sys/compat/linuxkpi/common/src/linux_netdev.c index 61ebcdbf7a3..4d00dbf5c9f 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 #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_page.c b/sys/compat/linuxkpi/common/src/linux_page.c index ead2f24cf5d..eb050b7250b 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 #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_pci.c b/sys/compat/linuxkpi/common/src/linux_pci.c index f692b9c3ef0..a1cddfdf6a2 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 #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_radix.c b/sys/compat/linuxkpi/common/src/linux_radix.c index f0f7cce128e..af53d8bff36 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 #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_rcu.c b/sys/compat/linuxkpi/common/src/linux_rcu.c index 20fdf186a78..335708b6747 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 #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_schedule.c b/sys/compat/linuxkpi/common/src/linux_schedule.c index 1edbbac3550..66b339bfbdb 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 #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_seq_file.c b/sys/compat/linuxkpi/common/src/linux_seq_file.c index 44ff74d2f69..8b426825cc7 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 #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_shmemfs.c b/sys/compat/linuxkpi/common/src/linux_shmemfs.c index bf6a8cd775e..f0ee0e36f8c 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 #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_shrinker.c b/sys/compat/linuxkpi/common/src/linux_shrinker.c index 2e96bb8cf5d..52a0472348d 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 #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_simple_attr.c b/sys/compat/linuxkpi/common/src/linux_simple_attr.c index 27dc7beb870..1bdacd7c149 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 #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_tasklet.c b/sys/compat/linuxkpi/common/src/linux_tasklet.c index 6e08f911b99..e443ab3958b 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 #include #include #include diff --git a/sys/crypto/aesni/aesni.c b/sys/crypto/aesni/aesni.c index 5d5afd8aee4..6a551577d1b 100644 --- a/sys/crypto/aesni/aesni.c +++ b/sys/crypto/aesni/aesni.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/crypto/aesni/aesni_wrap.c b/sys/crypto/aesni/aesni_wrap.c index b3174de6d4b..37c3c6d945e 100644 --- a/sys/crypto/aesni/aesni_wrap.c +++ b/sys/crypto/aesni/aesni_wrap.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/crypto/aesni/intel_sha1.c b/sys/crypto/aesni/intel_sha1.c index 846484b7da0..fe08c756c93 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 + #include #include #include diff --git a/sys/crypto/aesni/intel_sha256.c b/sys/crypto/aesni/intel_sha256.c index 7e05eadea7f..8b344cec8ad 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 + #include #include #include diff --git a/sys/crypto/armv8/armv8_crypto.c b/sys/crypto/armv8/armv8_crypto.c index fcbc7e77de2..0a63d052b7a 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 #include #include #include diff --git a/sys/crypto/armv8/armv8_crypto_wrap.c b/sys/crypto/armv8/armv8_crypto_wrap.c index 8366c247889..50d240ad2ed 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 #include #include #include diff --git a/sys/crypto/blake2/blake2_cryptodev.c b/sys/crypto/blake2/blake2_cryptodev.c index 5c3ec07d7de..00211544c42 100644 --- a/sys/crypto/blake2/blake2_cryptodev.c +++ b/sys/crypto/blake2/blake2_cryptodev.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/crypto/camellia/camellia.c b/sys/crypto/camellia/camellia.c index b58382a2b00..74d9b15baf2 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 #include #include #ifdef _KERNEL diff --git a/sys/crypto/ccp/ccp_lsb.c b/sys/crypto/ccp/ccp_lsb.c index e50ef65bfbd..b9070c7b03f 100644 --- a/sys/crypto/ccp/ccp_lsb.c +++ b/sys/crypto/ccp/ccp_lsb.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/crypto/chacha20/chacha.c b/sys/crypto/chacha20/chacha.c index e22c348d14b..52f7e18c651 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 #include #include diff --git a/sys/crypto/des/des_ecb.c b/sys/crypto/des/des_ecb.c index d91304d8666..922cd8b2202 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 #include #include #include diff --git a/sys/crypto/des/des_enc.c b/sys/crypto/des/des_enc.c index 7365c171d3f..cdb2beaad45 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 #include #include diff --git a/sys/crypto/des/des_setkey.c b/sys/crypto/des/des_setkey.c index f2f200acc7e..9b3478d0fd1 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 #include #include #include diff --git a/sys/crypto/libsodium/utils.c b/sys/crypto/libsodium/utils.c index 9d98b261f2f..143c580f63a 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 #include #include diff --git a/sys/crypto/openssl/ossl.c b/sys/crypto/openssl/ossl.c index e8b35b3cc17..031f447e45a 100644 --- a/sys/crypto/openssl/ossl.c +++ b/sys/crypto/openssl/ossl.c @@ -33,7 +33,6 @@ * from OpenSSL. */ -#include #include #include #include diff --git a/sys/crypto/openssl/ossl_aes.c b/sys/crypto/openssl/ossl_aes.c index 84d694a7199..130bf292e52 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 #include #include diff --git a/sys/crypto/rc4/rc4.c b/sys/crypto/rc4/rc4.c index d053074a5a8..269d88281cd 100644 --- a/sys/crypto/rc4/rc4.c +++ b/sys/crypto/rc4/rc4.c @@ -34,7 +34,6 @@ * OF SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/crypto/rijndael/rijndael-alg-fst.c b/sys/crypto/rijndael/rijndael-alg-fst.c index 3cdbddf0239..045d4008905 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 -#include + #include #ifdef _KERNEL #include diff --git a/sys/crypto/rijndael/rijndael-api-fst.c b/sys/crypto/rijndael/rijndael-api-fst.c index 318ad96e8f4..f5f4d1df0d3 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 #include #ifdef _KERNEL #include diff --git a/sys/crypto/rijndael/rijndael-api.c b/sys/crypto/rijndael/rijndael-api.c index 71ba6410991..6c01d4f33a8 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 #include #ifdef _KERNEL #include diff --git a/sys/crypto/sha1.c b/sys/crypto/sha1.c index cb38ebcc51e..b2d1321a460 100644 --- a/sys/crypto/sha1.c +++ b/sys/crypto/sha1.c @@ -36,7 +36,6 @@ * implemented by Jun-ichiro itojun Itoh */ -#include #include #include #include diff --git a/sys/crypto/sha2/sha256c_arm64.c b/sys/crypto/sha2/sha256c_arm64.c index 3cdeedf972b..71e494c3332 100644 --- a/sys/crypto/sha2/sha256c_arm64.c +++ b/sys/crypto/sha2/sha256c_arm64.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/crypto/sha2/sha512c_arm64.c b/sys/crypto/sha2/sha512c_arm64.c index 00016814a33..c6860dd2843 100644 --- a/sys/crypto/sha2/sha512c_arm64.c +++ b/sys/crypto/sha2/sha512c_arm64.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/crypto/siphash/siphash.c b/sys/crypto/siphash/siphash.c index 02286ed32a0..92c87d71d39 100644 --- a/sys/crypto/siphash/siphash.c +++ b/sys/crypto/siphash/siphash.c @@ -41,7 +41,6 @@ * https://131002.net/siphash/ */ -#include #include #include #include diff --git a/sys/crypto/siphash/siphash_test.c b/sys/crypto/siphash/siphash_test.c index f76f9e1fa96..a9af5a5ebe5 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 + #include #include #include diff --git a/sys/crypto/via/padlock.c b/sys/crypto/via/padlock.c index b8dae256dbf..8ff222ef413 100644 --- a/sys/crypto/via/padlock.c +++ b/sys/crypto/via/padlock.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/crypto/via/padlock_cipher.c b/sys/crypto/via/padlock_cipher.c index 136954870ae..ca1e8c2f516 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 #include #include #include diff --git a/sys/crypto/via/padlock_hash.c b/sys/crypto/via/padlock_hash.c index d3cf46e10c5..767b2a3febb 100644 --- a/sys/crypto/via/padlock_hash.c +++ b/sys/crypto/via/padlock_hash.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/ddb/db_access.c b/sys/ddb/db_access.c index ca0c80a58f2..4fb33ed1de2 100644 --- a/sys/ddb/db_access.c +++ b/sys/ddb/db_access.c @@ -30,7 +30,6 @@ * Date: 7/90 */ -#include #include #include #include diff --git a/sys/ddb/db_break.c b/sys/ddb/db_break.c index c8396d86963..91d927f03ea 100644 --- a/sys/ddb/db_break.c +++ b/sys/ddb/db_break.c @@ -34,7 +34,6 @@ * Breakpoints. */ -#include #include #include diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index 8390edcd280..9d79e3b2a6d 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -33,7 +33,6 @@ * Command dispatcher. */ -#include #include #include #include diff --git a/sys/ddb/db_examine.c b/sys/ddb/db_examine.c index 0eaff0a65bf..1eb39c7d99f 100644 --- a/sys/ddb/db_examine.c +++ b/sys/ddb/db_examine.c @@ -30,7 +30,6 @@ * Date: 7/90 */ -#include #include #include diff --git a/sys/ddb/db_expr.c b/sys/ddb/db_expr.c index 0423ffd5fb5..c2de9ee688c 100644 --- a/sys/ddb/db_expr.c +++ b/sys/ddb/db_expr.c @@ -30,7 +30,6 @@ * Date: 7/90 */ -#include #include #include diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c index 0d446785f36..b089a1f64fb 100644 --- a/sys/ddb/db_input.c +++ b/sys/ddb/db_input.c @@ -30,7 +30,6 @@ * Date: 7/90 */ -#include #include #include #include diff --git a/sys/ddb/db_lex.c b/sys/ddb/db_lex.c index e01eb688772..f5a60210b40 100644 --- a/sys/ddb/db_lex.c +++ b/sys/ddb/db_lex.c @@ -33,7 +33,6 @@ * Lexical analyzer. */ -#include #include #include #include diff --git a/sys/ddb/db_main.c b/sys/ddb/db_main.c index 81d602139db..d449d8be1a4 100644 --- a/sys/ddb/db_main.c +++ b/sys/ddb/db_main.c @@ -26,7 +26,6 @@ * rights to redistribute these changes. */ -#include #include #include #include diff --git a/sys/ddb/db_print.c b/sys/ddb/db_print.c index 68f1d92025c..c76bbb2fd73 100644 --- a/sys/ddb/db_print.c +++ b/sys/ddb/db_print.c @@ -35,7 +35,6 @@ * Miscellaneous printing. */ -#include #include #include #include diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c index 597e559502e..12b06b86d5f 100644 --- a/sys/ddb/db_run.c +++ b/sys/ddb/db_run.c @@ -34,7 +34,6 @@ * Commands to run process. */ -#include #include #include #include diff --git a/sys/ddb/db_script.c b/sys/ddb/db_script.c index 6cbd10c5b5f..f4ecfa4488b 100644 --- a/sys/ddb/db_script.c +++ b/sys/ddb/db_script.c @@ -55,7 +55,6 @@ * this. */ -#include #include #include #include diff --git a/sys/ddb/db_thread.c b/sys/ddb/db_thread.c index 7896aef9096..e34d7356eb3 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 #include #include #include diff --git a/sys/ddb/db_variables.c b/sys/ddb/db_variables.c index 02e42a7ed18..e030d96fd2a 100644 --- a/sys/ddb/db_variables.c +++ b/sys/ddb/db_variables.c @@ -30,7 +30,6 @@ * Date: 7/90 */ -#include #include #include diff --git a/sys/ddb/db_watch.c b/sys/ddb/db_watch.c index 23327ab8435..2ae62b1a79d 100644 --- a/sys/ddb/db_watch.c +++ b/sys/ddb/db_watch.c @@ -30,7 +30,6 @@ * Date: 10/90 */ -#include #include #include #include diff --git a/sys/ddb/db_write_cmd.c b/sys/ddb/db_write_cmd.c index 5f88173d655..3a2f4a480a4 100644 --- a/sys/ddb/db_write_cmd.c +++ b/sys/ddb/db_write_cmd.c @@ -30,7 +30,6 @@ * Date: 7/90 */ -#include #include #include diff --git a/sys/dev/aacraid/aacraid_endian.c b/sys/dev/aacraid/aacraid_endian.c index d7b6e1db660..85e2eb12956 100644 --- a/sys/dev/aacraid/aacraid_endian.c +++ b/sys/dev/aacraid/aacraid_endian.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/dev/acpica/Osd/OsdInterrupt.c b/sys/dev/acpica/Osd/OsdInterrupt.c index 161fe0f48c5..87da5a73a0d 100644 --- a/sys/dev/acpica/Osd/OsdInterrupt.c +++ b/sys/dev/acpica/Osd/OsdInterrupt.c @@ -30,7 +30,6 @@ * 6.5 : Interrupt handling */ -#include #include #include #include diff --git a/sys/dev/acpica/Osd/OsdTable.c b/sys/dev/acpica/Osd/OsdTable.c index 4795e617680..4b59dd49523 100644 --- a/sys/dev/acpica/Osd/OsdTable.c +++ b/sys/dev/acpica/Osd/OsdTable.c @@ -28,7 +28,6 @@ * ACPI Table interfaces */ -#include #include #include #include diff --git a/sys/dev/acpica/acpi_container.c b/sys/dev/acpica/acpi_container.c index 43da3cdc47e..0f23f6b25fe 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 #include #include #include diff --git a/sys/dev/acpica/acpi_package.c b/sys/dev/acpica/acpi_package.c index 4afee9cfcad..4e64fdbbab2 100644 --- a/sys/dev/acpica/acpi_package.c +++ b/sys/dev/acpica/acpi_package.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/acpica/acpi_quirk.c b/sys/dev/acpica/acpi_quirk.c index c89507f102b..b8e1f54a10b 100644 --- a/sys/dev/acpica/acpi_quirk.c +++ b/sys/dev/acpica/acpi_quirk.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/dev/adb/adb_bus.c b/sys/dev/adb/adb_bus.c index ac09231fb91..395ed555fec 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 #include #include #include diff --git a/sys/dev/adb/adb_kbd.c b/sys/dev/adb/adb_kbd.c index 911d952ee52..f1b8d3589be 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 #include #include #include diff --git a/sys/dev/adb/adb_mouse.c b/sys/dev/adb/adb_mouse.c index 464cf2b1f86..e89612abddb 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 #include #include #include diff --git a/sys/dev/adlink/adlink.c b/sys/dev/adlink/adlink.c index f2856c2088a..bc134e0b380 100644 --- a/sys/dev/adlink/adlink.c +++ b/sys/dev/adlink/adlink.c @@ -44,7 +44,7 @@ */ #ifdef _KERNEL -#include + #include #include #include diff --git a/sys/dev/ae/if_ae.c b/sys/dev/ae/if_ae.c index 061f29e91e9..62c1a8a30cc 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 #include #include #include diff --git a/sys/dev/age/if_age.c b/sys/dev/age/if_age.c index c302dd6f196..afed720b6e5 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 #include #include #include diff --git a/sys/dev/agp/agp_ali.c b/sys/dev/agp/agp_ali.c index 0762d903fff..d0301f3a5c7 100644 --- a/sys/dev/agp/agp_ali.c +++ b/sys/dev/agp/agp_ali.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/agp/agp_amd.c b/sys/dev/agp/agp_amd.c index b2dc6527392..e7f1deed188 100644 --- a/sys/dev/agp/agp_amd.c +++ b/sys/dev/agp/agp_amd.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/agp/agp_amd64.c b/sys/dev/agp/agp_amd64.c index 7ad974f698e..bb413ef46b3 100644 --- a/sys/dev/agp/agp_amd64.c +++ b/sys/dev/agp/agp_amd64.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/agp/agp_apple.c b/sys/dev/agp/agp_apple.c index ee22f1cc44f..48938044a5d 100644 --- a/sys/dev/agp/agp_apple.c +++ b/sys/dev/agp/agp_apple.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/agp/agp_ati.c b/sys/dev/agp/agp_ati.c index b30d80038a3..a383acdb89d 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 #include #include #include diff --git a/sys/dev/agp/agp_intel.c b/sys/dev/agp/agp_intel.c index 32b3e920adf..d8abd759dec 100644 --- a/sys/dev/agp/agp_intel.c +++ b/sys/dev/agp/agp_intel.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/agp/agp_sis.c b/sys/dev/agp/agp_sis.c index f7572e48765..3df1ca19f47 100644 --- a/sys/dev/agp/agp_sis.c +++ b/sys/dev/agp/agp_sis.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/agp/agp_via.c b/sys/dev/agp/agp_via.c index f101c08e8cc..3948f1a9669 100644 --- a/sys/dev/agp/agp_via.c +++ b/sys/dev/agp/agp_via.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/ahci/ahci.c b/sys/dev/ahci/ahci.c index 2f0971bddd9..27860f9ee57 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 #include #include #include diff --git a/sys/dev/ahci/ahci_pci.c b/sys/dev/ahci/ahci_pci.c index 2be92ce79e1..7cc3ce18c8a 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 #include #include #include diff --git a/sys/dev/ahci/ahciem.c b/sys/dev/ahci/ahciem.c index eb1f2bdc392..8b941a73a4e 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 #include #include #include diff --git a/sys/dev/al_eth/al_eth.c b/sys/dev/al_eth/al_eth.c index baf47ac1d37..b8dd95e7ca5 100644 --- a/sys/dev/al_eth/al_eth.c +++ b/sys/dev/al_eth/al_eth.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/alc/if_alc.c b/sys/dev/alc/if_alc.c index be52822e1c5..86e120a8b3f 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 #include #include #include diff --git a/sys/dev/ale/if_ale.c b/sys/dev/ale/if_ale.c index 510a029cd18..dcab9d10dfa 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 #include #include #include diff --git a/sys/dev/alpm/alpm.c b/sys/dev/alpm/alpm.c index cde535d5868..6bd84c96d28 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 #include #include #include diff --git a/sys/dev/altera/atse/if_atse_fdt.c b/sys/dev/altera/atse/if_atse_fdt.c index 3adb6a4ca7b..77fa930ee94 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 #include #include #include diff --git a/sys/dev/altera/avgen/altera_avgen.c b/sys/dev/altera/avgen/altera_avgen.c index 50631596537..846167c649f 100644 --- a/sys/dev/altera/avgen/altera_avgen.c +++ b/sys/dev/altera/avgen/altera_avgen.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/altera/avgen/altera_avgen_fdt.c b/sys/dev/altera/avgen/altera_avgen_fdt.c index 2f330a5d072..ad12fc9df26 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 #include #include #include diff --git a/sys/dev/altera/avgen/altera_avgen_nexus.c b/sys/dev/altera/avgen/altera_avgen_nexus.c index 97b6ad64e57..67448bc83f9 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 #include #include #include 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 bb4a23da964..dd708bd68f2 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 #include #include #include 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 2272e85225c..6290238d784 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 #include #include #include 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 8468d7979a0..141518e85cb 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 #include #include #include 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 030da7237da..3a299d80caa 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 #include #include #include diff --git a/sys/dev/altera/pio/pio.c b/sys/dev/altera/pio/pio.c index e6d6eb46daa..e002fc347f2 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 #include #include #include diff --git a/sys/dev/altera/sdcard/altera_sdcard_disk.c b/sys/dev/altera/sdcard/altera_sdcard_disk.c index ec12821427d..87fdfb2a647 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 #include #include #include diff --git a/sys/dev/altera/sdcard/altera_sdcard_fdt.c b/sys/dev/altera/sdcard/altera_sdcard_fdt.c index 9a1bd8719bf..c62b480eecc 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 #include #include #include diff --git a/sys/dev/altera/sdcard/altera_sdcard_io.c b/sys/dev/altera/sdcard/altera_sdcard_io.c index 0f5e8b4416c..5c3347960c7 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 #include #include #include diff --git a/sys/dev/altera/sdcard/altera_sdcard_nexus.c b/sys/dev/altera/sdcard/altera_sdcard_nexus.c index 0db820491b7..9e42f0b01ba 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 #include #include #include diff --git a/sys/dev/amdpm/amdpm.c b/sys/dev/amdpm/amdpm.c index 660e0b2d04b..f479c0f5bcd 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 #include #include #include diff --git a/sys/dev/amdsmb/amdsmb.c b/sys/dev/amdsmb/amdsmb.c index c29af735ffc..565e73cf1f6 100644 --- a/sys/dev/amdsmb/amdsmb.c +++ b/sys/dev/amdsmb/amdsmb.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/amdsmn/amdsmn.c b/sys/dev/amdsmn/amdsmn.c index bf2222bed5e..a676bbb6b0f 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 #include #include #include diff --git a/sys/dev/amdtemp/amdtemp.c b/sys/dev/amdtemp/amdtemp.c index 47c36174d73..1b66bde0bda 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 #include #include #include diff --git a/sys/dev/asmc/asmc.c b/sys/dev/asmc/asmc.c index cd13fba72e9..ab0a614aa50 100644 --- a/sys/dev/asmc/asmc.c +++ b/sys/dev/asmc/asmc.c @@ -34,7 +34,6 @@ * Inspired by the Linux applesmc driver. */ -#include #include #include #include diff --git a/sys/dev/ata/ata-all.c b/sys/dev/ata/ata-all.c index c12043c9915..5bfa1ce3a62 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 #include #include #include diff --git a/sys/dev/ata/ata-dma.c b/sys/dev/ata/ata-dma.c index ade055d21db..f4a2612403d 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 #include #include #include diff --git a/sys/dev/ata/ata-isa.c b/sys/dev/ata/ata-isa.c index 25924280547..0b76c00e956 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 #include #include #include diff --git a/sys/dev/ata/ata-lowlevel.c b/sys/dev/ata/ata-lowlevel.c index 456a987d173..ac764eaf7d1 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 #include #include #include diff --git a/sys/dev/ata/ata-pci.c b/sys/dev/ata/ata-pci.c index 767467cef65..3a2a0f640f6 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 #include #include #include diff --git a/sys/dev/ata/ata-sata.c b/sys/dev/ata/ata-sata.c index 4131a14ec11..57fea391825 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 #include #include #include diff --git a/sys/dev/ata/chipsets/ata-acard.c b/sys/dev/ata/chipsets/ata-acard.c index fc287ebc7ac..80608879723 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 #include #include #include diff --git a/sys/dev/ata/chipsets/ata-acerlabs.c b/sys/dev/ata/chipsets/ata-acerlabs.c index 78c629d542c..c34affcabc3 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 #include #include #include diff --git a/sys/dev/ata/chipsets/ata-amd.c b/sys/dev/ata/chipsets/ata-amd.c index 9d17a0a424f..19fce249fc0 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 #include #include #include diff --git a/sys/dev/ata/chipsets/ata-ati.c b/sys/dev/ata/chipsets/ata-ati.c index 1a5be681f8f..27eaefa1dc9 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 #include #include #include diff --git a/sys/dev/ata/chipsets/ata-cenatek.c b/sys/dev/ata/chipsets/ata-cenatek.c index 59d023c3b94..96bb48d1c04 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 #include #include #include diff --git a/sys/dev/ata/chipsets/ata-cypress.c b/sys/dev/ata/chipsets/ata-cypress.c index 1cccc5f1bdc..d956f79b108 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 #include #include #include diff --git a/sys/dev/ata/chipsets/ata-cyrix.c b/sys/dev/ata/chipsets/ata-cyrix.c index e29e1271ca4..e0921b2c334 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 #include #include #include diff --git a/sys/dev/ata/chipsets/ata-highpoint.c b/sys/dev/ata/chipsets/ata-highpoint.c index 7b961990728..bf9dfd22e6a 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 #include #include #include diff --git a/sys/dev/ata/chipsets/ata-intel.c b/sys/dev/ata/chipsets/ata-intel.c index d3eb1965c74..866ac03133a 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 #include #include #include diff --git a/sys/dev/ata/chipsets/ata-ite.c b/sys/dev/ata/chipsets/ata-ite.c index 748b7c534a3..bbcaeee194a 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 #include #include #include diff --git a/sys/dev/ata/chipsets/ata-jmicron.c b/sys/dev/ata/chipsets/ata-jmicron.c index 8d0cc46ac0b..a24eb18f59d 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 #include #include #include diff --git a/sys/dev/ata/chipsets/ata-marvell.c b/sys/dev/ata/chipsets/ata-marvell.c index 7ece4a66dec..f1feacd3f08 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 #include #include #include diff --git a/sys/dev/ata/chipsets/ata-micron.c b/sys/dev/ata/chipsets/ata-micron.c index c541fed5690..09245386551 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 #include #include #include diff --git a/sys/dev/ata/chipsets/ata-national.c b/sys/dev/ata/chipsets/ata-national.c index c736c0933a6..eb5da805bc3 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 #include #include #include diff --git a/sys/dev/ata/chipsets/ata-netcell.c b/sys/dev/ata/chipsets/ata-netcell.c index b1dd57fe9c1..f112634f7ea 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 #include #include #include diff --git a/sys/dev/ata/chipsets/ata-nvidia.c b/sys/dev/ata/chipsets/ata-nvidia.c index c7fb1cef111..6e1769375f6 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 #include #include #include diff --git a/sys/dev/ata/chipsets/ata-promise.c b/sys/dev/ata/chipsets/ata-promise.c index 94c96d00f9d..86cb0c4fe6c 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 #include #include #include diff --git a/sys/dev/ata/chipsets/ata-serverworks.c b/sys/dev/ata/chipsets/ata-serverworks.c index df481ded610..c6a6a26959e 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 #include #include #include diff --git a/sys/dev/ata/chipsets/ata-siliconimage.c b/sys/dev/ata/chipsets/ata-siliconimage.c index 2b7a7b37df6..75c7961caeb 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 #include #include #include diff --git a/sys/dev/ata/chipsets/ata-sis.c b/sys/dev/ata/chipsets/ata-sis.c index 039fe6c06e9..bf4c5c74428 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 #include #include #include diff --git a/sys/dev/ata/chipsets/ata-via.c b/sys/dev/ata/chipsets/ata-via.c index af65b5e2c9c..4b7dd0f0855 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 #include #include #include diff --git a/sys/dev/ath/ah_osdep.h b/sys/dev/ath/ah_osdep.h index 638717140f4..261a8b89c4f 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 + #include #include #include diff --git a/sys/dev/ath/ah_osdep_ar5210.c b/sys/dev/ath/ah_osdep_ar5210.c index 51a0ec9c446..9c92aec5feb 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 #include #include #include diff --git a/sys/dev/ath/ah_osdep_ar5211.c b/sys/dev/ath/ah_osdep_ar5211.c index f6026e28d48..e4be6f96c31 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 #include #include #include diff --git a/sys/dev/ath/ah_osdep_ar5212.c b/sys/dev/ath/ah_osdep_ar5212.c index 6b17164fc05..4be6b17c2e8 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 #include #include #include diff --git a/sys/dev/ath/ah_osdep_ar5416.c b/sys/dev/ath/ah_osdep_ar5416.c index ea8fab3c35a..306a4f2a961 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 #include #include #include diff --git a/sys/dev/ath/ah_osdep_ar9300.c b/sys/dev/ath/ah_osdep_ar9300.c index ef4fb668608..210734a30a0 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 #include #include #include diff --git a/sys/dev/axgbe/if_axgbe.c b/sys/dev/axgbe/if_axgbe.c index 4641c346bb6..65a546f8dae 100644 --- a/sys/dev/axgbe/if_axgbe.c +++ b/sys/dev/axgbe/if_axgbe.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/axgbe/if_axgbe_pci.c b/sys/dev/axgbe/if_axgbe_pci.c index 7f661e6d9c9..dcf769d14f7 100644 --- a/sys/dev/axgbe/if_axgbe_pci.c +++ b/sys/dev/axgbe/if_axgbe_pci.c @@ -29,7 +29,6 @@ * Shreyank Amartya */ -#include #include #include #include diff --git a/sys/dev/axgbe/xgbe-sysctl.c b/sys/dev/axgbe/xgbe-sysctl.c index 6210a790f0a..d5ddfbbd0bd 100644 --- a/sys/dev/axgbe/xgbe-sysctl.c +++ b/sys/dev/axgbe/xgbe-sysctl.c @@ -29,7 +29,6 @@ * Arpan Palit */ -#include #include #include #include diff --git a/sys/dev/backlight/backlight.c b/sys/dev/backlight/backlight.c index 25e09f057e9..3bd11c3f1eb 100644 --- a/sys/dev/backlight/backlight.c +++ b/sys/dev/backlight/backlight.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/beri/beri_mem.c b/sys/dev/beri/beri_mem.c index b74dec44ac2..cc9dba34b49 100644 --- a/sys/dev/beri/beri_mem.c +++ b/sys/dev/beri/beri_mem.c @@ -32,7 +32,6 @@ * BERI memory interface. */ -#include #include #include #include diff --git a/sys/dev/beri/beri_ring.c b/sys/dev/beri/beri_ring.c index 6d48a411da3..5ff0a74d8b0 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 #include #include #include diff --git a/sys/dev/beri/virtio/network/if_vtbe.c b/sys/dev/beri/virtio/network/if_vtbe.c index fc4d66841c5..de1a8ebaac9 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 #include #include #include diff --git a/sys/dev/beri/virtio/virtio.c b/sys/dev/beri/virtio/virtio.c index c249d1c9d37..60239b33502 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 #include #include #include diff --git a/sys/dev/beri/virtio/virtio_block.c b/sys/dev/beri/virtio/virtio_block.c index 4ad28e9235d..0d4a37ea977 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 #include #include #include diff --git a/sys/dev/beri/virtio/virtio_mmio_platform.c b/sys/dev/beri/virtio/virtio_mmio_platform.c index 320d8f65ddd..b3ca26df28e 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 #include #include #include diff --git a/sys/dev/bfe/if_bfe.c b/sys/dev/bfe/if_bfe.c index de5c43087fa..962dd24ae85 100644 --- a/sys/dev/bfe/if_bfe.c +++ b/sys/dev/bfe/if_bfe.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/bhnd/bcma/bcma.c b/sys/dev/bhnd/bcma/bcma.c index 4ca7ddb8d71..c9df03cfb50 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 #include #include #include diff --git a/sys/dev/bhnd/bcma/bcma_bhndb.c b/sys/dev/bhnd/bcma/bcma_bhndb.c index 8618c8124bf..239a97366d0 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 #include #include #include diff --git a/sys/dev/bhnd/bcma/bcma_erom.c b/sys/dev/bhnd/bcma/bcma_erom.c index 6bd5f41c408..843e1103a28 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 #include #include #include diff --git a/sys/dev/bhnd/bcma/bcma_subr.c b/sys/dev/bhnd/bcma/bcma_subr.c index d8df25929a4..d10501c7056 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 #include #include #include diff --git a/sys/dev/bhnd/bhnd_erom.c b/sys/dev/bhnd/bhnd_erom.c index c7f53a061e2..6cb98dec985 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 #include #include #include diff --git a/sys/dev/bhnd/bhnd_subr.c b/sys/dev/bhnd/bhnd_subr.c index df2474f5765..44f8ae9cc0a 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 #include #include #include diff --git a/sys/dev/bhnd/bhndb/bhnd_bhndb.c b/sys/dev/bhnd/bhndb/bhnd_bhndb.c index 2586c5748e4..0d4b5b68258 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 #include #include #include diff --git a/sys/dev/bhnd/bhndb/bhndb_hwdata.c b/sys/dev/bhnd/bhndb/bhndb_hwdata.c index 11535e54f11..6eb2b1fd288 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 #include #include diff --git a/sys/dev/bhnd/bhndb/bhndb_subr.c b/sys/dev/bhnd/bhndb/bhndb_subr.c index 94d415d6706..f5253b3ecac 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 #include #include #include diff --git a/sys/dev/bhnd/cores/chipc/chipc_cfi.c b/sys/dev/bhnd/cores/chipc/chipc_cfi.c index 8652d606392..cb7bfe15b45 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 #include #include #include diff --git a/sys/dev/bhnd/cores/chipc/chipc_gpio.c b/sys/dev/bhnd/cores/chipc/chipc_gpio.c index 347bb652954..a110bdda5fa 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 #include #include #include diff --git a/sys/dev/bhnd/cores/chipc/chipc_spi.c b/sys/dev/bhnd/cores/chipc/chipc_spi.c index ca4b209653e..75e4b5cb7bc 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 #include #include #include diff --git a/sys/dev/bhnd/cores/chipc/chipc_subr.c b/sys/dev/bhnd/cores/chipc/chipc_subr.c index ababf97f3eb..1137d3ab67c 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 #include #include diff --git a/sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl.c b/sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl.c index b91115bb95c..cdb1c54f58f 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 #include #include #include 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 e233597a326..fa3f6f5a2da 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 #include #include #include diff --git a/sys/dev/bhnd/cores/pmu/bhnd_pmu.c b/sys/dev/bhnd/cores/pmu/bhnd_pmu.c index 3462c812d80..e8dc9f1266e 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 #include #include #include diff --git a/sys/dev/bhnd/cores/pmu/bhnd_pmu_core.c b/sys/dev/bhnd/cores/pmu/bhnd_pmu_core.c index 9e5125b8eb1..d324cb8c092 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 #include #include #include diff --git a/sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c b/sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c index b83bbcf1f2a..e48e650d459 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 #include #include diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c b/sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c index 301d7a5e68b..2984fed87c2 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 #include #include 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 de3d3c6c809..2488c971639 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 #include #include diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_iores.c b/sys/dev/bhnd/nvram/bhnd_nvram_iores.c index f3508e37d55..c3b5a22befe 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 #include #include #include diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_plist.c b/sys/dev/bhnd/nvram/bhnd_nvram_plist.c index 4d17aa81fef..3a7b09ba117 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 #include #include diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_store.c b/sys/dev/bhnd/nvram/bhnd_nvram_store.c index 80754a8f0d2..649a4250be2 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 #include #include #include diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c b/sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c index 68b7f430f37..f46e78403f5 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 #include #include #include diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_subr.c b/sys/dev/bhnd/nvram/bhnd_nvram_subr.c index b1ac833aff5..d05ecc09f3d 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 #include #ifdef _KERNEL diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_value.c b/sys/dev/bhnd/nvram/bhnd_nvram_value.c index bc4726f3204..8fa92340cf6 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 #include #include #include diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c b/sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c index d57e4c54297..de9e80c8432 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 #include #include diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c b/sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c index 0d3deba29f1..e3cd1b54dbf 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 #include #include #include diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c b/sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c index 9fb18c99a59..137979fc5b2 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 #include #ifdef _KERNEL diff --git a/sys/dev/bhnd/siba/siba.c b/sys/dev/bhnd/siba/siba.c index 4c5dfd1a235..2688f3415aa 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 #include #include #include diff --git a/sys/dev/bhnd/siba/siba_bhndb.c b/sys/dev/bhnd/siba/siba_bhndb.c index b806f9535e7..5def2aad847 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 #include #include #include diff --git a/sys/dev/bhnd/siba/siba_erom.c b/sys/dev/bhnd/siba/siba_erom.c index 2445d0ae58b..7907aab84ec 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 #include #include #include diff --git a/sys/dev/bhnd/siba/siba_subr.c b/sys/dev/bhnd/siba/siba_subr.c index 79ca10a1a07..fee874fea09 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 #include #include #include diff --git a/sys/dev/bnxt/bnxt_sysctl.c b/sys/dev/bnxt/bnxt_sysctl.c index 893e56b6109..943e3019f57 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 #include #include diff --git a/sys/dev/bnxt/bnxt_txrx.c b/sys/dev/bnxt/bnxt_txrx.c index 9f40d293850..98575234c51 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 #include #include #include diff --git a/sys/dev/bnxt/if_bnxt.c b/sys/dev/bnxt/if_bnxt.c index 25715756ce2..b3cbdda7833 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 #include #include #include diff --git a/sys/dev/bxe/bxe.h b/sys/dev/bxe/bxe.h index cdef017ac32..0c7e6232dbd 100644 --- a/sys/dev/bxe/bxe.h +++ b/sys/dev/bxe/bxe.h @@ -29,7 +29,6 @@ #ifndef __BXE_H__ #define __BXE_H__ -#include #include #include #include diff --git a/sys/dev/bxe/bxe_stats.h b/sys/dev/bxe/bxe_stats.h index 71cd784ed4b..091476e61a6 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 #include struct nig_stats { diff --git a/sys/dev/cadence/if_cgem.c b/sys/dev/cadence/if_cgem.c index 6e4a62f6e5e..d89e91ad1c5 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 #include #include #include diff --git a/sys/dev/cardbus/cardbus.c b/sys/dev/cardbus/cardbus.c index 261e9a5205a..ffa90ebb622 100644 --- a/sys/dev/cardbus/cardbus.c +++ b/sys/dev/cardbus/cardbus.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/cardbus/cardbus_device.c b/sys/dev/cardbus/cardbus_device.c index 9a61540867f..e160cafda4d 100644 --- a/sys/dev/cardbus/cardbus_device.c +++ b/sys/dev/cardbus/cardbus_device.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * */ -#include + #include #include #include diff --git a/sys/dev/cesa/cesa.c b/sys/dev/cesa/cesa.c index 516aaec4538..2dcdb025884 100644 --- a/sys/dev/cesa/cesa.c +++ b/sys/dev/cesa/cesa.c @@ -40,7 +40,6 @@ * +------------------------+ <= sc->sc_sram_base_va */ -#include #include #include #include diff --git a/sys/dev/cfe/cfe_console.c b/sys/dev/cfe/cfe_console.c index 68a038822c3..9c524581476 100644 --- a/sys/dev/cfe/cfe_console.c +++ b/sys/dev/cfe/cfe_console.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/cfe/cfe_resource.c b/sys/dev/cfe/cfe_resource.c index 062d739c3f8..d5047e045f3 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 #include #include #include diff --git a/sys/dev/cfi/cfi_bus_fdt.c b/sys/dev/cfi/cfi_bus_fdt.c index 5fc555a30e7..9da6528a89c 100644 --- a/sys/dev/cfi/cfi_bus_fdt.c +++ b/sys/dev/cfi/cfi_bus_fdt.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/cfi/cfi_bus_nexus.c b/sys/dev/cfi/cfi_bus_nexus.c index 1263ea2d198..f85f8b55ab0 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 #include #include #include diff --git a/sys/dev/cfi/cfi_disk.c b/sys/dev/cfi/cfi_disk.c index 573dece03f5..4c3eae473fb 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 #include #include #include diff --git a/sys/dev/chromebook_platform/chromebook_platform.c b/sys/dev/chromebook_platform/chromebook_platform.c index 533556fa17c..cd5ad76a870 100644 --- a/sys/dev/chromebook_platform/chromebook_platform.c +++ b/sys/dev/chromebook_platform/chromebook_platform.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/coretemp/coretemp.c b/sys/dev/coretemp/coretemp.c index db5feae0947..4a7e4e7834d 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 #include #include #include diff --git a/sys/dev/cpuctl/cpuctl.c b/sys/dev/cpuctl/cpuctl.c index 1fa65534212..9253b17a259 100644 --- a/sys/dev/cpuctl/cpuctl.c +++ b/sys/dev/cpuctl/cpuctl.c @@ -27,7 +27,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/cpufreq/cpufreq_dt.c b/sys/dev/cpufreq/cpufreq_dt.c index be434cabb4f..cfd052c56a9 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 #include #include #include diff --git a/sys/dev/cpufreq/ichss.c b/sys/dev/cpufreq/ichss.c index 323ed45cc3e..f1ec62ed6d8 100644 --- a/sys/dev/cpufreq/ichss.c +++ b/sys/dev/cpufreq/ichss.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/cxgb/cxgb_include.h b/sys/dev/cxgb/cxgb_include.h index cf7fcf96ae3..3956441ea14 100644 --- a/sys/dev/cxgb/cxgb_include.h +++ b/sys/dev/cxgb/cxgb_include.h @@ -1,7 +1,6 @@ /* */ -#include #include #include #include diff --git a/sys/dev/cxgb/cxgb_t3fw.c b/sys/dev/cxgb/cxgb_t3fw.c index 9ffb7a0931c..c951a3eda72 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 + #include #include #include diff --git a/sys/dev/cxgb/sys/uipc_mvec.c b/sys/dev/cxgb/sys/uipc_mvec.c index 4b5bff81443..ebc8c49a16d 100644 --- a/sys/dev/cxgb/sys/uipc_mvec.c +++ b/sys/dev/cxgb/sys/uipc_mvec.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/cxgbe/crypto/t4_crypto.c b/sys/dev/cxgbe/crypto/t4_crypto.c index 50f6c9526a8..230e81847ba 100644 --- a/sys/dev/cxgbe/crypto/t4_crypto.c +++ b/sys/dev/cxgbe/crypto/t4_crypto.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/cxgbe/crypto/t4_keyctx.c b/sys/dev/cxgbe/crypto/t4_keyctx.c index 9e8e80f898d..50e339ac2e0 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 #include #include #include diff --git a/sys/dev/cxgbe/crypto/t6_kern_tls.c b/sys/dev/cxgbe/crypto/t6_kern_tls.c index 6b684c95264..a9fc70c8f7d 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 #include #include #include diff --git a/sys/dev/cxgbe/cudbg/cudbg_common.c b/sys/dev/cxgbe/cudbg/cudbg_common.c index 71a9ad341ec..546024c0281 100644 --- a/sys/dev/cxgbe/cudbg/cudbg_common.c +++ b/sys/dev/cxgbe/cudbg/cudbg_common.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/dev/cxgbe/cudbg/cudbg_flash_utils.c b/sys/dev/cxgbe/cudbg/cudbg_flash_utils.c index e0d1ef04fc9..b8e6eeba028 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 #include #include diff --git a/sys/dev/cxgbe/cudbg/cudbg_lib.c b/sys/dev/cxgbe/cudbg/cudbg_lib.c index 9f696b51b95..a36c53f6822 100644 --- a/sys/dev/cxgbe/cudbg/cudbg_lib.c +++ b/sys/dev/cxgbe/cudbg/cudbg_lib.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/dev/cxgbe/cudbg/cudbg_wtp.c b/sys/dev/cxgbe/cudbg/cudbg_wtp.c index fbd9ae537fc..c7fd727684a 100644 --- a/sys/dev/cxgbe/cudbg/cudbg_wtp.c +++ b/sys/dev/cxgbe/cudbg/cudbg_wtp.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/dev/cxgbe/if_cc.c b/sys/dev/cxgbe/if_cc.c index a220735e6d3..781e7d990c2 100644 --- a/sys/dev/cxgbe/if_cc.c +++ b/sys/dev/cxgbe/if_cc.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/cxgbe/if_ccv.c b/sys/dev/cxgbe/if_ccv.c index 4b3e1513a10..3cc534b780b 100644 --- a/sys/dev/cxgbe/if_ccv.c +++ b/sys/dev/cxgbe/if_ccv.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/cxgbe/if_cxl.c b/sys/dev/cxgbe/if_cxl.c index 7d22629fccc..3b99a5afbfe 100644 --- a/sys/dev/cxgbe/if_cxl.c +++ b/sys/dev/cxgbe/if_cxl.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/cxgbe/if_cxlv.c b/sys/dev/cxgbe/if_cxlv.c index 67491ccc607..34f71e7c4c3 100644 --- a/sys/dev/cxgbe/if_cxlv.c +++ b/sys/dev/cxgbe/if_cxlv.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/cxgbe/t4_iov.c b/sys/dev/cxgbe/t4_iov.c index 1971c3b15c4..7b5e0cb1af4 100644 --- a/sys/dev/cxgbe/t4_iov.c +++ b/sys/dev/cxgbe/t4_iov.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/cxgbe/t4_mp_ring.c b/sys/dev/cxgbe/t4_mp_ring.c index 774dd26d0a1..531fd356728 100644 --- a/sys/dev/cxgbe/t4_mp_ring.c +++ b/sys/dev/cxgbe/t4_mp_ring.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/dpaa/bman.c b/sys/dev/dpaa/bman.c index 0dbcecb5d7a..c275d2335eb 100644 --- a/sys/dev/dpaa/bman.c +++ b/sys/dev/dpaa/bman.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/dpaa/bman_fdt.c b/sys/dev/dpaa/bman_fdt.c index 2ff695bf7d8..dffec52d524 100644 --- a/sys/dev/dpaa/bman_fdt.c +++ b/sys/dev/dpaa/bman_fdt.c @@ -25,7 +25,7 @@ */ #include "opt_platform.h" -#include + #include #include #include diff --git a/sys/dev/dpaa/bman_portals.c b/sys/dev/dpaa/bman_portals.c index 89bcbf64ce5..09bd9ea892a 100644 --- a/sys/dev/dpaa/bman_portals.c +++ b/sys/dev/dpaa/bman_portals.c @@ -25,7 +25,7 @@ */ #include "opt_platform.h" -#include + #include #include #include diff --git a/sys/dev/dpaa/fman.c b/sys/dev/dpaa/fman.c index 7b82a0fbc1f..6f3e85636e9 100644 --- a/sys/dev/dpaa/fman.c +++ b/sys/dev/dpaa/fman.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/dpaa/fman_fdt.c b/sys/dev/dpaa/fman_fdt.c index 8fb06924e10..2386f4e7ec0 100644 --- a/sys/dev/dpaa/fman_fdt.c +++ b/sys/dev/dpaa/fman_fdt.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/dpaa/fman_mdio.c b/sys/dev/dpaa/fman_mdio.c index 82e65cacda4..6ca12befe9e 100644 --- a/sys/dev/dpaa/fman_mdio.c +++ b/sys/dev/dpaa/fman_mdio.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/dpaa/if_dtsec.c b/sys/dev/dpaa/if_dtsec.c index 73272e1af79..b5899a340f9 100644 --- a/sys/dev/dpaa/if_dtsec.c +++ b/sys/dev/dpaa/if_dtsec.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/dpaa/if_dtsec_fdt.c b/sys/dev/dpaa/if_dtsec_fdt.c index f2f61777fbe..b37f32c07b9 100644 --- a/sys/dev/dpaa/if_dtsec_fdt.c +++ b/sys/dev/dpaa/if_dtsec_fdt.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/dpaa/if_dtsec_im.c b/sys/dev/dpaa/if_dtsec_im.c index fcde0df6030..0711275790c 100644 --- a/sys/dev/dpaa/if_dtsec_im.c +++ b/sys/dev/dpaa/if_dtsec_im.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/dpaa/if_dtsec_rm.c b/sys/dev/dpaa/if_dtsec_rm.c index 63ae0504782..62ea8ba74e9 100644 --- a/sys/dev/dpaa/if_dtsec_rm.c +++ b/sys/dev/dpaa/if_dtsec_rm.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/dpaa/portals_common.c b/sys/dev/dpaa/portals_common.c index 5ef28570b48..ed8e577694f 100644 --- a/sys/dev/dpaa/portals_common.c +++ b/sys/dev/dpaa/portals_common.c @@ -25,7 +25,7 @@ */ #include "opt_platform.h" -#include + #include #include #include diff --git a/sys/dev/dpaa/qman.c b/sys/dev/dpaa/qman.c index e9159f25d74..fccaa853918 100644 --- a/sys/dev/dpaa/qman.c +++ b/sys/dev/dpaa/qman.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/dpaa/qman_fdt.c b/sys/dev/dpaa/qman_fdt.c index fac845c8f2b..3f22ea4d651 100644 --- a/sys/dev/dpaa/qman_fdt.c +++ b/sys/dev/dpaa/qman_fdt.c @@ -25,7 +25,7 @@ */ #include "opt_platform.h" -#include + #include #include #include diff --git a/sys/dev/dpaa/qman_portals.c b/sys/dev/dpaa/qman_portals.c index 76d89784ab5..67a9fd1827e 100644 --- a/sys/dev/dpaa/qman_portals.c +++ b/sys/dev/dpaa/qman_portals.c @@ -25,7 +25,7 @@ */ #include "opt_platform.h" -#include + #include #include #include diff --git a/sys/dev/dpaa2/dpaa2_console.c b/sys/dev/dpaa2/dpaa2_console.c index df63574c4f2..4507e615f71 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 #include #include #include diff --git a/sys/dev/dpaa2/memac_mdio_acpi.c b/sys/dev/dpaa2/memac_mdio_acpi.c index 2a5f95371f0..8040b636d06 100644 --- a/sys/dev/dpaa2/memac_mdio_acpi.c +++ b/sys/dev/dpaa2/memac_mdio_acpi.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/dpaa2/memac_mdio_common.c b/sys/dev/dpaa2/memac_mdio_common.c index 3e387ec8145..d9f896aacbe 100644 --- a/sys/dev/dpaa2/memac_mdio_common.c +++ b/sys/dev/dpaa2/memac_mdio_common.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/dpaa2/memac_mdio_fdt.c b/sys/dev/dpaa2/memac_mdio_fdt.c index 7c8fe291065..18643522ed8 100644 --- a/sys/dev/dpaa2/memac_mdio_fdt.c +++ b/sys/dev/dpaa2/memac_mdio_fdt.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/dpms/dpms.c b/sys/dev/dpms/dpms.c index 47eb9d03c82..05397e880b8 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 #include #include #include diff --git a/sys/dev/drm2/drm_bufs.c b/sys/dev/drm2/drm_bufs.c index 616b1954800..20ca10a7aa3 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 #include #include diff --git a/sys/dev/drm2/drm_dp_iic_helper.c b/sys/dev/drm2/drm_dp_iic_helper.c index b59865b0811..fd703494cd5 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 #include #include #include diff --git a/sys/dev/drm2/drm_gem_names.c b/sys/dev/drm2/drm_gem_names.c index f2f9d5ae526..213fc117c03 100644 --- a/sys/dev/drm2/drm_gem_names.c +++ b/sys/dev/drm2/drm_gem_names.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/dwc/dwc1000_core.c b/sys/dev/dwc/dwc1000_core.c index 872d1a48845..83d54d8325e 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 #include #include #include diff --git a/sys/dev/dwc/dwc1000_dma.c b/sys/dev/dwc/dwc1000_dma.c index f6baa0bd3e4..8f3340eb312 100644 --- a/sys/dev/dwc/dwc1000_dma.c +++ b/sys/dev/dwc/dwc1000_dma.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/dwc/if_dwc.c b/sys/dev/dwc/if_dwc.c index d212c2db131..ab43ad6f864 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 #include #include #include diff --git a/sys/dev/dwc/if_dwc_aw.c b/sys/dev/dwc/if_dwc_aw.c index 4b2735cd07c..5a39a08809f 100644 --- a/sys/dev/dwc/if_dwc_aw.c +++ b/sys/dev/dwc/if_dwc_aw.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/dwc/if_dwc_rk.c b/sys/dev/dwc/if_dwc_rk.c index 257d80bd1e5..2a1a5e763c2 100644 --- a/sys/dev/dwc/if_dwc_rk.c +++ b/sys/dev/dwc/if_dwc_rk.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/dwc/if_dwc_socfpga.c b/sys/dev/dwc/if_dwc_socfpga.c index 867c09109d2..ae3ea55564b 100644 --- a/sys/dev/dwc/if_dwc_socfpga.c +++ b/sys/dev/dwc/if_dwc_socfpga.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/efidev/efidev.c b/sys/dev/efidev/efidev.c index 4fa58960afa..14712cf3c7b 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 #include #include #include diff --git a/sys/dev/efidev/efirtc.c b/sys/dev/efidev/efirtc.c index 08667b21b53..a7baff673c1 100644 --- a/sys/dev/efidev/efirtc.c +++ b/sys/dev/efidev/efirtc.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/ena/ena_sysctl.c b/sys/dev/ena/ena_sysctl.c index d450fcf48d1..62a38c2a4b8 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 + #include #include "opt_rss.h" diff --git a/sys/dev/enetc/enetc.h b/sys/dev/enetc/enetc.h index cbe788a8f3e..addf353000d 100644 --- a/sys/dev/enetc/enetc.h +++ b/sys/dev/enetc/enetc.h @@ -27,7 +27,6 @@ #ifndef _ENETC_H_ #define _ENETC_H_ -#include #include #include diff --git a/sys/dev/enetc/enetc_mdio.c b/sys/dev/enetc/enetc_mdio.c index 37cfcb5138d..868c7fb28c6 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 #include #include #include diff --git a/sys/dev/enetc/if_enetc.c b/sys/dev/enetc/if_enetc.c index ec703c09ba7..3c0bc4723b0 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 #include #include #include diff --git a/sys/dev/eqos/if_eqos.c b/sys/dev/eqos/if_eqos.c index 692629cc896..88a9261ca5c 100644 --- a/sys/dev/eqos/if_eqos.c +++ b/sys/dev/eqos/if_eqos.c @@ -34,7 +34,7 @@ */ #include "opt_platform.h" -#include + #include #include #include diff --git a/sys/dev/eqos/if_eqos_fdt.c b/sys/dev/eqos/if_eqos_fdt.c index 6d6c80bd2e9..17241b1c560 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 + #include #include #include diff --git a/sys/dev/et/if_et.c b/sys/dev/et/if_et.c index 62bafd4c411..e6d73ab3c86 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 #include #include #include diff --git a/sys/dev/etherswitch/felix/felix.c b/sys/dev/etherswitch/felix/felix.c index f7d79ab33e1..92d654961f5 100644 --- a/sys/dev/etherswitch/felix/felix.c +++ b/sys/dev/etherswitch/felix/felix.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/exca/exca.c b/sys/dev/exca/exca.c index 9138396c9c4..5a5a68b7dc6 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 #include #include #include diff --git a/sys/dev/extres/clk/clk_bus.c b/sys/dev/extres/clk/clk_bus.c index c4efe0f0cd7..622ff1fbf01 100644 --- a/sys/dev/extres/clk/clk_bus.c +++ b/sys/dev/extres/clk/clk_bus.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/extres/clk/clk_div.c b/sys/dev/extres/clk/clk_div.c index 5ce3a3c9da1..ab65e2bae2d 100644 --- a/sys/dev/extres/clk/clk_div.c +++ b/sys/dev/extres/clk/clk_div.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/extres/clk/clk_gate.c b/sys/dev/extres/clk/clk_gate.c index e31ce5d310b..1ed9987c0b3 100644 --- a/sys/dev/extres/clk/clk_gate.c +++ b/sys/dev/extres/clk/clk_gate.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/extres/clk/clk_link.c b/sys/dev/extres/clk/clk_link.c index ee2f0933008..dc82a093bab 100644 --- a/sys/dev/extres/clk/clk_link.c +++ b/sys/dev/extres/clk/clk_link.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/extres/clk/clk_mux.c b/sys/dev/extres/clk/clk_mux.c index 5520766a492..bfdf2ba028f 100644 --- a/sys/dev/extres/clk/clk_mux.c +++ b/sys/dev/extres/clk/clk_mux.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/extres/hwreset/hwreset.c b/sys/dev/extres/hwreset/hwreset.c index 6935411255c..eda8878229d 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 + #include #include #include diff --git a/sys/dev/extres/hwreset/hwreset_array.c b/sys/dev/extres/hwreset/hwreset_array.c index c90bef9aafe..40893a1d118 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 + #include #include diff --git a/sys/dev/extres/nvmem/nvmem.c b/sys/dev/extres/nvmem/nvmem.c index 73cb2efa074..0e89a8b6f36 100644 --- a/sys/dev/extres/nvmem/nvmem.c +++ b/sys/dev/extres/nvmem/nvmem.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/extres/phy/phy_usb.c b/sys/dev/extres/phy/phy_usb.c index 65f90e23c24..9e5556cf7f4 100644 --- a/sys/dev/extres/phy/phy_usb.c +++ b/sys/dev/extres/phy/phy_usb.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/extres/regulator/regulator_bus.c b/sys/dev/extres/regulator/regulator_bus.c index ff9792a85d7..99081c792b9 100644 --- a/sys/dev/extres/regulator/regulator_bus.c +++ b/sys/dev/extres/regulator/regulator_bus.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/extres/syscon/syscon_generic.c b/sys/dev/extres/syscon/syscon_generic.c index b5a73cb1f42..be3d093915c 100644 --- a/sys/dev/extres/syscon/syscon_generic.c +++ b/sys/dev/extres/syscon/syscon_generic.c @@ -33,7 +33,6 @@ * access. */ -#include #include #include #include diff --git a/sys/dev/extres/syscon/syscon_power.c b/sys/dev/extres/syscon/syscon_power.c index 9626adb5289..365dc025241 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 #include #include #include diff --git a/sys/dev/fb/fbd.c b/sys/dev/fb/fbd.c index cbd6c3de4cd..6bae94aa6db 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 #include #include #include diff --git a/sys/dev/fdc/fdc_acpi.c b/sys/dev/fdc/fdc_acpi.c index 92a36e1a7d4..7f991c8f0cb 100644 --- a/sys/dev/fdc/fdc_acpi.c +++ b/sys/dev/fdc/fdc_acpi.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/fdc/fdc_isa.c b/sys/dev/fdc/fdc_isa.c index fcdd6bc0cdd..c1c8991e3e3 100644 --- a/sys/dev/fdc/fdc_isa.c +++ b/sys/dev/fdc/fdc_isa.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/fdt/fdt_arm_platform.c b/sys/dev/fdt/fdt_arm_platform.c index 2d17c336aac..a336c3eb966 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 #include #include diff --git a/sys/dev/fdt/fdt_clock.c b/sys/dev/fdt/fdt_clock.c index 9f7f6d4fba7..cbea63d384b 100644 --- a/sys/dev/fdt/fdt_clock.c +++ b/sys/dev/fdt/fdt_clock.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/fdt/fdt_common.c b/sys/dev/fdt/fdt_common.c index 168a61a3b8e..85d9061759c 100644 --- a/sys/dev/fdt/fdt_common.c +++ b/sys/dev/fdt/fdt_common.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/fdt/fdt_pinctrl.c b/sys/dev/fdt/fdt_pinctrl.c index 022350dee3c..b88672c2484 100644 --- a/sys/dev/fdt/fdt_pinctrl.c +++ b/sys/dev/fdt/fdt_pinctrl.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/dev/fdt/fdt_slicer.c b/sys/dev/fdt/fdt_slicer.c index 70cad004b7b..92aa0af9054 100644 --- a/sys/dev/fdt/fdt_slicer.c +++ b/sys/dev/fdt/fdt_slicer.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/fdt/simple_mfd.c b/sys/dev/fdt/simple_mfd.c index 888de7756f3..2bed3e55276 100644 --- a/sys/dev/fdt/simple_mfd.c +++ b/sys/dev/fdt/simple_mfd.c @@ -26,7 +26,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/fdt/simplebus.c b/sys/dev/fdt/simplebus.c index db357b190d9..25d6fa51fc5 100644 --- a/sys/dev/fdt/simplebus.c +++ b/sys/dev/fdt/simplebus.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/filemon/filemon.c b/sys/dev/filemon/filemon.c index a2cd36591f1..222c811e3c1 100644 --- a/sys/dev/filemon/filemon.c +++ b/sys/dev/filemon/filemon.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c index f1e54d2be7a..4bb683cccfb 100644 --- a/sys/dev/firewire/firewire.c +++ b/sys/dev/firewire/firewire.c @@ -34,7 +34,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/firmware/arm/scmi.c b/sys/dev/firmware/arm/scmi.c index ee1d2a31adb..455a802f254 100644 --- a/sys/dev/firmware/arm/scmi.c +++ b/sys/dev/firmware/arm/scmi.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/firmware/arm/scmi_clk.c b/sys/dev/firmware/arm/scmi_clk.c index 30d630c8ef5..fbf65f0fee7 100644 --- a/sys/dev/firmware/arm/scmi_clk.c +++ b/sys/dev/firmware/arm/scmi_clk.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/firmware/arm/scmi_shmem.c b/sys/dev/firmware/arm/scmi_shmem.c index 4722b639204..45a4414a7fb 100644 --- a/sys/dev/firmware/arm/scmi_shmem.c +++ b/sys/dev/firmware/arm/scmi_shmem.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/flash/at45d.c b/sys/dev/flash/at45d.c index 0cdf662242d..bce23f467e2 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 #include #include #include diff --git a/sys/dev/ftwd/ftwd.c b/sys/dev/ftwd/ftwd.c index dc421acb438..103c5f7c59d 100644 --- a/sys/dev/ftwd/ftwd.c +++ b/sys/dev/ftwd/ftwd.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/glxsb/glxsb.c b/sys/dev/glxsb/glxsb.c index 5ded584c6fa..3476cf296f1 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 #include #include #include diff --git a/sys/dev/glxsb/glxsb_hash.c b/sys/dev/glxsb/glxsb_hash.c index 87d0f740ccf..ec8c467b0f6 100644 --- a/sys/dev/glxsb/glxsb_hash.c +++ b/sys/dev/glxsb/glxsb_hash.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/goldfish/goldfish_rtc.c b/sys/dev/goldfish/goldfish_rtc.c index 34c98ccf945..0f132612300 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 #include #include #include diff --git a/sys/dev/gpio/chvgpio.c b/sys/dev/gpio/chvgpio.c index a2bfd8fc10a..199ad4d6f37 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 + #include #include #include diff --git a/sys/dev/gpio/dwgpio/dwgpio.c b/sys/dev/gpio/dwgpio/dwgpio.c index b40d947c3fa..5acb99ca591 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 #include #include #include diff --git a/sys/dev/gpio/dwgpio/dwgpio_bus.c b/sys/dev/gpio/dwgpio/dwgpio_bus.c index 53e576aa406..48de7dc327e 100644 --- a/sys/dev/gpio/dwgpio/dwgpio_bus.c +++ b/sys/dev/gpio/dwgpio/dwgpio_bus.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/gpio/gpiobus.c b/sys/dev/gpio/gpiobus.c index 65e8d1a775f..99d3114d51d 100644 --- a/sys/dev/gpio/gpiobus.c +++ b/sys/dev/gpio/gpiobus.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/gpio/gpioc.c b/sys/dev/gpio/gpioc.c index 6fb79fa8d75..4ebf958d697 100644 --- a/sys/dev/gpio/gpioc.c +++ b/sys/dev/gpio/gpioc.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/gpio/gpiokeys_codes.c b/sys/dev/gpio/gpiokeys_codes.c index 4d6ae2f62c2..cff3ce41efe 100644 --- a/sys/dev/gpio/gpiokeys_codes.c +++ b/sys/dev/gpio/gpiokeys_codes.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/dev/gpio/gpiopps.c b/sys/dev/gpio/gpiopps.c index a87687bfd0f..bb8afa5e062 100644 --- a/sys/dev/gpio/gpiopps.c +++ b/sys/dev/gpio/gpiopps.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/gpio/gpioregulator.c b/sys/dev/gpio/gpioregulator.c index d1ed7646b63..1f18bd6fd70 100644 --- a/sys/dev/gpio/gpioregulator.c +++ b/sys/dev/gpio/gpioregulator.c @@ -27,7 +27,6 @@ * GPIO controlled regulators */ -#include #include #include #include diff --git a/sys/dev/gpio/gpioths.c b/sys/dev/gpio/gpioths.c index f856220b07e..4838283106e 100644 --- a/sys/dev/gpio/gpioths.c +++ b/sys/dev/gpio/gpioths.c @@ -49,7 +49,6 @@ * Or configure via FDT data. */ -#include #include #include #include diff --git a/sys/dev/gpio/ofw_gpiobus.c b/sys/dev/gpio/ofw_gpiobus.c index 7915562f226..9173bcd1500 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 #include #include #include diff --git a/sys/dev/gpio/pl061.c b/sys/dev/gpio/pl061.c index 1a12710abab..76754fead63 100644 --- a/sys/dev/gpio/pl061.c +++ b/sys/dev/gpio/pl061.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/gpio/pl061_acpi.c b/sys/dev/gpio/pl061_acpi.c index d2531fa94fa..f5885025083 100644 --- a/sys/dev/gpio/pl061_acpi.c +++ b/sys/dev/gpio/pl061_acpi.c @@ -28,7 +28,6 @@ #include "opt_acpi.h" -#include #include #include #include diff --git a/sys/dev/gpio/pl061_fdt.c b/sys/dev/gpio/pl061_fdt.c index 352f21560d7..aa22298b43c 100644 --- a/sys/dev/gpio/pl061_fdt.c +++ b/sys/dev/gpio/pl061_fdt.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/gpio/qoriq_gpio.c b/sys/dev/gpio/qoriq_gpio.c index 5dabe03b775..63a9c3f857f 100644 --- a/sys/dev/gpio/qoriq_gpio.c +++ b/sys/dev/gpio/qoriq_gpio.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/hid/bcm5974.c b/sys/dev/hid/bcm5974.c index c803412ecb7..6f15c6030cc 100644 --- a/sys/dev/hid/bcm5974.c +++ b/sys/dev/hid/bcm5974.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/hid/hidbus.c b/sys/dev/hid/hidbus.c index cddc6c96119..99bfd7715c2 100644 --- a/sys/dev/hid/hidbus.c +++ b/sys/dev/hid/hidbus.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/hid/ietp.c b/sys/dev/hid/ietp.c index 00269756c1c..217585a7948 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 #include #include #include diff --git a/sys/dev/hptiop/hptiop.c b/sys/dev/hptiop/hptiop.c index aa1251796bf..547957c30ef 100644 --- a/sys/dev/hptiop/hptiop.c +++ b/sys/dev/hptiop/hptiop.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/hptmv/entry.c b/sys/dev/hptmv/entry.c index 0157a27c372..4a014ce17f4 100644 --- a/sys/dev/hptmv/entry.c +++ b/sys/dev/hptmv/entry.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_arm.c b/sys/dev/hwpmc/hwpmc_arm.c index 1c148a3b7d8..1a37151a190 100644 --- a/sys/dev/hwpmc/hwpmc_arm.c +++ b/sys/dev/hwpmc/hwpmc_arm.c @@ -27,7 +27,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_arm64.c b/sys/dev/hwpmc/hwpmc_arm64.c index 4c38a4ae618..af8d25b098c 100644 --- a/sys/dev/hwpmc/hwpmc_arm64.c +++ b/sys/dev/hwpmc/hwpmc_arm64.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_arm64_md.c b/sys/dev/hwpmc/hwpmc_arm64_md.c index 02ae0286e91..cea09d14498 100644 --- a/sys/dev/hwpmc/hwpmc_arm64_md.c +++ b/sys/dev/hwpmc/hwpmc_arm64_md.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_armv7.c b/sys/dev/hwpmc/hwpmc_armv7.c index 1488af2ae54..a180afa3aca 100644 --- a/sys/dev/hwpmc/hwpmc_armv7.c +++ b/sys/dev/hwpmc/hwpmc_armv7.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_cmn600.c b/sys/dev/hwpmc/hwpmc_cmn600.c index a0504af08aa..6a2e00abc28 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 #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_core.c b/sys/dev/hwpmc/hwpmc_core.c index ddaff0b5955..bf224ded126 100644 --- a/sys/dev/hwpmc/hwpmc_core.c +++ b/sys/dev/hwpmc/hwpmc_core.c @@ -30,7 +30,6 @@ * Intel Core PMCs. */ -#include #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_dmc620.c b/sys/dev/hwpmc/hwpmc_dmc620.c index 08a60806fc3..d42f55c4613 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 #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_e500.c b/sys/dev/hwpmc/hwpmc_e500.c index 29e6826d7f7..a98f4d95f13 100644 --- a/sys/dev/hwpmc/hwpmc_e500.c +++ b/sys/dev/hwpmc/hwpmc_e500.c @@ -26,7 +26,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_intel.c b/sys/dev/hwpmc/hwpmc_intel.c index f6e18316d8c..b195fcb3f36 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 #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_logging.c b/sys/dev/hwpmc/hwpmc_logging.c index 74205172041..6394d7a9cda 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 #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_mod.c b/sys/dev/hwpmc/hwpmc_mod.c index 5dd8bc67d60..9b85c989dc9 100644 --- a/sys/dev/hwpmc/hwpmc_mod.c +++ b/sys/dev/hwpmc/hwpmc_mod.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_mpc7xxx.c b/sys/dev/hwpmc/hwpmc_mpc7xxx.c index 035a34c25e7..444cc4de7d9 100644 --- a/sys/dev/hwpmc/hwpmc_mpc7xxx.c +++ b/sys/dev/hwpmc/hwpmc_mpc7xxx.c @@ -28,7 +28,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_power8.c b/sys/dev/hwpmc/hwpmc_power8.c index d7ccbc5c6c0..25552f6b0ba 100644 --- a/sys/dev/hwpmc/hwpmc_power8.c +++ b/sys/dev/hwpmc/hwpmc_power8.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_powerpc.c b/sys/dev/hwpmc/hwpmc_powerpc.c index 0380988f909..9e7f700da3c 100644 --- a/sys/dev/hwpmc/hwpmc_powerpc.c +++ b/sys/dev/hwpmc/hwpmc_powerpc.c @@ -28,7 +28,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_ppc970.c b/sys/dev/hwpmc/hwpmc_ppc970.c index c17166fdbed..ae2b6083207 100644 --- a/sys/dev/hwpmc/hwpmc_ppc970.c +++ b/sys/dev/hwpmc/hwpmc_ppc970.c @@ -27,7 +27,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_soft.c b/sys/dev/hwpmc/hwpmc_soft.c index 4679969fb45..829fd26c1fe 100644 --- a/sys/dev/hwpmc/hwpmc_soft.c +++ b/sys/dev/hwpmc/hwpmc_soft.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_tsc.c b/sys/dev/hwpmc/hwpmc_tsc.c index 5d31f8a9c61..9580214355e 100644 --- a/sys/dev/hwpmc/hwpmc_tsc.c +++ b/sys/dev/hwpmc/hwpmc_tsc.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_uncore.c b/sys/dev/hwpmc/hwpmc_uncore.c index 0ee41db0658..6a7ffac370b 100644 --- a/sys/dev/hwpmc/hwpmc_uncore.c +++ b/sys/dev/hwpmc/hwpmc_uncore.c @@ -30,7 +30,6 @@ * Intel Uncore PMCs. */ -#include #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_x86.c b/sys/dev/hwpmc/hwpmc_x86.c index d6ffa5270bb..1d04a661067 100644 --- a/sys/dev/hwpmc/hwpmc_x86.c +++ b/sys/dev/hwpmc/hwpmc_x86.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/hyperv/hvsock/hv_sock.c b/sys/dev/hyperv/hvsock/hv_sock.c index 440534a5fa9..60cdfecf3be 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 #include #include #include diff --git a/sys/dev/hyperv/input/hv_kbdc.c b/sys/dev/hyperv/input/hv_kbdc.c index 538956d3a99..4f098a99a06 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 #include #include #include diff --git a/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c b/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c index d7e7bd85ae2..eeec169baac 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 + #include #include #include diff --git a/sys/dev/hyperv/utilities/hv_kvp.c b/sys/dev/hyperv/utilities/hv_kvp.c index 92dc8ccb1db..60bade869b4 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 #include #include #include diff --git a/sys/dev/hyperv/utilities/hv_snapshot.c b/sys/dev/hyperv/utilities/hv_snapshot.c index a6bade01595..9426544a070 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 #include #include #include diff --git a/sys/dev/hyperv/utilities/vmbus_heartbeat.c b/sys/dev/hyperv/utilities/vmbus_heartbeat.c index c90c232db6f..da0d143a5f3 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 #include #include #include diff --git a/sys/dev/hyperv/utilities/vmbus_ic.c b/sys/dev/hyperv/utilities/vmbus_ic.c index 2992dedc521..78b209c93bc 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 #include #include #include diff --git a/sys/dev/hyperv/utilities/vmbus_shutdown.c b/sys/dev/hyperv/utilities/vmbus_shutdown.c index a4e9caff65e..d06c79d9f75 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 #include #include #include diff --git a/sys/dev/hyperv/utilities/vmbus_timesync.c b/sys/dev/hyperv/utilities/vmbus_timesync.c index 5953579e55c..4de76e04b54 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 #include #include #include diff --git a/sys/dev/hyperv/vmbus/aarch64/hyperv_aarch64.c b/sys/dev/hyperv/vmbus/aarch64/hyperv_aarch64.c index 665dda649a9..049088f3ee5 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 #include #include #include diff --git a/sys/dev/hyperv/vmbus/aarch64/vmbus_aarch64.c b/sys/dev/hyperv/vmbus/aarch64/vmbus_aarch64.c index 502721e7793..5887a504492 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 #include #include #include diff --git a/sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c b/sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c index a98d5d5599e..a8462ac8db5 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 #include #include #include diff --git a/sys/dev/hyperv/vmbus/hyperv.c b/sys/dev/hyperv/vmbus/hyperv.c index 3109030384a..e0e85a02209 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 + #include #include #include diff --git a/sys/dev/hyperv/vmbus/hyperv_busdma.c b/sys/dev/hyperv/vmbus/hyperv_busdma.c index 616351c26f7..f15a34dd0c0 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 #include #include #include diff --git a/sys/dev/hyperv/vmbus/i386/hyperv_machdep.c b/sys/dev/hyperv/vmbus/i386/hyperv_machdep.c index bb783825ee2..6e5156eee59 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 #include #include diff --git a/sys/dev/hyperv/vmbus/vmbus.c b/sys/dev/hyperv/vmbus/vmbus.c index 0ea401507b7..3cc210a5003 100644 --- a/sys/dev/hyperv/vmbus/vmbus.c +++ b/sys/dev/hyperv/vmbus/vmbus.c @@ -29,7 +29,7 @@ /* * VM Bus Driver Implementation */ -#include + #include #include #include diff --git a/sys/dev/hyperv/vmbus/vmbus_br.c b/sys/dev/hyperv/vmbus/vmbus_br.c index f663bb7c2ba..167eeb3d8f6 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 #include #include #include diff --git a/sys/dev/hyperv/vmbus/vmbus_chan.c b/sys/dev/hyperv/vmbus/vmbus_chan.c index ecb2e947c95..0922470d467 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 #include #include #include diff --git a/sys/dev/hyperv/vmbus/vmbus_et.c b/sys/dev/hyperv/vmbus/vmbus_et.c index 0840773815a..4ff011cfd77 100644 --- a/sys/dev/hyperv/vmbus/vmbus_et.c +++ b/sys/dev/hyperv/vmbus/vmbus_et.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/hyperv/vmbus/vmbus_res.c b/sys/dev/hyperv/vmbus/vmbus_res.c index 3c61f947d11..37906352b65 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 #include #include #include diff --git a/sys/dev/hyperv/vmbus/vmbus_xact.c b/sys/dev/hyperv/vmbus/vmbus_xact.c index f9ae76bf1e1..f5f766f2c2f 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 #include #include #include diff --git a/sys/dev/hyperv/vmbus/x86/hyperv_x86.c b/sys/dev/hyperv/vmbus/x86/hyperv_x86.c index 14715f86b7b..3a5e46db09d 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 + #include #include #include diff --git a/sys/dev/hyperv/vmbus/x86/vmbus_x86.c b/sys/dev/hyperv/vmbus/x86/vmbus_x86.c index d3affc483a5..0ed3b1b5f9d 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 + #include #include #include diff --git a/sys/dev/ichwd/ichwd.c b/sys/dev/ichwd/ichwd.c index e07618f5548..cdba8319dae 100644 --- a/sys/dev/ichwd/ichwd.c +++ b/sys/dev/ichwd/ichwd.c @@ -58,7 +58,6 @@ * SoC PMC support by Denir Li */ -#include #include #include #include diff --git a/sys/dev/ida/ida_pci.c b/sys/dev/ida/ida_pci.c index 6f441e74ab6..070797b0794 100644 --- a/sys/dev/ida/ida_pci.c +++ b/sys/dev/ida/ida_pci.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/iicbus/acpi_iicbus.c b/sys/dev/iicbus/acpi_iicbus.c index c585f241fec..2cff0cde9e4 100644 --- a/sys/dev/iicbus/acpi_iicbus.c +++ b/sys/dev/iicbus/acpi_iicbus.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/iicbus/adc/ad7417.c b/sys/dev/iicbus/adc/ad7417.c index 1e3a9c015fa..33a8f0d55e9 100644 --- a/sys/dev/iicbus/adc/ad7417.c +++ b/sys/dev/iicbus/adc/ad7417.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/iicbus/controller/cadence/cdnc_i2c.c b/sys/dev/iicbus/controller/cadence/cdnc_i2c.c index dd525071caa..fff9c57184d 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 #include #include #include diff --git a/sys/dev/iicbus/controller/opencores/iicoc.c b/sys/dev/iicbus/controller/opencores/iicoc.c index ea646ba5dc8..0bf48cc0bc5 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 #include #include #include diff --git a/sys/dev/iicbus/controller/opencores/iicoc_fdt.c b/sys/dev/iicbus/controller/opencores/iicoc_fdt.c index cff19c723c5..40994c22628 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 #include #include #include diff --git a/sys/dev/iicbus/controller/opencores/iicoc_pci.c b/sys/dev/iicbus/controller/opencores/iicoc_pci.c index bd7221dd257..a1ed7e9cbc6 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 #include #include #include diff --git a/sys/dev/iicbus/controller/twsi/a10_twsi.c b/sys/dev/iicbus/controller/twsi/a10_twsi.c index de3f6a92f44..e66f941d381 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 #include #include #include diff --git a/sys/dev/iicbus/controller/twsi/mv_twsi.c b/sys/dev/iicbus/controller/twsi/mv_twsi.c index 35f5b0acc65..23f3ee8debd 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 #include #include #include diff --git a/sys/dev/iicbus/controller/twsi/twsi.c b/sys/dev/iicbus/controller/twsi/twsi.c index 7031cce515c..55d12b6ee5a 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 #include #include #include diff --git a/sys/dev/iicbus/gpio/tca64xx.c b/sys/dev/iicbus/gpio/tca64xx.c index a129c8727c8..3b3bca9936f 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 #include #include #include diff --git a/sys/dev/iicbus/iiconf.c b/sys/dev/iicbus/iiconf.c index 8c155c9e2a8..c7996ef9167 100644 --- a/sys/dev/iicbus/iiconf.c +++ b/sys/dev/iicbus/iiconf.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/iicbus/ofw_iicbus.c b/sys/dev/iicbus/ofw_iicbus.c index fdf7e0e188f..977865abdba 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 #include #include #include diff --git a/sys/dev/iicbus/pmic/act8846_regulator.c b/sys/dev/iicbus/pmic/act8846_regulator.c index fdb2714a18c..551b537bb64 100644 --- a/sys/dev/iicbus/pmic/act8846_regulator.c +++ b/sys/dev/iicbus/pmic/act8846_regulator.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/iicbus/pmic/fan53555.c b/sys/dev/iicbus/pmic/fan53555.c index 5e4fad01cde..12940bad5c6 100644 --- a/sys/dev/iicbus/pmic/fan53555.c +++ b/sys/dev/iicbus/pmic/fan53555.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/iicbus/pmic/rockchip/rk805.c b/sys/dev/iicbus/pmic/rockchip/rk805.c index c41d2826c7f..4b18aaba053 100644 --- a/sys/dev/iicbus/pmic/rockchip/rk805.c +++ b/sys/dev/iicbus/pmic/rockchip/rk805.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/iicbus/pmic/rockchip/rk808.c b/sys/dev/iicbus/pmic/rockchip/rk808.c index 8ba4c352079..1227fd47ee7 100644 --- a/sys/dev/iicbus/pmic/rockchip/rk808.c +++ b/sys/dev/iicbus/pmic/rockchip/rk808.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/iicbus/pmic/rockchip/rk817.c b/sys/dev/iicbus/pmic/rockchip/rk817.c index 33c24ec33c9..6d14a26a87a 100644 --- a/sys/dev/iicbus/pmic/rockchip/rk817.c +++ b/sys/dev/iicbus/pmic/rockchip/rk817.c @@ -26,7 +26,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/iicbus/pmic/rockchip/rk8xx.c b/sys/dev/iicbus/pmic/rockchip/rk8xx.c index 54f4b289034..9d4cb2cf454 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 #include #include #include diff --git a/sys/dev/iicbus/pmic/rockchip/rk8xx_clocks.c b/sys/dev/iicbus/pmic/rockchip/rk8xx_clocks.c index a2ea1e5bb4b..c450154001f 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 #include #include #include diff --git a/sys/dev/iicbus/pmic/rockchip/rk8xx_regulators.c b/sys/dev/iicbus/pmic/rockchip/rk8xx_regulators.c index f1174a5595d..7e637176531 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 #include #include #include diff --git a/sys/dev/iicbus/pmic/rockchip/rk8xx_rtc.c b/sys/dev/iicbus/pmic/rockchip/rk8xx_rtc.c index 2125c1a5b2c..86f601206e9 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 #include #include #include diff --git a/sys/dev/iicbus/pmic/silergy/sy8106a.c b/sys/dev/iicbus/pmic/silergy/sy8106a.c index cd004717293..76a39415349 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 #include #include #include diff --git a/sys/dev/iicbus/pmic/silergy/syr827.c b/sys/dev/iicbus/pmic/silergy/syr827.c index 31e9473f201..afc2bacfcd0 100644 --- a/sys/dev/iicbus/pmic/silergy/syr827.c +++ b/sys/dev/iicbus/pmic/silergy/syr827.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/iicbus/pwm/adm1030.c b/sys/dev/iicbus/pwm/adm1030.c index cab60f3f1be..819bdf031a0 100644 --- a/sys/dev/iicbus/pwm/adm1030.c +++ b/sys/dev/iicbus/pwm/adm1030.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/iicbus/pwm/adt746x.c b/sys/dev/iicbus/pwm/adt746x.c index ed49b2f60c2..13dcf2b256c 100644 --- a/sys/dev/iicbus/pwm/adt746x.c +++ b/sys/dev/iicbus/pwm/adt746x.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/iicbus/sensor/ds1631.c b/sys/dev/iicbus/sensor/ds1631.c index b1aee483037..519756ae864 100644 --- a/sys/dev/iicbus/sensor/ds1631.c +++ b/sys/dev/iicbus/sensor/ds1631.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/iicbus/sensor/ds1775.c b/sys/dev/iicbus/sensor/ds1775.c index 01d55a32d9d..25787934510 100644 --- a/sys/dev/iicbus/sensor/ds1775.c +++ b/sys/dev/iicbus/sensor/ds1775.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/iicbus/sensor/max6690.c b/sys/dev/iicbus/sensor/max6690.c index 18f8f146e06..87715229b80 100644 --- a/sys/dev/iicbus/sensor/max6690.c +++ b/sys/dev/iicbus/sensor/max6690.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/intel/pchtherm.c b/sys/dev/intel/pchtherm.c index 33d0792d81d..f4eecefffcd 100644 --- a/sys/dev/intel/pchtherm.c +++ b/sys/dev/intel/pchtherm.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/intel/spi_acpi.c b/sys/dev/intel/spi_acpi.c index 033eb047cb2..fe3619575b6 100644 --- a/sys/dev/intel/spi_acpi.c +++ b/sys/dev/intel/spi_acpi.c @@ -27,7 +27,6 @@ #include "opt_acpi.h" -#include #include #include #include diff --git a/sys/dev/intel/spi_pci.c b/sys/dev/intel/spi_pci.c index c2c118ca1ea..49fb9c14d26 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 #include #include #include diff --git a/sys/dev/intpm/intpm.c b/sys/dev/intpm/intpm.c index 92fd4dcebb0..90994f8053f 100644 --- a/sys/dev/intpm/intpm.c +++ b/sys/dev/intpm/intpm.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/io/iodev.c b/sys/dev/io/iodev.c index 3a2d903649f..f7435e5684a 100644 --- a/sys/dev/io/iodev.c +++ b/sys/dev/io/iodev.c @@ -27,7 +27,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/ioat/ioat_test.c b/sys/dev/ioat/ioat_test.c index d3c151e30e2..9c081e0fb0b 100644 --- a/sys/dev/ioat/ioat_test.c +++ b/sys/dev/ioat/ioat_test.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/iommu/busdma_iommu.c b/sys/dev/iommu/busdma_iommu.c index 56506748843..b872016a78b 100644 --- a/sys/dev/iommu/busdma_iommu.c +++ b/sys/dev/iommu/busdma_iommu.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/ipmi/ipmi.c b/sys/dev/ipmi/ipmi.c index 262c2405102..c9ebb5aab2b 100644 --- a/sys/dev/ipmi/ipmi.c +++ b/sys/dev/ipmi/ipmi.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/ipmi/ipmi_acpi.c b/sys/dev/ipmi/ipmi_acpi.c index 3aa5fbf5185..e51e6364e41 100644 --- a/sys/dev/ipmi/ipmi_acpi.c +++ b/sys/dev/ipmi/ipmi_acpi.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/ipmi/ipmi_bt.c b/sys/dev/ipmi/ipmi_bt.c index 800893977f1..2e92bdb0699 100644 --- a/sys/dev/ipmi/ipmi_bt.c +++ b/sys/dev/ipmi/ipmi_bt.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/ipmi/ipmi_isa.c b/sys/dev/ipmi/ipmi_isa.c index f873a9ce2ae..6c8be8616dd 100644 --- a/sys/dev/ipmi/ipmi_isa.c +++ b/sys/dev/ipmi/ipmi_isa.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/ipmi/ipmi_kcs.c b/sys/dev/ipmi/ipmi_kcs.c index 8fb9adaa89d..3f1d84d708c 100644 --- a/sys/dev/ipmi/ipmi_kcs.c +++ b/sys/dev/ipmi/ipmi_kcs.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/ipmi/ipmi_opal.c b/sys/dev/ipmi/ipmi_opal.c index c69757b7d02..084caba4518 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 #include #include #include diff --git a/sys/dev/ipmi/ipmi_pci.c b/sys/dev/ipmi/ipmi_pci.c index df88dba4b24..9067742b3e0 100644 --- a/sys/dev/ipmi/ipmi_pci.c +++ b/sys/dev/ipmi/ipmi_pci.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/ipmi/ipmi_smbios.c b/sys/dev/ipmi/ipmi_smbios.c index bdbc7dfb18c..b30328e3e61 100644 --- a/sys/dev/ipmi/ipmi_smbios.c +++ b/sys/dev/ipmi/ipmi_smbios.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/ipmi/ipmi_smbus.c b/sys/dev/ipmi/ipmi_smbus.c index 54d75b5a8a2..59b8dd76675 100644 --- a/sys/dev/ipmi/ipmi_smbus.c +++ b/sys/dev/ipmi/ipmi_smbus.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/ipmi/ipmi_smic.c b/sys/dev/ipmi/ipmi_smic.c index 3b39a15f1b6..1bcede44f92 100644 --- a/sys/dev/ipmi/ipmi_smic.c +++ b/sys/dev/ipmi/ipmi_smic.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/ipmi/ipmi_ssif.c b/sys/dev/ipmi/ipmi_ssif.c index 532d1f7f485..0c22d35421e 100644 --- a/sys/dev/ipmi/ipmi_ssif.c +++ b/sys/dev/ipmi/ipmi_ssif.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/ips/ips.c b/sys/dev/ips/ips.c index 6d45dcf82fc..3ed9aa5f250 100644 --- a/sys/dev/ips/ips.c +++ b/sys/dev/ips/ips.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/isci/environment.h b/sys/dev/isci/environment.h index c75a20562e4..5776abd2dc1 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 + #include #include #include diff --git a/sys/dev/iscsi/icl.c b/sys/dev/iscsi/icl.c index 6854107a0f9..f2f0a06cc09 100644 --- a/sys/dev/iscsi/icl.c +++ b/sys/dev/iscsi/icl.c @@ -34,7 +34,6 @@ * and receive iSCSI PDUs. */ -#include #include #include #include diff --git a/sys/dev/iscsi/icl_soft.c b/sys/dev/iscsi/icl_soft.c index 1f0cee724e9..832ff8135ec 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 #include #include #include diff --git a/sys/dev/iscsi/icl_soft_proxy.c b/sys/dev/iscsi/icl_soft_proxy.c index 4aa4f03764a..ee448116b0e 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 #include #include #include diff --git a/sys/dev/iscsi/iscsi.c b/sys/dev/iscsi/iscsi.c index 38973898a9d..57292c6ff30 100644 --- a/sys/dev/iscsi/iscsi.c +++ b/sys/dev/iscsi/iscsi.c @@ -29,7 +29,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/iser/icl_iser.h b/sys/dev/iser/icl_iser.h index e1ef38802e8..546a1fc1d8d 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 #include #include #include diff --git a/sys/dev/ismt/ismt.c b/sys/dev/ismt/ismt.c index b6b9e6d5e77..3f3c7bdf26c 100644 --- a/sys/dev/ismt/ismt.c +++ b/sys/dev/ismt/ismt.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c index 75e619d2d05..c4dbceba25c 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 + #include #include #include diff --git a/sys/dev/ispfw/ispfw.c b/sys/dev/ispfw/ispfw.c index 321cc172ee8..8f5e85a30c3 100644 --- a/sys/dev/ispfw/ispfw.c +++ b/sys/dev/ispfw/ispfw.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/itwd/itwd.c b/sys/dev/itwd/itwd.c index 0b53cee8535..06120f1fdea 100644 --- a/sys/dev/itwd/itwd.c +++ b/sys/dev/itwd/itwd.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/jme/if_jme.c b/sys/dev/jme/if_jme.c index 89c78d80afe..aebeb9c617f 100644 --- a/sys/dev/jme/if_jme.c +++ b/sys/dev/jme/if_jme.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/kvm_clock/kvm_clock.c b/sys/dev/kvm_clock/kvm_clock.c index 81e50d4fae8..dd756b99b5e 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 #include #include #include diff --git a/sys/dev/le/am7990.c b/sys/dev/le/am7990.c index 705809ed386..95184356f33 100644 --- a/sys/dev/le/am7990.c +++ b/sys/dev/le/am7990.c @@ -64,7 +64,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/le/am79900.c b/sys/dev/le/am79900.c index 77a4b2f04ff..c680fd5e2dc 100644 --- a/sys/dev/le/am79900.c +++ b/sys/dev/le/am79900.c @@ -100,7 +100,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/le/if_le_isa.c b/sys/dev/le/if_le_isa.c index 3d02ef8f651..e3c9c21df42 100644 --- a/sys/dev/le/if_le_isa.c +++ b/sys/dev/le/if_le_isa.c @@ -64,7 +64,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/le/if_le_pci.c b/sys/dev/le/if_le_pci.c index 3527f5e29df..cee1e80295c 100644 --- a/sys/dev/le/if_le_pci.c +++ b/sys/dev/le/if_le_pci.c @@ -64,7 +64,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/le/lance.c b/sys/dev/le/lance.c index 0501a14c6b8..74ae09ee14c 100644 --- a/sys/dev/le/lance.c +++ b/sys/dev/le/lance.c @@ -64,7 +64,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/led/led.c b/sys/dev/led/led.c index 175ef2deaa6..45705cd24ab 100644 --- a/sys/dev/led/led.c +++ b/sys/dev/led/led.c @@ -10,7 +10,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/mailbox/arm/arm_doorbell.c b/sys/dev/mailbox/arm/arm_doorbell.c index 75a7bdc5fce..af8642f7fa1 100644 --- a/sys/dev/mailbox/arm/arm_doorbell.c +++ b/sys/dev/mailbox/arm/arm_doorbell.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/malo/if_malo.c b/sys/dev/malo/if_malo.c index 9ef7dedcd30..b863113017b 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 -#ifdef __FreeBSD__ -#endif - #include "opt_malo.h" #include diff --git a/sys/dev/malo/if_malo_pci.c b/sys/dev/malo/if_malo_pci.c index 0693fd520f9..2c806e0ac85 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 -#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 476ffd9f6cc..6266bb2a459 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 -#ifdef __FreeBSD__ -#endif - #include #include #include diff --git a/sys/dev/mana/gdma_main.c b/sys/dev/mana/gdma_main.c index a601873876c..e955d9e1d30 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 + #include #include #include diff --git a/sys/dev/mana/gdma_util.c b/sys/dev/mana/gdma_util.c index de515b3e75d..5c779f16be8 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 + #include #include #include diff --git a/sys/dev/mana/hw_channel.c b/sys/dev/mana/hw_channel.c index 1ecd276c015..7a40a28894f 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 + #include #include #include diff --git a/sys/dev/mana/mana_en.c b/sys/dev/mana/mana_en.c index 812a42e51df..3948106f492 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 + #include #include #include diff --git a/sys/dev/mana/shm_channel.c b/sys/dev/mana/shm_channel.c index 94afed50383..feef7bf52f2 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 + #include #include #include diff --git a/sys/dev/mem/memdev.c b/sys/dev/mem/memdev.c index 16ef3a20516..68dbdd86a8e 100644 --- a/sys/dev/mem/memdev.c +++ b/sys/dev/mem/memdev.c @@ -27,7 +27,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/mem/memutil.c b/sys/dev/mem/memutil.c index 8f296520c34..cf9714d6ec8 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 #include #include #include diff --git a/sys/dev/mfi/mfi_linux.c b/sys/dev/mfi/mfi_linux.c index f9a6cad52d7..8ed8baa3858 100644 --- a/sys/dev/mfi/mfi_linux.c +++ b/sys/dev/mfi/mfi_linux.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/mge/if_mge.c b/sys/dev/mge/if_mge.c index 30650cc6df8..2331cb9f8f3 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 #include #include #include diff --git a/sys/dev/mii/dp83822phy.c b/sys/dev/mii/dp83822phy.c index ad826edbf16..47836f6e2d6 100644 --- a/sys/dev/mii/dp83822phy.c +++ b/sys/dev/mii/dp83822phy.c @@ -31,7 +31,6 @@ * Driver for TI DP83822 Ethernet PHY */ -#include #include #include #include diff --git a/sys/dev/mii/dp83867phy.c b/sys/dev/mii/dp83867phy.c index b6fa24fd5c5..a728ced4985 100644 --- a/sys/dev/mii/dp83867phy.c +++ b/sys/dev/mii/dp83867phy.c @@ -30,7 +30,6 @@ * Driver for TI DP83867 Ethernet PHY */ -#include #include #include #include diff --git a/sys/dev/mii/mcommphy.c b/sys/dev/mii/mcommphy.c index 6948045aaf4..17ed294ff22 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 #include #include #include diff --git a/sys/dev/mii/mii_bitbang.c b/sys/dev/mii/mii_bitbang.c index b6998fe1ef5..031516bf0db 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 #include #include #include diff --git a/sys/dev/mlx/mlx_pci.c b/sys/dev/mlx/mlx_pci.c index ddad385d69f..5b286e727ea 100644 --- a/sys/dev/mlx/mlx_pci.c +++ b/sys/dev/mlx/mlx_pci.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/mlx5/mlx5_core/mlx5_fwdump.c b/sys/dev/mlx5/mlx5_core/mlx5_fwdump.c index 0da32865449..6844faadd9a 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 #include #include #include diff --git a/sys/dev/mmc/host/dwmmc.c b/sys/dev/mmc/host/dwmmc.c index 53c3e0b646f..8cd50d2cc89 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 #include #include #include diff --git a/sys/dev/mmc/host/dwmmc_altera.c b/sys/dev/mmc/host/dwmmc_altera.c index 4a7dbf759a3..5519c19483b 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 #include #include #include diff --git a/sys/dev/mmc/host/dwmmc_hisi.c b/sys/dev/mmc/host/dwmmc_hisi.c index 4289f49ca73..96502a7dd97 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 #include #include #include diff --git a/sys/dev/mmc/host/dwmmc_rockchip.c b/sys/dev/mmc/host/dwmmc_rockchip.c index 1ac6e741703..5cec9f9603d 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 #include #include #include diff --git a/sys/dev/mmc/host/dwmmc_samsung.c b/sys/dev/mmc/host/dwmmc_samsung.c index 0f8f0635eb8..9f869ab3238 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 #include #include #include diff --git a/sys/dev/mmc/mmc.c b/sys/dev/mmc/mmc.c index 62a2a6c9f82..d59396208cc 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 #include #include #include diff --git a/sys/dev/mmc/mmc_fdt_helpers.c b/sys/dev/mmc/mmc_fdt_helpers.c index 56d6037f86f..8742b90d4f9 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 #include #include #include diff --git a/sys/dev/mmc/mmc_helpers.c b/sys/dev/mmc/mmc_helpers.c index b45dd920dd0..bc0257124b1 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 #include #include #include diff --git a/sys/dev/mmc/mmc_pwrseq.c b/sys/dev/mmc/mmc_pwrseq.c index 0e5136ac6b2..5e2e87fd556 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 #include #include #include diff --git a/sys/dev/mmc/mmc_subr.c b/sys/dev/mmc/mmc_subr.c index d954baea266..0a555cd74c9 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 #include #include #include diff --git a/sys/dev/mmc/mmcsd.c b/sys/dev/mmc/mmcsd.c index 9bc50124592..cd973e53802 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 #include #include #include diff --git a/sys/dev/mmcnull/mmcnull.c b/sys/dev/mmcnull/mmcnull.c index 70e52116a7c..028d3aabd7f 100644 --- a/sys/dev/mmcnull/mmcnull.c +++ b/sys/dev/mmcnull/mmcnull.c @@ -23,7 +23,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/mpi3mr/mpi3mr.c b/sys/dev/mpi3mr/mpi3mr.c index 86535383b8f..776bfbdaee2 100644 --- a/sys/dev/mpi3mr/mpi3mr.c +++ b/sys/dev/mpi3mr/mpi3mr.c @@ -41,7 +41,6 @@ * Broadcom Inc. (Broadcom) MPI3MR Adapter FreeBSD */ -#include #include #include #include diff --git a/sys/dev/mpi3mr/mpi3mr.h b/sys/dev/mpi3mr/mpi3mr.h index 1dc680beb47..479ba9c7b11 100644 --- a/sys/dev/mpi3mr/mpi3mr.h +++ b/sys/dev/mpi3mr/mpi3mr.h @@ -44,7 +44,6 @@ #ifndef _MPI3MRVAR_H #define _MPI3MRVAR_H -#include #include #include #include diff --git a/sys/dev/mpi3mr/mpi3mr_app.c b/sys/dev/mpi3mr/mpi3mr_app.c index 001753732a3..737d8880182 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 #include #include #include diff --git a/sys/dev/mpi3mr/mpi3mr_cam.c b/sys/dev/mpi3mr/mpi3mr_cam.c index 7464b897384..bb08943793d 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 #include #include #include diff --git a/sys/dev/mpt/mpt_user.c b/sys/dev/mpt/mpt_user.c index d0e183f84e8..7ad3f075a29 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 #include #ifdef __amd64__ #include diff --git a/sys/dev/mrsas/mrsas_linux.c b/sys/dev/mrsas/mrsas_linux.c index becc42e6d8a..d7d48740a20 100644 --- a/sys/dev/mrsas/mrsas_linux.c +++ b/sys/dev/mrsas/mrsas_linux.c @@ -37,7 +37,6 @@ * */ -#include #include #include diff --git a/sys/dev/msk/if_msk.c b/sys/dev/msk/if_msk.c index 4b6954e7d06..bb00ffc7ae3 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 #include #include #include diff --git a/sys/dev/mvs/mvs.c b/sys/dev/mvs/mvs.c index 25004089802..a98a5925958 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 #include #include #include diff --git a/sys/dev/mvs/mvs_pci.c b/sys/dev/mvs/mvs_pci.c index 9f4c835a9bc..9578c5ea5e7 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 #include #include #include diff --git a/sys/dev/mvs/mvs_soc.c b/sys/dev/mvs/mvs_soc.c index 849e1a012a5..36b3f5222cd 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 #include #include #include diff --git a/sys/dev/mwl/if_mwl_pci.c b/sys/dev/mwl/if_mwl_pci.c index 2ac2be52495..abc210436f1 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 -#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 26d6410f356..4036a46645d 100644 --- a/sys/dev/mxge/if_mxge.c +++ b/sys/dev/mxge/if_mxge.c @@ -28,7 +28,6 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -#include #include #include #include diff --git a/sys/dev/mxge/mxge_eth_z8e.c b/sys/dev/mxge/mxge_eth_z8e.c index 49829608d0e..16775b1b342 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 + #include #include #include diff --git a/sys/dev/mxge/mxge_ethp_z8e.c b/sys/dev/mxge/mxge_ethp_z8e.c index 6da0a8d050c..c156c79cd15 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 + #include #include #include diff --git a/sys/dev/mxge/mxge_rss_eth_z8e.c b/sys/dev/mxge/mxge_rss_eth_z8e.c index d7e9f1d3dfe..ea93331c09c 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 + #include #include #include diff --git a/sys/dev/mxge/mxge_rss_ethp_z8e.c b/sys/dev/mxge/mxge_rss_ethp_z8e.c index 2b21e6fc9d4..9565704a8bc 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 + #include #include #include diff --git a/sys/dev/my/if_my.c b/sys/dev/my/if_my.c index 631c38df9dc..4b7e5e71170 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 #include #include #include diff --git a/sys/dev/ncthwm/ncthwm.c b/sys/dev/ncthwm/ncthwm.c index 45a9111c6be..b36f677703e 100644 --- a/sys/dev/ncthwm/ncthwm.c +++ b/sys/dev/ncthwm/ncthwm.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/neta/if_mvneta.c b/sys/dev/neta/if_mvneta.c index bb95bc9c588..f7f9c042b93 100644 --- a/sys/dev/neta/if_mvneta.c +++ b/sys/dev/neta/if_mvneta.c @@ -26,7 +26,7 @@ */ #include "opt_platform.h" -#include + #include #include #include diff --git a/sys/dev/neta/if_mvneta_fdt.c b/sys/dev/neta/if_mvneta_fdt.c index 76af9cba403..ecaf1ab0a2a 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 + #include #include #include diff --git a/sys/dev/netmap/netmap_kloop.c b/sys/dev/netmap/netmap_kloop.c index 005b9af2a3d..ba9e67076e7 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 + #include #include #include diff --git a/sys/dev/nfsmb/nfsmb.c b/sys/dev/nfsmb/nfsmb.c index 338892cdb31..5594e5b152e 100644 --- a/sys/dev/nfsmb/nfsmb.c +++ b/sys/dev/nfsmb/nfsmb.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/ntb/if_ntb/if_ntb.c b/sys/dev/ntb/if_ntb/if_ntb.c index b3707b8f769..5a132baa5f1 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 #include #include #include diff --git a/sys/dev/ntb/ntb.c b/sys/dev/ntb/ntb.c index de382bbca01..38def5be0bb 100644 --- a/sys/dev/ntb/ntb.c +++ b/sys/dev/ntb/ntb.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/ntb/ntb_hw/ntb_hw_amd.c b/sys/dev/ntb/ntb_hw/ntb_hw_amd.c index 1ca529383e2..fc3c6559d76 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 #include #include #include diff --git a/sys/dev/ntb/ntb_hw/ntb_hw_intel.c b/sys/dev/ntb/ntb_hw/ntb_hw_intel.c index 5d03e66d57c..5c07fb8d7e7 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 #include #include #include diff --git a/sys/dev/ntb/ntb_hw/ntb_hw_plx.c b/sys/dev/ntb/ntb_hw/ntb_hw_plx.c index c0de13d7357..57e3265ee5b 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 #include #include #include diff --git a/sys/dev/ntb/ntb_transport.c b/sys/dev/ntb/ntb_transport.c index 7244785cbad..6e2eefae88e 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 #include #include #include diff --git a/sys/dev/ntb/test/ntb_tool.c b/sys/dev/ntb/test/ntb_tool.c index 938253bb78b..5476ed988b3 100644 --- a/sys/dev/ntb/test/ntb_tool.c +++ b/sys/dev/ntb/test/ntb_tool.c @@ -181,7 +181,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/null/null.c b/sys/dev/null/null.c index 4565639574f..7ffc618e63e 100644 --- a/sys/dev/null/null.c +++ b/sys/dev/null/null.c @@ -29,7 +29,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/nvd/nvd.c b/sys/dev/nvd/nvd.c index 26bc4ee36d5..33b43efd24c 100644 --- a/sys/dev/nvd/nvd.c +++ b/sys/dev/nvd/nvd.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/nvdimm/nvdimm_e820.c b/sys/dev/nvdimm/nvdimm_e820.c index d972b4b9a7d..3fbe2df3120 100644 --- a/sys/dev/nvdimm/nvdimm_e820.c +++ b/sys/dev/nvdimm/nvdimm_e820.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/nvdimm/nvdimm_nfit.c b/sys/dev/nvdimm/nvdimm_nfit.c index 09c79aace13..d7e428ac869 100644 --- a/sys/dev/nvdimm/nvdimm_nfit.c +++ b/sys/dev/nvdimm/nvdimm_nfit.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/nvdimm/nvdimm_ns.c b/sys/dev/nvdimm/nvdimm_ns.c index 609442d0ffe..16739a40753 100644 --- a/sys/dev/nvdimm/nvdimm_ns.c +++ b/sys/dev/nvdimm/nvdimm_ns.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/nvme/nvme.c b/sys/dev/nvme/nvme.c index 25c93c2c99b..84f365024f1 100644 --- a/sys/dev/nvme/nvme.c +++ b/sys/dev/nvme/nvme.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/nvme/nvme_ahci.c b/sys/dev/nvme/nvme_ahci.c index 9ed79ae5696..888207a454f 100644 --- a/sys/dev/nvme/nvme_ahci.c +++ b/sys/dev/nvme/nvme_ahci.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/nvme/nvme_ns.c b/sys/dev/nvme/nvme_ns.c index 55f607c96e5..4aad28c1adf 100644 --- a/sys/dev/nvme/nvme_ns.c +++ b/sys/dev/nvme/nvme_ns.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/nvme/nvme_pci.c b/sys/dev/nvme/nvme_pci.c index a78327ba0e8..29b49b7df40 100644 --- a/sys/dev/nvme/nvme_pci.c +++ b/sys/dev/nvme/nvme_pci.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/nvme/nvme_qpair.c b/sys/dev/nvme/nvme_qpair.c index 7345b1b59be..289ce87c86a 100644 --- a/sys/dev/nvme/nvme_qpair.c +++ b/sys/dev/nvme/nvme_qpair.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/nvme/nvme_sim.c b/sys/dev/nvme/nvme_sim.c index 54cdc1e01f9..70bb95602bf 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 #include #include #include diff --git a/sys/dev/nvme/nvme_test.c b/sys/dev/nvme/nvme_test.c index be5ad46b677..188ad4f86f8 100644 --- a/sys/dev/nvme/nvme_test.c +++ b/sys/dev/nvme/nvme_test.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/nvme/nvme_util.c b/sys/dev/nvme/nvme_util.c index f54f3cf0a87..47d84e5b695 100644 --- a/sys/dev/nvme/nvme_util.c +++ b/sys/dev/nvme/nvme_util.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/dev/ofw/ofw_cpu.c b/sys/dev/ofw/ofw_cpu.c index 10c170e03c4..bd9164fd9f5 100644 --- a/sys/dev/ofw/ofw_cpu.c +++ b/sys/dev/ofw/ofw_cpu.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/ofw/ofw_disk.c b/sys/dev/ofw/ofw_disk.c index 6b5e124b287..8f10492665c 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 #include #include #include diff --git a/sys/dev/ofw/ofw_fdt.c b/sys/dev/ofw/ofw_fdt.c index 93757f5a6fd..4b0451824df 100644 --- a/sys/dev/ofw/ofw_fdt.c +++ b/sys/dev/ofw/ofw_fdt.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/ofw/ofw_pci.c b/sys/dev/ofw/ofw_pci.c index ab7a1e6f9b0..9176b308e4c 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 #include #include #include diff --git a/sys/dev/ofw/ofw_pcib.c b/sys/dev/ofw/ofw_pcib.c index 6e0f5fe3dd5..2bcaa05ab1e 100644 --- a/sys/dev/ofw/ofw_pcib.c +++ b/sys/dev/ofw/ofw_pcib.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/ofw/ofw_standard.c b/sys/dev/ofw/ofw_standard.c index d96cf4bb5ca..47a2cabf44a 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 #include #include #include diff --git a/sys/dev/ofw/ofw_subr.c b/sys/dev/ofw/ofw_subr.c index 06021eb2b59..2e91486516a 100644 --- a/sys/dev/ofw/ofw_subr.c +++ b/sys/dev/ofw/ofw_subr.c @@ -31,7 +31,6 @@ * written by Marius Strobl. */ -#include #include #include #include diff --git a/sys/dev/ofw/ofwbus.c b/sys/dev/ofw/ofwbus.c index cb2ab692055..48e865b5b52 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 #include #include #include diff --git a/sys/dev/ow/ow.c b/sys/dev/ow/ow.c index c5d1f18df17..6d89cd445a3 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 #include #include #include diff --git a/sys/dev/ow/ow_temp.c b/sys/dev/ow/ow_temp.c index 0a9e1d0253d..1fb5af2d53e 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 #include #include #include diff --git a/sys/dev/pbio/pbio.c b/sys/dev/pbio/pbio.c index 28c38c9a17a..66fea479f5a 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 #include #include #include /* SYSINIT stuff */ diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c index aade363d9b7..b2a94cc04bb 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 #include #include #include diff --git a/sys/dev/pccbb/pccbb_pci.c b/sys/dev/pccbb/pccbb_pci.c index 663405764ca..1a07ff8a4e9 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 #include #include #include diff --git a/sys/dev/pcf/pcf.c b/sys/dev/pcf/pcf.c index 20ee0e19c06..d9421f86bfc 100644 --- a/sys/dev/pcf/pcf.c +++ b/sys/dev/pcf/pcf.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/pci/controller/pci_n1sdp.c b/sys/dev/pci/controller/pci_n1sdp.c index b6f2b11dea0..f5cd9d2b88f 100644 --- a/sys/dev/pci/controller/pci_n1sdp.c +++ b/sys/dev/pci/controller/pci_n1sdp.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/pci/fixup_pci.c b/sys/dev/pci/fixup_pci.c index 5f4e881d5c7..4bccda90a04 100644 --- a/sys/dev/pci/fixup_pci.c +++ b/sys/dev/pci/fixup_pci.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/pci/hostb_pci.c b/sys/dev/pci/hostb_pci.c index 5e0b289b858..20e18a0e5f1 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 #include #include #include diff --git a/sys/dev/pci/pci_dw.c b/sys/dev/pci/pci_dw.c index eae90e8f5f9..f03e19dfe04 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 #include #include #include diff --git a/sys/dev/pci/pci_dw_mv.c b/sys/dev/pci/pci_dw_mv.c index a090b8a5024..b37baf044e8 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 #include #include #include diff --git a/sys/dev/pci/pci_iov_schema.c b/sys/dev/pci/pci_iov_schema.c index 742dfbd2b4d..3cec329d77a 100644 --- a/sys/dev/pci/pci_iov_schema.c +++ b/sys/dev/pci/pci_iov_schema.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c b/sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c index d52affd90df..541940c5fda 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 ea17810cc8c..c729854af3d 100644 --- a/sys/dev/ppbus/ppb_base.c +++ b/sys/dev/ppbus/ppb_base.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/ppbus/pps.c b/sys/dev/ppbus/pps.c index f3d9a429148..a5c0a56d4f9 100644 --- a/sys/dev/ppbus/pps.c +++ b/sys/dev/ppbus/pps.c @@ -16,7 +16,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/ppc/ppc_isa.c b/sys/dev/ppc/ppc_isa.c index 21296ffd100..e1424295f23 100644 --- a/sys/dev/ppc/ppc_isa.c +++ b/sys/dev/ppc/ppc_isa.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/ppc/ppc_pci.c b/sys/dev/ppc/ppc_pci.c index 197bcb4af9a..d2fd2478fa7 100644 --- a/sys/dev/ppc/ppc_pci.c +++ b/sys/dev/ppc/ppc_pci.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/ppc/ppc_puc.c b/sys/dev/ppc/ppc_puc.c index bb60a5271a8..b81e1dcfd45 100644 --- a/sys/dev/ppc/ppc_puc.c +++ b/sys/dev/ppc/ppc_puc.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/proto/proto_bus_isa.c b/sys/dev/proto/proto_bus_isa.c index 31c65b9d785..0e4f2a29b42 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 #include #include #include diff --git a/sys/dev/proto/proto_bus_pci.c b/sys/dev/proto/proto_bus_pci.c index 326f1105f1a..9a98443845f 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 #include #include #include diff --git a/sys/dev/proto/proto_busdma.c b/sys/dev/proto/proto_busdma.c index 27f7f48d42f..a7406b27871 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 #include #include #include diff --git a/sys/dev/proto/proto_core.c b/sys/dev/proto/proto_core.c index c341977b5bf..2a7fe3bf9f3 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 #include #include #include diff --git a/sys/dev/psci/smccc.c b/sys/dev/psci/smccc.c index 9008eb2fbd3..08ad6d84fc3 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 #include #include #include diff --git a/sys/dev/pst/pst-iop.c b/sys/dev/pst/pst-iop.c index 783507ce0d9..03eca4d9628 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 #include #include #include diff --git a/sys/dev/pst/pst-pci.c b/sys/dev/pst/pst-pci.c index e7cbc0fe478..2b929598484 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 #include #include #include diff --git a/sys/dev/pty/pty.c b/sys/dev/pty/pty.c index 07e7ecd7a08..3fb5e6b2418 100644 --- a/sys/dev/pty/pty.c +++ b/sys/dev/pty/pty.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/puc/puc.c b/sys/dev/puc/puc.c index 2e5889f865c..ecf199fd602 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 #include #include #include diff --git a/sys/dev/puc/puc_cfg.c b/sys/dev/puc/puc_cfg.c index 9a46033b8c2..8b2ac6ba994 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 #include #include #include diff --git a/sys/dev/puc/puc_pci.c b/sys/dev/puc/puc_pci.c index c25dc17cec4..9709a606fb4 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 #include #include #include diff --git a/sys/dev/pwm/ofw_pwm.c b/sys/dev/pwm/ofw_pwm.c index 6cc154e7f36..c917f8317aa 100644 --- a/sys/dev/pwm/ofw_pwm.c +++ b/sys/dev/pwm/ofw_pwm.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/pwm/ofw_pwmbus.c b/sys/dev/pwm/ofw_pwmbus.c index b9621f23095..2d2c47291bc 100644 --- a/sys/dev/pwm/ofw_pwmbus.c +++ b/sys/dev/pwm/ofw_pwmbus.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/pwm/pwm_backlight.c b/sys/dev/pwm/pwm_backlight.c index 0daabcb374a..0a5cf4c34d6 100644 --- a/sys/dev/pwm/pwm_backlight.c +++ b/sys/dev/pwm/pwm_backlight.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/qat/qat_common/adf_vf_isr.c b/sys/dev/qat/qat_common/adf_vf_isr.c index 10eaf9d8da1..a34e23b8fb4 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 #include -#include + #include #include #include diff --git a/sys/dev/qcom_clk/qcom_clk_apssdiv.c b/sys/dev/qcom_clk/qcom_clk_apssdiv.c index 16cbd7873aa..d33134f0ba8 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 #include #include #include diff --git a/sys/dev/qcom_clk/qcom_clk_branch2.c b/sys/dev/qcom_clk/qcom_clk_branch2.c index 81b3708213e..7cbd9a2b73e 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 #include #include #include diff --git a/sys/dev/qcom_clk/qcom_clk_fdiv.c b/sys/dev/qcom_clk/qcom_clk_fdiv.c index 0bad09f824b..6d7e7cfa8bb 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 #include #include #include diff --git a/sys/dev/qcom_clk/qcom_clk_fepll.c b/sys/dev/qcom_clk/qcom_clk_fepll.c index 950b6ec093d..e50b4823fee 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 #include #include #include diff --git a/sys/dev/qcom_clk/qcom_clk_freqtbl.c b/sys/dev/qcom_clk/qcom_clk_freqtbl.c index b4ff0847676..1234e1148de 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 #include #include #include diff --git a/sys/dev/qcom_clk/qcom_clk_rcg2.c b/sys/dev/qcom_clk/qcom_clk_rcg2.c index 2244f46e647..03de356aa64 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 #include #include #include diff --git a/sys/dev/qcom_clk/qcom_clk_ro_div.c b/sys/dev/qcom_clk/qcom_clk_ro_div.c index 67219679397..72712119faf 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 #include #include #include diff --git a/sys/dev/qcom_dwc3/qcom_dwc3.c b/sys/dev/qcom_dwc3/qcom_dwc3.c index e2c85091d5d..73034c914ee 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 #include #include #include diff --git a/sys/dev/qcom_gcc/qcom_gcc_ipq4018.c b/sys/dev/qcom_gcc/qcom_gcc_ipq4018.c index ab81049ed7a..c56a5f93b93 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 #include #include #include diff --git a/sys/dev/qcom_gcc/qcom_gcc_ipq4018_clock.c b/sys/dev/qcom_gcc/qcom_gcc_ipq4018_clock.c index 45576a89fdd..b49053dc96d 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 #include #include #include diff --git a/sys/dev/qcom_gcc/qcom_gcc_ipq4018_reset.c b/sys/dev/qcom_gcc/qcom_gcc_ipq4018_reset.c index 00744ea2337..2df524d81b5 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 #include #include #include diff --git a/sys/dev/qcom_qup/qcom_spi.c b/sys/dev/qcom_qup/qcom_spi.c index 41c51b9b9fe..552f01c59bb 100644 --- a/sys/dev/qcom_qup/qcom_spi.c +++ b/sys/dev/qcom_qup/qcom_spi.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/dev/qcom_qup/qcom_spi_hw.c b/sys/dev/qcom_qup/qcom_spi_hw.c index fa66a31dd56..ba2663c79cf 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 #include #include diff --git a/sys/dev/qcom_rnd/qcom_rnd.c b/sys/dev/qcom_rnd/qcom_rnd.c index 5d1bdac1498..fdd0b553523 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 #include #include #include diff --git a/sys/dev/qcom_tcsr/qcom_tcsr.c b/sys/dev/qcom_tcsr/qcom_tcsr.c index 633c7e0d893..736f5f5711f 100644 --- a/sys/dev/qcom_tcsr/qcom_tcsr.c +++ b/sys/dev/qcom_tcsr/qcom_tcsr.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/dev/qcom_tlmm/qcom_tlmm_debug.c b/sys/dev/qcom_tlmm/qcom_tlmm_debug.c index 8faf6cd9384..30a6e818a77 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 #include #include #include diff --git a/sys/dev/qcom_tlmm/qcom_tlmm_ipq4018.c b/sys/dev/qcom_tlmm/qcom_tlmm_ipq4018.c index dd3fbd2043b..2d390cd449a 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 #include #include #include diff --git a/sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_hw.c b/sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_hw.c index 4c3593a029f..12aa1b7f830 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 #include #include #include diff --git a/sys/dev/qcom_tlmm/qcom_tlmm_pin.c b/sys/dev/qcom_tlmm/qcom_tlmm_pin.c index 2f6e04e9d2b..be7b37f2115 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 #include #include #include diff --git a/sys/dev/qcom_tlmm/qcom_tlmm_pinmux.c b/sys/dev/qcom_tlmm/qcom_tlmm_pinmux.c index 8d10af69619..a4b4dffa3db 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 #include #include #include diff --git a/sys/dev/quicc/quicc_bfe_fdt.c b/sys/dev/quicc/quicc_bfe_fdt.c index 54cbc7ee311..5bca471e240 100644 --- a/sys/dev/quicc/quicc_bfe_fdt.c +++ b/sys/dev/quicc/quicc_bfe_fdt.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/quicc/quicc_core.c b/sys/dev/quicc/quicc_core.c index 23b1c73eb71..fe8c4c6c99f 100644 --- a/sys/dev/quicc/quicc_core.c +++ b/sys/dev/quicc/quicc_core.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/random/darn.c b/sys/dev/random/darn.c index 4db1718db8f..a66754e095f 100644 --- a/sys/dev/random/darn.c +++ b/sys/dev/random/darn.c @@ -31,7 +31,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/random/fenestrasX/fx_brng.c b/sys/dev/random/fenestrasX/fx_brng.c index 6860da988af..eea63533c57 100644 --- a/sys/dev/random/fenestrasX/fx_brng.c +++ b/sys/dev/random/fenestrasX/fx_brng.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/random/fenestrasX/fx_main.c b/sys/dev/random/fenestrasX/fx_main.c index 2c3b1193ef3..7ade58e1405 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 #include #include #include diff --git a/sys/dev/random/fenestrasX/fx_pool.c b/sys/dev/random/fenestrasX/fx_pool.c index dc9d8314da2..d2e6f0db71e 100644 --- a/sys/dev/random/fenestrasX/fx_pool.c +++ b/sys/dev/random/fenestrasX/fx_pool.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/random/fenestrasX/fx_rng.c b/sys/dev/random/fenestrasX/fx_rng.c index 9f59b365ebd..eb6c19b9179 100644 --- a/sys/dev/random/fenestrasX/fx_rng.c +++ b/sys/dev/random/fenestrasX/fx_rng.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/random/fortuna.c b/sys/dev/random/fortuna.c index 11b2dcde1db..53b629ac378 100644 --- a/sys/dev/random/fortuna.c +++ b/sys/dev/random/fortuna.c @@ -32,7 +32,6 @@ * and Kohno ("FS&K"). */ -#include #include #include diff --git a/sys/dev/random/ivy.c b/sys/dev/random/ivy.c index 114f6e3fe27..05474d97727 100644 --- a/sys/dev/random/ivy.c +++ b/sys/dev/random/ivy.c @@ -30,7 +30,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/random/nehemiah.c b/sys/dev/random/nehemiah.c index e01fdb95210..f76071290b8 100644 --- a/sys/dev/random/nehemiah.c +++ b/sys/dev/random/nehemiah.c @@ -26,7 +26,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/random/random_harvestq.c b/sys/dev/random/random_harvestq.c index dce0878513d..4605d811a23 100644 --- a/sys/dev/random/random_harvestq.c +++ b/sys/dev/random/random_harvestq.c @@ -29,7 +29,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/random/random_infra.c b/sys/dev/random/random_infra.c index 158b7798a36..4c2668d6d17 100644 --- a/sys/dev/random/random_infra.c +++ b/sys/dev/random/random_infra.c @@ -25,7 +25,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/random/randomdev.c b/sys/dev/random/randomdev.c index 16f0b2c64f1..6d637ab5a53 100644 --- a/sys/dev/random/randomdev.c +++ b/sys/dev/random/randomdev.c @@ -26,7 +26,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/rndtest/rndtest.c b/sys/dev/rndtest/rndtest.c index 1b6aa8ea28c..47dd418aa2d 100644 --- a/sys/dev/rndtest/rndtest.c +++ b/sys/dev/rndtest/rndtest.c @@ -33,7 +33,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/rtsx/rtsx.c b/sys/dev/rtsx/rtsx.c index b02e7fd2d24..464a155e66c 100644 --- a/sys/dev/rtsx/rtsx.c +++ b/sys/dev/rtsx/rtsx.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include #include #include #include /* For FreeBSD 11 */ diff --git a/sys/dev/rtwn/if_rtwn_beacon.c b/sys/dev/rtwn/if_rtwn_beacon.c index eee3499fbae..f26a8ed44b0 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 #include #include #include diff --git a/sys/dev/rtwn/pci/rtwn_pci_attach.c b/sys/dev/rtwn/pci/rtwn_pci_attach.c index c359d1c33ac..3d8f8bdb838 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 #include #include #include diff --git a/sys/dev/rtwn/pci/rtwn_pci_reg.c b/sys/dev/rtwn/pci/rtwn_pci_reg.c index 5e383735a85..a0021f18496 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 #include #include #include diff --git a/sys/dev/rtwn/usb/rtwn_usb_attach.c b/sys/dev/rtwn/usb/rtwn_usb_attach.c index a53b4993951..71798ffc14f 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 #include #include #include diff --git a/sys/dev/rtwn/usb/rtwn_usb_reg.c b/sys/dev/rtwn/usb/rtwn_usb_reg.c index b39f1c77aaa..5a992379e24 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 #include #include #include diff --git a/sys/dev/safexcel/safexcel.c b/sys/dev/safexcel/safexcel.c index fc1f0fbb433..0e45c213c19 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 #include #include #include diff --git a/sys/dev/sbni/if_sbni_isa.c b/sys/dev/sbni/if_sbni_isa.c index 53f8c33e1bb..6f8c91a0b3b 100644 --- a/sys/dev/sbni/if_sbni_isa.c +++ b/sys/dev/sbni/if_sbni_isa.c @@ -26,7 +26,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/sbni/if_sbni_pci.c b/sys/dev/sbni/if_sbni_pci.c index 387995b1a46..60c70ec492f 100644 --- a/sys/dev/sbni/if_sbni_pci.c +++ b/sys/dev/sbni/if_sbni_pci.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/scc/scc_bfe_macio.c b/sys/dev/scc/scc_bfe_macio.c index a07d2aa81e6..e4f10c915d9 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 #include #include #include diff --git a/sys/dev/scc/scc_bfe_quicc.c b/sys/dev/scc/scc_bfe_quicc.c index 483d0e02e9a..f6aec65f594 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 #include #include #include diff --git a/sys/dev/scc/scc_core.c b/sys/dev/scc/scc_core.c index f4444628b33..dda2b505a60 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 #include #include #include diff --git a/sys/dev/scc/scc_dev_quicc.c b/sys/dev/scc/scc_dev_quicc.c index 6d018b36882..1e7db58df1d 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 #include #include #include diff --git a/sys/dev/scc/scc_dev_z8530.c b/sys/dev/scc/scc_dev_z8530.c index bd447989257..e615b06b292 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 #include #include #include diff --git a/sys/dev/sdhci/sdhci.c b/sys/dev/sdhci/sdhci.c index 3dc8fb61782..cdaab4d5886 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 #include #include #include diff --git a/sys/dev/sdhci/sdhci_acpi.c b/sys/dev/sdhci/sdhci_acpi.c index 80c58901b9a..7ec85a5a483 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 #include #include #include diff --git a/sys/dev/sdhci/sdhci_fdt.c b/sys/dev/sdhci/sdhci_fdt.c index 0ed1b57e7dc..02077e9766c 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 #include #include #include diff --git a/sys/dev/sdhci/sdhci_fdt_gpio.c b/sys/dev/sdhci/sdhci_fdt_gpio.c index 208d6e3fd11..e71c5e3eaf9 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 #include #include #include diff --git a/sys/dev/sdhci/sdhci_fsl_fdt.c b/sys/dev/sdhci/sdhci_fsl_fdt.c index 3aa7edc17d4..e83ee384cad 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 #include #include #include diff --git a/sys/dev/sdhci/sdhci_xenon.c b/sys/dev/sdhci/sdhci_xenon.c index 03ccc5adc0f..d8f66e655e5 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 #include #include #include diff --git a/sys/dev/sdhci/sdhci_xenon_acpi.c b/sys/dev/sdhci/sdhci_xenon_acpi.c index f185944ff56..c792e3cf2e4 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 #include #include #include diff --git a/sys/dev/sdhci/sdhci_xenon_fdt.c b/sys/dev/sdhci/sdhci_xenon_fdt.c index 7ed9a788108..084a815922d 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 #include #include #include diff --git a/sys/dev/sdio/sdio_subr.c b/sys/dev/sdio/sdio_subr.c index 2e2475420b7..f234eb8bdc8 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 #include #include #include diff --git a/sys/dev/sec/sec.c b/sys/dev/sec/sec.c index b4ce366a0fc..be490f5674d 100644 --- a/sys/dev/sec/sec.c +++ b/sys/dev/sec/sec.c @@ -30,7 +30,6 @@ * 3.0 are supported. */ -#include #include #include #include diff --git a/sys/dev/sfxge/sfxge_dma.c b/sys/dev/sfxge/sfxge_dma.c index 455b204bd61..3ce3606def4 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 #include #include #include diff --git a/sys/dev/sfxge/sfxge_ev.c b/sys/dev/sfxge/sfxge_ev.c index 518f9e5fd95..c1f9b3dcfd6 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 #include #include #include diff --git a/sys/dev/sfxge/sfxge_mcdi.c b/sys/dev/sfxge/sfxge_mcdi.c index 72a0a043bb1..3721b00508d 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 #include #include #include diff --git a/sys/dev/sfxge/sfxge_nvram.c b/sys/dev/sfxge/sfxge_nvram.c index d6a0b64ca0c..7fe3ed08c67 100644 --- a/sys/dev/sfxge/sfxge_nvram.c +++ b/sys/dev/sfxge/sfxge_nvram.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/dev/sfxge/sfxge_port.c b/sys/dev/sfxge/sfxge_port.c index 8cc77f8431e..ac80beaceae 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 #include #include #include diff --git a/sys/dev/siis/siis.c b/sys/dev/siis/siis.c index a0e5c1d4738..e6e8bfa3515 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 #include #include #include diff --git a/sys/dev/smbios/smbios.c b/sys/dev/smbios/smbios.c index 7f89430226c..883e8f501b5 100644 --- a/sys/dev/smbios/smbios.c +++ b/sys/dev/smbios/smbios.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/smbus/smbconf.c b/sys/dev/smbus/smbconf.c index 31b6023a2eb..ac5bb737857 100644 --- a/sys/dev/smbus/smbconf.c +++ b/sys/dev/smbus/smbconf.c @@ -28,7 +28,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/smbus/smbus.c b/sys/dev/smbus/smbus.c index 07453008104..eed1aa6efce 100644 --- a/sys/dev/smbus/smbus.c +++ b/sys/dev/smbus/smbus.c @@ -28,7 +28,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/smc/if_smc_acpi.c b/sys/dev/smc/if_smc_acpi.c index 7c54093fbd8..3701a742d54 100644 --- a/sys/dev/smc/if_smc_acpi.c +++ b/sys/dev/smc/if_smc_acpi.c @@ -25,7 +25,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/smc/if_smc_fdt.c b/sys/dev/smc/if_smc_fdt.c index 01055529773..61f3e5efae8 100644 --- a/sys/dev/smc/if_smc_fdt.c +++ b/sys/dev/smc/if_smc_fdt.c @@ -24,7 +24,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c index 21bf89f1082..82b2f44e068 100644 --- a/sys/dev/snp/snp.c +++ b/sys/dev/snp/snp.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/sound/fdt/dummy_codec.c b/sys/dev/sound/fdt/dummy_codec.c index 462927dc22c..4dc5db0fe02 100644 --- a/sys/dev/sound/fdt/dummy_codec.c +++ b/sys/dev/sound/fdt/dummy_codec.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/sound/fdt/simple_amplifier.c b/sys/dev/sound/fdt/simple_amplifier.c index 9432813d3b1..45505be4d3e 100644 --- a/sys/dev/sound/fdt/simple_amplifier.c +++ b/sys/dev/sound/fdt/simple_amplifier.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/sound/midi/midi.c b/sys/dev/sound/midi/midi.c index 8dd4546d58c..81c20580f7b 100644 --- a/sys/dev/sound/midi/midi.c +++ b/sys/dev/sound/midi/midi.c @@ -36,7 +36,6 @@ * machine midi_in */ -#include #include #include #include diff --git a/sys/dev/sound/midi/mpu401.c b/sys/dev/sound/midi/mpu401.c index 1152c117f7f..a344801d198 100644 --- a/sys/dev/sound/midi/mpu401.c +++ b/sys/dev/sound/midi/mpu401.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/sound/midi/sequencer.c b/sys/dev/sound/midi/sequencer.c index a943e02030a..817540f1545 100644 --- a/sys/dev/sound/midi/sequencer.c +++ b/sys/dev/sound/midi/sequencer.c @@ -31,7 +31,6 @@ * The sequencer personality manager. */ -#include #include #include #include diff --git a/sys/dev/speaker/spkr.c b/sys/dev/speaker/spkr.c index b1bbfe95510..fa01c7366d8 100644 --- a/sys/dev/speaker/spkr.c +++ b/sys/dev/speaker/spkr.c @@ -6,7 +6,6 @@ * modified for PC98 by Kakefuda */ -#include #include #include #include diff --git a/sys/dev/spibus/ofw_spibus.c b/sys/dev/spibus/ofw_spibus.c index 9460b0cadfe..654086d0679 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 #include #include #include diff --git a/sys/dev/spibus/spibus.c b/sys/dev/spibus/spibus.c index d72475a3fdb..3db3c58b4ef 100644 --- a/sys/dev/spibus/spibus.c +++ b/sys/dev/spibus/spibus.c @@ -24,7 +24,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/sram/mmio_sram.c b/sys/dev/sram/mmio_sram.c index 90d8805a5d0..c1d02445965 100644 --- a/sys/dev/sram/mmio_sram.c +++ b/sys/dev/sram/mmio_sram.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/sume/if_sume.c b/sys/dev/sume/if_sume.c index c478e2343a9..8d6223cb54d 100644 --- a/sys/dev/sume/if_sume.c +++ b/sys/dev/sume/if_sume.c @@ -30,7 +30,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/superio/superio.c b/sys/dev/superio/superio.c index 6333cb06a7c..35b15ac4d62 100644 --- a/sys/dev/superio/superio.c +++ b/sys/dev/superio/superio.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/tcp_log/tcp_log_dev.c b/sys/dev/tcp_log/tcp_log_dev.c index ded43b371d6..b6265c0256d 100644 --- a/sys/dev/tcp_log/tcp_log_dev.c +++ b/sys/dev/tcp_log/tcp_log_dev.c @@ -26,7 +26,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/tdfx/tdfx_linux.c b/sys/dev/tdfx/tdfx_linux.c index 56d52753e95..3a2b1b3e392 100644 --- a/sys/dev/tdfx/tdfx_linux.c +++ b/sys/dev/tdfx/tdfx_linux.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/tpm/tpm.c b/sys/dev/tpm/tpm.c index d528695d374..da254190795 100644 --- a/sys/dev/tpm/tpm.c +++ b/sys/dev/tpm/tpm.c @@ -18,7 +18,6 @@ /* #define TPM_DEBUG */ -#include #include #include #include diff --git a/sys/dev/tpm/tpm_acpi.c b/sys/dev/tpm/tpm_acpi.c index b39394b6a63..1c7bb9a0175 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 + #include #include #include diff --git a/sys/dev/tpm/tpm_isa.c b/sys/dev/tpm/tpm_isa.c index 673b8bfe7df..311246c16b4 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 #include #include #include diff --git a/sys/dev/tsec/if_tsec_fdt.c b/sys/dev/tsec/if_tsec_fdt.c index 893b948d546..99e4fa3c897 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 + #include #include #include diff --git a/sys/dev/uart/uart_bus_acpi.c b/sys/dev/uart/uart_bus_acpi.c index 20de3a0cba5..bd53bfb204e 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 #include #include #include diff --git a/sys/dev/uart/uart_bus_isa.c b/sys/dev/uart/uart_bus_isa.c index 98e3e1a6c32..27211a1334c 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 #include #include #include diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c index f2da02d68f2..02dfb60fe9e 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 #include #include #include diff --git a/sys/dev/uart/uart_bus_puc.c b/sys/dev/uart/uart_bus_puc.c index 113b4ccf52a..5f6c5cdbbda 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 #include #include #include diff --git a/sys/dev/uart/uart_bus_scc.c b/sys/dev/uart/uart_bus_scc.c index be19418110c..731c1532851 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 #include #include #include diff --git a/sys/dev/uart/uart_core.c b/sys/dev/uart/uart_core.c index 78e9397fe75..c2bc818a6fc 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 #include #include #include diff --git a/sys/dev/uart/uart_cpu_acpi.c b/sys/dev/uart/uart_cpu_acpi.c index a0534c7af23..9bac5a0df17 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 #include #include #include diff --git a/sys/dev/uart/uart_cpu_arm64.c b/sys/dev/uart/uart_cpu_arm64.c index bfd3783faf0..51b19578363 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 #include #include #include diff --git a/sys/dev/uart/uart_cpu_powerpc.c b/sys/dev/uart/uart_cpu_powerpc.c index 30a89c740ce..af9b3ca5c2c 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 #include #include #include diff --git a/sys/dev/uart/uart_cpu_x86.c b/sys/dev/uart/uart_cpu_x86.c index 1237419c736..63f68245f58 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 #include #include #include diff --git a/sys/dev/uart/uart_dbg.c b/sys/dev/uart/uart_dbg.c index 1d368eb60e1..c53f2e06199 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 #include #include #include diff --git a/sys/dev/uart/uart_dev_mu.c b/sys/dev/uart/uart_dev_mu.c index d2a0141ac68..ddaca2edce2 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 #include #include #include diff --git a/sys/dev/uart/uart_dev_mvebu.c b/sys/dev/uart/uart_dev_mvebu.c index 6f534cb9c29..921298ffb6c 100644 --- a/sys/dev/uart/uart_dev_mvebu.c +++ b/sys/dev/uart/uart_dev_mvebu.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/uart/uart_dev_ns8250.c b/sys/dev/uart/uart_dev_ns8250.c index 96062fe759d..4f2f8f7753b 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 #include #include #include diff --git a/sys/dev/uart/uart_dev_pl011.c b/sys/dev/uart/uart_dev_pl011.c index 86b725dc14b..4fd53ab67bf 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 #include #include #include diff --git a/sys/dev/uart/uart_dev_quicc.c b/sys/dev/uart/uart_dev_quicc.c index bc9134d5c67..444efb8c933 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 #include #include #include diff --git a/sys/dev/uart/uart_dev_snps.c b/sys/dev/uart/uart_dev_snps.c index 5bad59bfc87..6dd071f95fe 100644 --- a/sys/dev/uart/uart_dev_snps.c +++ b/sys/dev/uart/uart_dev_snps.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/uart/uart_dev_ti8250.c b/sys/dev/uart/uart_dev_ti8250.c index 5a5fc97fd04..636f94872ce 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 #include #include #include diff --git a/sys/dev/uart/uart_dev_z8530.c b/sys/dev/uart/uart_dev_z8530.c index 53d70b5f42a..8e1adac0aec 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 #include #include #include diff --git a/sys/dev/uart/uart_subr.c b/sys/dev/uart/uart_subr.c index c5b3b9e2d80..d10084cfa6d 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 #include #include #include diff --git a/sys/dev/uart/uart_tty.c b/sys/dev/uart/uart_tty.c index 0c69fa25f6c..672203cc593 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 #include #include #include diff --git a/sys/dev/usb/controller/dwc_otg_fdt.c b/sys/dev/usb/controller/dwc_otg_fdt.c index 1ef36ab830e..ea46494df8d 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 #include #include #include diff --git a/sys/dev/usb/controller/dwc_otg_hisi.c b/sys/dev/usb/controller/dwc_otg_hisi.c index 09b9c8183de..994ab3b6e80 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 #include #include #include diff --git a/sys/dev/usb/controller/generic_ohci.c b/sys/dev/usb/controller/generic_ohci.c index d451065246d..5098a12446b 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 #include #include #include diff --git a/sys/dev/usb/controller/musb_otg_allwinner.c b/sys/dev/usb/controller/musb_otg_allwinner.c index 3f4deb31b7b..2949f730cd7 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 #include #include #include diff --git a/sys/dev/usb/controller/usb_nop_xceiv.c b/sys/dev/usb/controller/usb_nop_xceiv.c index 9891fec5160..3d2583d561c 100644 --- a/sys/dev/usb/controller/usb_nop_xceiv.c +++ b/sys/dev/usb/controller/usb_nop_xceiv.c @@ -26,7 +26,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/usb/misc/cp2112.c b/sys/dev/usb/misc/cp2112.c index 21beeb94d9e..9fccfc5a3fe 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 #include #include #include diff --git a/sys/dev/usb/net/if_ure.c b/sys/dev/usb/net/if_ure.c index d954276662c..e9112f403ef 100644 --- a/sys/dev/usb/net/if_ure.c +++ b/sys/dev/usb/net/if_ure.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/usb/net/if_usie.c b/sys/dev/usb/net/if_usie.c index aaab89a23e9..6f5c207ce42 100644 --- a/sys/dev/usb/net/if_usie.c +++ b/sys/dev/usb/net/if_usie.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/usb/net/uhso.c b/sys/dev/usb/net/uhso.c index 14826734f6a..300f982abea 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 + #include #include #include diff --git a/sys/dev/usb/net/usb_ethernet.c b/sys/dev/usb/net/usb_ethernet.c index 2b90c924985..6025412ebc9 100644 --- a/sys/dev/usb/net/usb_ethernet.c +++ b/sys/dev/usb/net/usb_ethernet.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/usb/storage/cfumass.c b/sys/dev/usb/storage/cfumass.c index c2e9f132de2..24b0ca4269b 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 #include #include #include diff --git a/sys/dev/usb/usb_fdt_support.c b/sys/dev/usb/usb_fdt_support.c index 4da70a307f3..5e84e8bbb38 100644 --- a/sys/dev/usb/usb_fdt_support.c +++ b/sys/dev/usb/usb_fdt_support.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/dev/veriexec/verified_exec.c b/sys/dev/veriexec/verified_exec.c index c0bb8640cbb..f71f180426f 100644 --- a/sys/dev/veriexec/verified_exec.c +++ b/sys/dev/veriexec/verified_exec.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/viawd/viawd.c b/sys/dev/viawd/viawd.c index f69d46f31a1..d088284762c 100644 --- a/sys/dev/viawd/viawd.c +++ b/sys/dev/viawd/viawd.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/videomode/edid.c b/sys/dev/videomode/edid.c index 42a2fceaaee..56b6581cf73 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 #include #include #include diff --git a/sys/dev/videomode/pickmode.c b/sys/dev/videomode/pickmode.c index 29ac0aa1351..33154ade5f2 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 #include #include #include diff --git a/sys/dev/videomode/videomode.c b/sys/dev/videomode/videomode.c index 572f291b5a3..85e5a27e650 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 #include #include #include diff --git a/sys/dev/virtio/balloon/virtio_balloon.c b/sys/dev/virtio/balloon/virtio_balloon.c index e1c373291d0..fe1bf499d0e 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 #include #include #include diff --git a/sys/dev/virtio/block/virtio_blk.c b/sys/dev/virtio/block/virtio_blk.c index 43952a93dc7..d7fa903936a 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 #include #include #include diff --git a/sys/dev/virtio/console/virtio_console.c b/sys/dev/virtio/console/virtio_console.c index b69a473cf8a..4a3fb1e97e5 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 #include #include #include diff --git a/sys/dev/virtio/mmio/virtio_mmio.c b/sys/dev/virtio/mmio/virtio_mmio.c index c706f91ecd1..b1a4230f7b4 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 #include #include #include diff --git a/sys/dev/virtio/mmio/virtio_mmio_acpi.c b/sys/dev/virtio/mmio/virtio_mmio_acpi.c index 56d88c61cf4..7cb7d47649d 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 #include #include #include diff --git a/sys/dev/virtio/mmio/virtio_mmio_fdt.c b/sys/dev/virtio/mmio/virtio_mmio_fdt.c index a79dea2e3c1..7fba8aad8db 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 #include #include #include diff --git a/sys/dev/virtio/network/if_vtnet.c b/sys/dev/virtio/network/if_vtnet.c index 6445a9ebb99..287af775106 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 #include #include #include diff --git a/sys/dev/virtio/pci/virtio_pci.c b/sys/dev/virtio/pci/virtio_pci.c index b9aa36ef6d0..4d93e94e59f 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 #include #include #include diff --git a/sys/dev/virtio/pci/virtio_pci_legacy.c b/sys/dev/virtio/pci/virtio_pci_legacy.c index 9853546e1af..238434c350f 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 #include #include #include diff --git a/sys/dev/virtio/pci/virtio_pci_modern.c b/sys/dev/virtio/pci/virtio_pci_modern.c index 6e3b08e244c..8f9b1f21aea 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 #include #include #include diff --git a/sys/dev/virtio/random/virtio_random.c b/sys/dev/virtio/random/virtio_random.c index 0b6ee1dcbf6..f938ba99ae5 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 #include #include #include diff --git a/sys/dev/virtio/scsi/virtio_scsi.c b/sys/dev/virtio/scsi/virtio_scsi.c index 60ef32ef39f..68da81a9785 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 #include #include #include diff --git a/sys/dev/virtio/virtio.c b/sys/dev/virtio/virtio.c index 8cfb045183b..75e0e150d67 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 #include #include #include diff --git a/sys/dev/virtio/virtqueue.c b/sys/dev/virtio/virtqueue.c index 53e7de58719..c92f635832f 100644 --- a/sys/dev/virtio/virtqueue.c +++ b/sys/dev/virtio/virtqueue.c @@ -31,7 +31,6 @@ * in the original VirtIO paper. */ -#include #include #include #include diff --git a/sys/dev/vmd/vmd.c b/sys/dev/vmd/vmd.c index 5ed5551d52d..42b48da0532 100644 --- a/sys/dev/vmd/vmd.c +++ b/sys/dev/vmd/vmd.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/vmgenc/vmgenc_acpi.c b/sys/dev/vmgenc/vmgenc_acpi.c index 5b7b07ac6d4..2ad8929dfd3 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 #include #include #include diff --git a/sys/dev/vmware/pvscsi/pvscsi.c b/sys/dev/vmware/pvscsi/pvscsi.c index 74c515c9fca..111330e4f17 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 #include #include #include diff --git a/sys/dev/vmware/vmci/vmci.c b/sys/dev/vmware/vmci/vmci.c index ce0db9c8aed..0dada90457d 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 #include #include #include diff --git a/sys/dev/vmware/vmci/vmci_datagram.c b/sys/dev/vmware/vmci/vmci_datagram.c index df64925ee6f..40c4991a05f 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 #include #include diff --git a/sys/dev/vmware/vmci/vmci_doorbell.c b/sys/dev/vmware/vmci/vmci_doorbell.c index cade5d81599..22356a9a9fd 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 #include #include "vmci_doorbell.h" diff --git a/sys/dev/vnic/mrml_bridge.c b/sys/dev/vnic/mrml_bridge.c index 53c8aa222f8..d89d49d5031 100644 --- a/sys/dev/vnic/mrml_bridge.c +++ b/sys/dev/vnic/mrml_bridge.c @@ -27,7 +27,6 @@ */ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/dev/vnic/nic_main.c b/sys/dev/vnic/nic_main.c index ebcb052cc5d..270287b160a 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 #include #include #include diff --git a/sys/dev/vnic/thunder_bgx.c b/sys/dev/vnic/thunder_bgx.c index dbb1e2dbe55..31fbe0aa088 100644 --- a/sys/dev/vnic/thunder_bgx.c +++ b/sys/dev/vnic/thunder_bgx.c @@ -26,7 +26,6 @@ */ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/dev/vnic/thunder_bgx_fdt.c b/sys/dev/vnic/thunder_bgx_fdt.c index 483ae1fc3d0..20a5b54f744 100644 --- a/sys/dev/vnic/thunder_bgx_fdt.c +++ b/sys/dev/vnic/thunder_bgx_fdt.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/vnic/thunder_mdio.c b/sys/dev/vnic/thunder_mdio.c index 9fc97672b5a..7017d208bc8 100644 --- a/sys/dev/vnic/thunder_mdio.c +++ b/sys/dev/vnic/thunder_mdio.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/vnic/thunder_mdio_fdt.c b/sys/dev/vnic/thunder_mdio_fdt.c index 7b254af3ffb..eb0cc3c75c6 100644 --- a/sys/dev/vnic/thunder_mdio_fdt.c +++ b/sys/dev/vnic/thunder_mdio_fdt.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/vt/colors/vt_termcolors.c b/sys/dev/vt/colors/vt_termcolors.c index a7ff58b5d9c..fb26b43a9c5 100644 --- a/sys/dev/vt/colors/vt_termcolors.c +++ b/sys/dev/vt/colors/vt_termcolors.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/vt/hw/efifb/efifb.c b/sys/dev/vt/hw/efifb/efifb.c index 12909d836a2..805b36d499a 100644 --- a/sys/dev/vt/hw/efifb/efifb.c +++ b/sys/dev/vt/hw/efifb/efifb.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/vt/hw/fb/vt_early_fb.c b/sys/dev/vt/hw/fb/vt_early_fb.c index 265a148ae55..52241038ce3 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 #include #include #include diff --git a/sys/dev/vt/hw/fb/vt_fb.c b/sys/dev/vt/hw/fb/vt_fb.c index 5f4173ab144..c1eeb5e69e0 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 #include #include #include diff --git a/sys/dev/vt/hw/ofwfb/ofwfb.c b/sys/dev/vt/hw/ofwfb/ofwfb.c index 0dc0c39f92c..6469240ed30 100644 --- a/sys/dev/vt/hw/ofwfb/ofwfb.c +++ b/sys/dev/vt/hw/ofwfb/ofwfb.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/vt/hw/simplefb/simplefb.c b/sys/dev/vt/hw/simplefb/simplefb.c index c5f17e1b3d1..c7381b102d3 100644 --- a/sys/dev/vt/hw/simplefb/simplefb.c +++ b/sys/dev/vt/hw/simplefb/simplefb.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/vt/hw/vbefb/vbefb.c b/sys/dev/vt/hw/vbefb/vbefb.c index f7dce1be083..bb4d88dd2ec 100644 --- a/sys/dev/vt/hw/vbefb/vbefb.c +++ b/sys/dev/vt/hw/vbefb/vbefb.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/vt/hw/vga/vt_vga.c b/sys/dev/vt/hw/vga/vt_vga.c index fdfbaebc0e7..e2ae20894fc 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 #include #include #include diff --git a/sys/dev/vt/vt_buf.c b/sys/dev/vt/vt_buf.c index ea27ea8a5eb..e1e4ebc2349 100644 --- a/sys/dev/vt/vt_buf.c +++ b/sys/dev/vt/vt_buf.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/vt/vt_consolectl.c b/sys/dev/vt/vt_consolectl.c index c4a32130750..f25187dceb8 100644 --- a/sys/dev/vt/vt_consolectl.c +++ b/sys/dev/vt/vt_consolectl.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/vt/vt_core.c b/sys/dev/vt/vt_core.c index 4a1031f1aa6..d6268db3537 100644 --- a/sys/dev/vt/vt_core.c +++ b/sys/dev/vt/vt_core.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/vt/vt_cpulogos.c b/sys/dev/vt/vt_cpulogos.c index 979b55bc885..b5049350326 100644 --- a/sys/dev/vt/vt_cpulogos.c +++ b/sys/dev/vt/vt_cpulogos.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/vt/vt_font.c b/sys/dev/vt/vt_font.c index bacf2b1234f..16a1079e8b6 100644 --- a/sys/dev/vt/vt_font.c +++ b/sys/dev/vt/vt_font.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/vte/if_vte.c b/sys/dev/vte/if_vte.c index ca2fda43bc7..d4e1553c432 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 #include #include #include diff --git a/sys/dev/watchdog/watchdog.c b/sys/dev/watchdog/watchdog.c index 1f545364450..e6b6dc1eac7 100644 --- a/sys/dev/watchdog/watchdog.c +++ b/sys/dev/watchdog/watchdog.c @@ -32,7 +32,6 @@ #include "opt_ddb.h" -#include #include #include #include diff --git a/sys/dev/wbwd/wbwd.c b/sys/dev/wbwd/wbwd.c index 4fe77c1874b..56b3f8adcd9 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 #include #include #include diff --git a/sys/dev/xdma/xdma_fdt_test.c b/sys/dev/xdma/xdma_fdt_test.c index c61b027b451..a3b401275e1 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 #include #include #include diff --git a/sys/dev/xen/balloon/balloon.c b/sys/dev/xen/balloon/balloon.c index bd19eba981e..6db910e60dd 100644 --- a/sys/dev/xen/balloon/balloon.c +++ b/sys/dev/xen/balloon/balloon.c @@ -29,7 +29,6 @@ * IN THE SOFTWARE. */ -#include #include #include #include diff --git a/sys/dev/xen/blkfront/blkfront.c b/sys/dev/xen/blkfront/blkfront.c index c7ce7eaa5d8..f1014d4e2a2 100644 --- a/sys/dev/xen/blkfront/blkfront.c +++ b/sys/dev/xen/blkfront/blkfront.c @@ -28,7 +28,6 @@ * DEALINGS IN THE SOFTWARE. */ -#include #include #include #include diff --git a/sys/dev/xen/bus/xenpv.c b/sys/dev/xen/bus/xenpv.c index c0ac39e9b5d..169e52f3a87 100644 --- a/sys/dev/xen/bus/xenpv.c +++ b/sys/dev/xen/bus/xenpv.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/xen/console/xen_console.c b/sys/dev/xen/console/xen_console.c index d6bbfe6bd96..d232dd4e0c1 100644 --- a/sys/dev/xen/console/xen_console.c +++ b/sys/dev/xen/console/xen_console.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/xen/efi/pvefi.c b/sys/dev/xen/efi/pvefi.c index f0cf751ee53..f400060c1aa 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 #include #include #include diff --git a/sys/dev/xen/evtchn/evtchn_dev.c b/sys/dev/xen/evtchn/evtchn_dev.c index 00992779ba6..5a54a406882 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 #include #include #include diff --git a/sys/dev/xen/gntdev/gntdev.c b/sys/dev/xen/gntdev/gntdev.c index 549917530f1..a9b69ba1605 100644 --- a/sys/dev/xen/gntdev/gntdev.c +++ b/sys/dev/xen/gntdev/gntdev.c @@ -29,7 +29,6 @@ * */ -#include #include #include #include diff --git a/sys/dev/xen/grant_table/grant_table.c b/sys/dev/xen/grant_table/grant_table.c index 1cf9fe5e339..c9d7d1e66af 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 #include #include #include diff --git a/sys/dev/xen/privcmd/privcmd.c b/sys/dev/xen/privcmd/privcmd.c index c5cd3dea139..02e268b23d4 100644 --- a/sys/dev/xen/privcmd/privcmd.c +++ b/sys/dev/xen/privcmd/privcmd.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/xen/timer/xen_timer.c b/sys/dev/xen/timer/xen_timer.c index ae0d725be16..93cab090c59 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 #include #include #include diff --git a/sys/dev/xen/xenpci/xenpci.c b/sys/dev/xen/xenpci/xenpci.c index 26242041d86..ecf50e6a5d3 100644 --- a/sys/dev/xen/xenpci/xenpci.c +++ b/sys/dev/xen/xenpci/xenpci.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/xen/xenstore/xenstore.c b/sys/dev/xen/xenstore/xenstore.c index 711524567e6..811aa1859d4 100644 --- a/sys/dev/xen/xenstore/xenstore.c +++ b/sys/dev/xen/xenstore/xenstore.c @@ -28,7 +28,6 @@ * IN THE SOFTWARE. */ -#include #include #include #include diff --git a/sys/dev/xen/xenstore/xenstore_dev.c b/sys/dev/xen/xenstore/xenstore_dev.c index bc13a1551e5..65ca9d67ce4 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 #include #include #include diff --git a/sys/dev/xen/xenstore/xenstored_dev.c b/sys/dev/xen/xenstore/xenstored_dev.c index deb59e8ce3b..13cc7c3b36d 100644 --- a/sys/dev/xen/xenstore/xenstored_dev.c +++ b/sys/dev/xen/xenstore/xenstored_dev.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/xilinx/axi_quad_spi.c b/sys/dev/xilinx/axi_quad_spi.c index 1680ef71179..54f4c6aa881 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 #include #include #include diff --git a/sys/dev/xilinx/if_xae.c b/sys/dev/xilinx/if_xae.c index b2447a3d031..722be6a21cb 100644 --- a/sys/dev/xilinx/if_xae.c +++ b/sys/dev/xilinx/if_xae.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/dev/xilinx/xlnx_pcib.c b/sys/dev/xilinx/xlnx_pcib.c index c5ebaf05f91..d549ec445ea 100644 --- a/sys/dev/xilinx/xlnx_pcib.c +++ b/sys/dev/xilinx/xlnx_pcib.c @@ -32,7 +32,6 @@ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/fs/autofs/autofs.c b/sys/fs/autofs/autofs.c index 6dbe81ef446..7cf12d3fb9d 100644 --- a/sys/fs/autofs/autofs.c +++ b/sys/fs/autofs/autofs.c @@ -59,7 +59,6 @@ * */ -#include #include #include #include diff --git a/sys/fs/autofs/autofs_vnops.c b/sys/fs/autofs/autofs_vnops.c index 2db1ba9b1bf..e8e47f20166 100644 --- a/sys/fs/autofs/autofs_vnops.c +++ b/sys/fs/autofs/autofs_vnops.c @@ -29,7 +29,6 @@ * */ -#include #include #include #include diff --git a/sys/fs/cd9660/cd9660_bmap.c b/sys/fs/cd9660/cd9660_bmap.c index e9daa09f671..e189b7487e0 100644 --- a/sys/fs/cd9660/cd9660_bmap.c +++ b/sys/fs/cd9660/cd9660_bmap.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/fs/cd9660/cd9660_iconv.c b/sys/fs/cd9660/cd9660_iconv.c index 6110e850efc..c2c0a4631e5 100644 --- a/sys/fs/cd9660/cd9660_iconv.c +++ b/sys/fs/cd9660/cd9660_iconv.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/fs/cd9660/cd9660_lookup.c b/sys/fs/cd9660/cd9660_lookup.c index 89780487d21..569ee631416 100644 --- a/sys/fs/cd9660/cd9660_lookup.c +++ b/sys/fs/cd9660/cd9660_lookup.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/fs/cd9660/cd9660_node.c b/sys/fs/cd9660/cd9660_node.c index bfd7c8b4d54..67270b40f2b 100644 --- a/sys/fs/cd9660/cd9660_node.c +++ b/sys/fs/cd9660/cd9660_node.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/fs/cd9660/cd9660_rrip.c b/sys/fs/cd9660/cd9660_rrip.c index 38bd69b9347..26825062d25 100644 --- a/sys/fs/cd9660/cd9660_rrip.c +++ b/sys/fs/cd9660/cd9660_rrip.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/fs/cd9660/cd9660_util.c b/sys/fs/cd9660/cd9660_util.c index 86033b8f513..070c6c95b42 100644 --- a/sys/fs/cd9660/cd9660_util.c +++ b/sys/fs/cd9660/cd9660_util.c @@ -35,7 +35,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/fs/cd9660/cd9660_vfsops.c b/sys/fs/cd9660/cd9660_vfsops.c index 24525e8cb19..ee0b68714c2 100644 --- a/sys/fs/cd9660/cd9660_vfsops.c +++ b/sys/fs/cd9660/cd9660_vfsops.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/fs/cd9660/cd9660_vnops.c b/sys/fs/cd9660/cd9660_vnops.c index 481d8d8e422..1b11da80431 100644 --- a/sys/fs/cd9660/cd9660_vnops.c +++ b/sys/fs/cd9660/cd9660_vnops.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/fs/fuse/fuse_device.c b/sys/fs/fuse/fuse_device.c index 88ebe702ec0..892793993ec 100644 --- a/sys/fs/fuse/fuse_device.c +++ b/sys/fs/fuse/fuse_device.c @@ -60,7 +60,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/fs/fuse/fuse_file.c b/sys/fs/fuse/fuse_file.c index ecaa641a926..88de12d5942 100644 --- a/sys/fs/fuse/fuse_file.c +++ b/sys/fs/fuse/fuse_file.c @@ -60,7 +60,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/fs/fuse/fuse_internal.c b/sys/fs/fuse/fuse_internal.c index 49b0659a482..55ac7f1b1be 100644 --- a/sys/fs/fuse/fuse_internal.c +++ b/sys/fs/fuse/fuse_internal.c @@ -60,7 +60,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/fs/fuse/fuse_io.c b/sys/fs/fuse/fuse_io.c index 8bb90d68a46..63e28f5f46b 100644 --- a/sys/fs/fuse/fuse_io.c +++ b/sys/fs/fuse/fuse_io.c @@ -60,7 +60,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/fs/fuse/fuse_ipc.c b/sys/fs/fuse/fuse_ipc.c index 21787b6b543..d86404da00f 100644 --- a/sys/fs/fuse/fuse_ipc.c +++ b/sys/fs/fuse/fuse_ipc.c @@ -60,7 +60,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/fs/fuse/fuse_main.c b/sys/fs/fuse/fuse_main.c index a6b8d347a2b..de07f868c7a 100644 --- a/sys/fs/fuse/fuse_main.c +++ b/sys/fs/fuse/fuse_main.c @@ -60,7 +60,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/fs/fuse/fuse_node.c b/sys/fs/fuse/fuse_node.c index 6a7f2e88831..ecff94cf6dd 100644 --- a/sys/fs/fuse/fuse_node.c +++ b/sys/fs/fuse/fuse_node.c @@ -60,7 +60,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/fs/fuse/fuse_vfsops.c b/sys/fs/fuse/fuse_vfsops.c index 4a4f9dac3fa..e088f92bf5b 100644 --- a/sys/fs/fuse/fuse_vfsops.c +++ b/sys/fs/fuse/fuse_vfsops.c @@ -60,7 +60,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/fs/fuse/fuse_vnops.c b/sys/fs/fuse/fuse_vnops.c index b9e4e48e6db..42ed3e36b94 100644 --- a/sys/fs/fuse/fuse_vnops.c +++ b/sys/fs/fuse/fuse_vnops.c @@ -60,7 +60,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/fs/msdosfs/msdosfs_iconv.c b/sys/fs/msdosfs/msdosfs_iconv.c index 1ce57a0382e..1014e4263c3 100644 --- a/sys/fs/msdosfs/msdosfs_iconv.c +++ b/sys/fs/msdosfs/msdosfs_iconv.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/fs/nfsclient/nfs_clbio.c b/sys/fs/nfsclient/nfs_clbio.c index a989727c17f..b9734254796 100644 --- a/sys/fs/nfsclient/nfs_clbio.c +++ b/sys/fs/nfsclient/nfs_clbio.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/fs/nfsclient/nfs_clkdtrace.c b/sys/fs/nfsclient/nfs_clkdtrace.c index 8ac759a0240..2b6b6c8f14d 100644 --- a/sys/fs/nfsclient/nfs_clkdtrace.c +++ b/sys/fs/nfsclient/nfs_clkdtrace.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/fs/nfsclient/nfs_clnfsiod.c b/sys/fs/nfsclient/nfs_clnfsiod.c index f4f97a8646f..be3a89a1f15 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 #include #include #include diff --git a/sys/fs/nfsclient/nfs_clnode.c b/sys/fs/nfsclient/nfs_clnode.c index c6b6eb4fec8..ae69dafede0 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 #include #include #include diff --git a/sys/fs/nfsserver/nfs_fha_new.c b/sys/fs/nfsserver/nfs_fha_new.c index 1f1e2cb7f17..e3f70490b81 100644 --- a/sys/fs/nfsserver/nfs_fha_new.c +++ b/sys/fs/nfsserver/nfs_fha_new.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/fs/nfsserver/nfs_nfsdport.c b/sys/fs/nfsserver/nfs_nfsdport.c index 776d5c50861..374019a2a64 100644 --- a/sys/fs/nfsserver/nfs_nfsdport.c +++ b/sys/fs/nfsserver/nfs_nfsdport.c @@ -33,7 +33,6 @@ * */ -#include #include #include diff --git a/sys/fs/procfs/procfs_osrel.c b/sys/fs/procfs/procfs_osrel.c index 3854d7cd370..fd6a4d7e0ee 100644 --- a/sys/fs/procfs/procfs_osrel.c +++ b/sys/fs/procfs/procfs_osrel.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/fs/tmpfs/tmpfs_subr.c b/sys/fs/tmpfs/tmpfs_subr.c index ef7fca2ae18..2fe7f7e3ca5 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 + #include #include #include diff --git a/sys/fs/tmpfs/tmpfs_vfsops.c b/sys/fs/tmpfs/tmpfs_vfsops.c index 65d54b44684..32eb9c958df 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 #include #include #include diff --git a/sys/fs/tmpfs/tmpfs_vnops.c b/sys/fs/tmpfs/tmpfs_vnops.c index 206a95350d2..718cfef6bfa 100644 --- a/sys/fs/tmpfs/tmpfs_vnops.c +++ b/sys/fs/tmpfs/tmpfs_vnops.c @@ -35,7 +35,7 @@ /* * tmpfs vnode interface. */ -#include + #include #include #include diff --git a/sys/fs/udf/udf_iconv.c b/sys/fs/udf/udf_iconv.c index 1ab530f161b..e13f8d1a252 100644 --- a/sys/fs/udf/udf_iconv.c +++ b/sys/fs/udf/udf_iconv.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/gdb/gdb_cons.c b/sys/gdb/gdb_cons.c index ab81f7a014c..f0b41913ba8 100644 --- a/sys/gdb/gdb_cons.c +++ b/sys/gdb/gdb_cons.c @@ -33,7 +33,6 @@ * isn't dog slow. */ -#include #include #include #include diff --git a/sys/gdb/gdb_main.c b/sys/gdb/gdb_main.c index e0268f316dd..5567c12c2a9 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 #include #include #include diff --git a/sys/gdb/gdb_packet.c b/sys/gdb/gdb_packet.c index 933d69365d2..b919f56c71d 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 #include #include #include diff --git a/sys/geom/cache/g_cache.c b/sys/geom/cache/g_cache.c index d548026d8b3..9d0b10f4192 100644 --- a/sys/geom/cache/g_cache.c +++ b/sys/geom/cache/g_cache.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/concat/g_concat.c b/sys/geom/concat/g_concat.c index 153a97af797..2b1cb575cac 100644 --- a/sys/geom/concat/g_concat.c +++ b/sys/geom/concat/g_concat.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/eli/g_eli.c b/sys/geom/eli/g_eli.c index 16b38e628e3..2bcd61f4564 100644 --- a/sys/geom/eli/g_eli.c +++ b/sys/geom/eli/g_eli.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/eli/g_eli_crypto.c b/sys/geom/eli/g_eli_crypto.c index f012f4ce6cf..98b7c506aee 100644 --- a/sys/geom/eli/g_eli_crypto.c +++ b/sys/geom/eli/g_eli_crypto.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #ifdef _KERNEL #include diff --git a/sys/geom/eli/g_eli_ctl.c b/sys/geom/eli/g_eli_ctl.c index 9391c8cb17c..31f89f38bff 100644 --- a/sys/geom/eli/g_eli_ctl.c +++ b/sys/geom/eli/g_eli_ctl.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/eli/g_eli_hmac.c b/sys/geom/eli/g_eli_hmac.c index 57659e7d51b..525af9a12cc 100644 --- a/sys/geom/eli/g_eli_hmac.c +++ b/sys/geom/eli/g_eli_hmac.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #ifdef _KERNEL #include diff --git a/sys/geom/eli/g_eli_integrity.c b/sys/geom/eli/g_eli_integrity.c index 206f8557bd6..2c16c6bf81c 100644 --- a/sys/geom/eli/g_eli_integrity.c +++ b/sys/geom/eli/g_eli_integrity.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/eli/g_eli_key.c b/sys/geom/eli/g_eli_key.c index 29dc2180309..78a04f8856c 100644 --- a/sys/geom/eli/g_eli_key.c +++ b/sys/geom/eli/g_eli_key.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #ifdef _KERNEL #include diff --git a/sys/geom/eli/g_eli_key_cache.c b/sys/geom/eli/g_eli_key_cache.c index e029d332414..abacf2f40dd 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 #include #ifdef _KERNEL #include diff --git a/sys/geom/eli/g_eli_privacy.c b/sys/geom/eli/g_eli_privacy.c index 2b5f62c0e93..da037ae11a2 100644 --- a/sys/geom/eli/g_eli_privacy.c +++ b/sys/geom/eli/g_eli_privacy.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/eli/pkcs5v2.c b/sys/geom/eli/pkcs5v2.c index ea3be36865b..546f1d64af8 100644 --- a/sys/geom/eli/pkcs5v2.c +++ b/sys/geom/eli/pkcs5v2.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #ifdef _KERNEL #include diff --git a/sys/geom/gate/g_gate.c b/sys/geom/gate/g_gate.c index 820f18ba220..85c21406eda 100644 --- a/sys/geom/gate/g_gate.c +++ b/sys/geom/gate/g_gate.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/geom_bsd_enc.c b/sys/geom/geom_bsd_enc.c index 29b0ab7b284..ba5fce7cebf 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 #include #include #include diff --git a/sys/geom/geom_ccd.c b/sys/geom/geom_ccd.c index b22117d26e9..5700399ee5d 100644 --- a/sys/geom/geom_ccd.c +++ b/sys/geom/geom_ccd.c @@ -77,7 +77,6 @@ * Moffett Field, CA 94035 */ -#include #include #include #include diff --git a/sys/geom/geom_ctl.c b/sys/geom/geom_ctl.c index b7c80c77d4b..ebfde5697ee 100644 --- a/sys/geom/geom_ctl.c +++ b/sys/geom/geom_ctl.c @@ -36,7 +36,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/geom_dev.c b/sys/geom/geom_dev.c index f12236264d1..8028ae18e33 100644 --- a/sys/geom/geom_dev.c +++ b/sys/geom/geom_dev.c @@ -35,7 +35,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/geom_dump.c b/sys/geom/geom_dump.c index c7861b4de7c..5de09e51295 100644 --- a/sys/geom/geom_dump.c +++ b/sys/geom/geom_dump.c @@ -36,7 +36,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/geom_event.c b/sys/geom/geom_event.c index a4b42694eb6..ad9231905f7 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 #include #include #include diff --git a/sys/geom/geom_flashmap.c b/sys/geom/geom_flashmap.c index 6dde6d271d3..cef488d8b9b 100644 --- a/sys/geom/geom_flashmap.c +++ b/sys/geom/geom_flashmap.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/geom_io.c b/sys/geom/geom_io.c index da8f917686f..ddd469d909a 100644 --- a/sys/geom/geom_io.c +++ b/sys/geom/geom_io.c @@ -39,7 +39,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/geom_kern.c b/sys/geom/geom_kern.c index 14707403215..7f767da99df 100644 --- a/sys/geom/geom_kern.c +++ b/sys/geom/geom_kern.c @@ -35,7 +35,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/geom_map.c b/sys/geom/geom_map.c index 2932e93f6a5..65c313fcfa0 100644 --- a/sys/geom/geom_map.c +++ b/sys/geom/geom_map.c @@ -31,7 +31,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include #include #include #include diff --git a/sys/geom/geom_redboot.c b/sys/geom/geom_redboot.c index f1628e08c11..aeb8f1e4e52 100644 --- a/sys/geom/geom_redboot.c +++ b/sys/geom/geom_redboot.c @@ -29,7 +29,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include #include #include #include diff --git a/sys/geom/geom_slice.c b/sys/geom/geom_slice.c index e66a84da310..3803697e848 100644 --- a/sys/geom/geom_slice.c +++ b/sys/geom/geom_slice.c @@ -35,7 +35,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/geom_vfs.c b/sys/geom/geom_vfs.c index 6caa570de25..893c8dfffa6 100644 --- a/sys/geom/geom_vfs.c +++ b/sys/geom/geom_vfs.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/journal/g_journal_ufs.c b/sys/geom/journal/g_journal_ufs.c index 72d1791db56..2cec2befe2b 100644 --- a/sys/geom/journal/g_journal_ufs.c +++ b/sys/geom/journal/g_journal_ufs.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/label/g_label_disk_ident.c b/sys/geom/label/g_label_disk_ident.c index d9159180ffa..880ce53565c 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 #include #include #include diff --git a/sys/geom/label/g_label_ext2fs.c b/sys/geom/label/g_label_ext2fs.c index 03376a31577..b72cfcd0350 100644 --- a/sys/geom/label/g_label_ext2fs.c +++ b/sys/geom/label/g_label_ext2fs.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/label/g_label_flashmap.c b/sys/geom/label/g_label_flashmap.c index 57f64eac910..cc3bd98bcf6 100644 --- a/sys/geom/label/g_label_flashmap.c +++ b/sys/geom/label/g_label_flashmap.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/label/g_label_gpt.c b/sys/geom/label/g_label_gpt.c index b185dfdaa28..742e6d39e50 100644 --- a/sys/geom/label/g_label_gpt.c +++ b/sys/geom/label/g_label_gpt.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/label/g_label_iso9660.c b/sys/geom/label/g_label_iso9660.c index 65cfa4b875b..031295fb3fb 100644 --- a/sys/geom/label/g_label_iso9660.c +++ b/sys/geom/label/g_label_iso9660.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/label/g_label_msdosfs.c b/sys/geom/label/g_label_msdosfs.c index 364d443b904..74ece5568e7 100644 --- a/sys/geom/label/g_label_msdosfs.c +++ b/sys/geom/label/g_label_msdosfs.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/label/g_label_ntfs.c b/sys/geom/label/g_label_ntfs.c index ad6a9ac3576..ad43dbe38d1 100644 --- a/sys/geom/label/g_label_ntfs.c +++ b/sys/geom/label/g_label_ntfs.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/label/g_label_reiserfs.c b/sys/geom/label/g_label_reiserfs.c index e75f7ca143f..f70ad43d399 100644 --- a/sys/geom/label/g_label_reiserfs.c +++ b/sys/geom/label/g_label_reiserfs.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/label/g_label_ufs.c b/sys/geom/label/g_label_ufs.c index e744871038e..9361af7a136 100644 --- a/sys/geom/label/g_label_ufs.c +++ b/sys/geom/label/g_label_ufs.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/mirror/g_mirror.c b/sys/geom/mirror/g_mirror.c index c6f95f28ba8..b46296fd211 100644 --- a/sys/geom/mirror/g_mirror.c +++ b/sys/geom/mirror/g_mirror.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/mirror/g_mirror_ctl.c b/sys/geom/mirror/g_mirror_ctl.c index 8c53925cfe4..82bc05a142c 100644 --- a/sys/geom/mirror/g_mirror_ctl.c +++ b/sys/geom/mirror/g_mirror_ctl.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/multipath/g_multipath.c b/sys/geom/multipath/g_multipath.c index c48f9aee65a..23088c89554 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 #include #include #include diff --git a/sys/geom/nop/g_nop.c b/sys/geom/nop/g_nop.c index 88d16e7d356..a32111e3a29 100644 --- a/sys/geom/nop/g_nop.c +++ b/sys/geom/nop/g_nop.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/part/g_part.c b/sys/geom/part/g_part.c index c0baf5cc899..f0807c83dac 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 #include #include #include diff --git a/sys/geom/part/g_part_apm.c b/sys/geom/part/g_part_apm.c index 9ee48168b1e..9c0bb189cc6 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 #include #include #include diff --git a/sys/geom/part/g_part_bsd.c b/sys/geom/part/g_part_bsd.c index bb1aed0cf59..2ff8566103d 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 #include #include #include diff --git a/sys/geom/part/g_part_bsd64.c b/sys/geom/part/g_part_bsd64.c index 4a1481f97c3..74e370243c3 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 #include #include #include diff --git a/sys/geom/part/g_part_ebr.c b/sys/geom/part/g_part_ebr.c index 6be64f58287..82411e60dcd 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 #include #include #include diff --git a/sys/geom/part/g_part_gpt.c b/sys/geom/part/g_part_gpt.c index c4cc840f583..b269faee276 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 #include #include #include diff --git a/sys/geom/part/g_part_ldm.c b/sys/geom/part/g_part_ldm.c index 33ab7c1409f..61e749f778d 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 #include #include #include diff --git a/sys/geom/part/g_part_mbr.c b/sys/geom/part/g_part_mbr.c index 36862c8ff01..dfd55dae139 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 #include #include #include diff --git a/sys/geom/raid/g_raid_ctl.c b/sys/geom/raid/g_raid_ctl.c index 88aeb0508d9..7facc882302 100644 --- a/sys/geom/raid/g_raid_ctl.c +++ b/sys/geom/raid/g_raid_ctl.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/raid/md_ddf.c b/sys/geom/raid/md_ddf.c index 82fe0b26a39..e50f98d1d84 100644 --- a/sys/geom/raid/md_ddf.c +++ b/sys/geom/raid/md_ddf.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/raid/md_intel.c b/sys/geom/raid/md_intel.c index 0ef8074259f..2e23ff60837 100644 --- a/sys/geom/raid/md_intel.c +++ b/sys/geom/raid/md_intel.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/raid/md_jmicron.c b/sys/geom/raid/md_jmicron.c index 5858d7b5a5d..e65eb98b077 100644 --- a/sys/geom/raid/md_jmicron.c +++ b/sys/geom/raid/md_jmicron.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/raid/md_nvidia.c b/sys/geom/raid/md_nvidia.c index e6991a668c6..96c4e9ddf7b 100644 --- a/sys/geom/raid/md_nvidia.c +++ b/sys/geom/raid/md_nvidia.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/raid/md_promise.c b/sys/geom/raid/md_promise.c index 1c22c0756df..ba7a4d2b1cc 100644 --- a/sys/geom/raid/md_promise.c +++ b/sys/geom/raid/md_promise.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/raid/md_sii.c b/sys/geom/raid/md_sii.c index 039e986ddea..a340e8e4984 100644 --- a/sys/geom/raid/md_sii.c +++ b/sys/geom/raid/md_sii.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/raid/tr_concat.c b/sys/geom/raid/tr_concat.c index 9bdd37526d6..d3537192072 100644 --- a/sys/geom/raid/tr_concat.c +++ b/sys/geom/raid/tr_concat.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/raid/tr_raid0.c b/sys/geom/raid/tr_raid0.c index 5dadaacd50e..6c7b37561bc 100644 --- a/sys/geom/raid/tr_raid0.c +++ b/sys/geom/raid/tr_raid0.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/raid/tr_raid1.c b/sys/geom/raid/tr_raid1.c index cb7e2784a1d..f84fb74a8a9 100644 --- a/sys/geom/raid/tr_raid1.c +++ b/sys/geom/raid/tr_raid1.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/raid/tr_raid1e.c b/sys/geom/raid/tr_raid1e.c index 595fc2eeccc..fc076109f63 100644 --- a/sys/geom/raid/tr_raid1e.c +++ b/sys/geom/raid/tr_raid1e.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/raid/tr_raid5.c b/sys/geom/raid/tr_raid5.c index 2824a070a58..539766fddc7 100644 --- a/sys/geom/raid/tr_raid5.c +++ b/sys/geom/raid/tr_raid5.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/raid3/g_raid3_ctl.c b/sys/geom/raid3/g_raid3_ctl.c index 26dc8028289..824de07e483 100644 --- a/sys/geom/raid3/g_raid3_ctl.c +++ b/sys/geom/raid3/g_raid3_ctl.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/shsec/g_shsec.c b/sys/geom/shsec/g_shsec.c index 1cc8f4cecbb..3ccc23e7eb8 100644 --- a/sys/geom/shsec/g_shsec.c +++ b/sys/geom/shsec/g_shsec.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/stripe/g_stripe.c b/sys/geom/stripe/g_stripe.c index ca3fbcbb30b..2acffcff144 100644 --- a/sys/geom/stripe/g_stripe.c +++ b/sys/geom/stripe/g_stripe.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/uzip/g_uzip_lzma.c b/sys/geom/uzip/g_uzip_lzma.c index 4e503300c34..6aac8728dea 100644 --- a/sys/geom/uzip/g_uzip_lzma.c +++ b/sys/geom/uzip/g_uzip_lzma.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/uzip/g_uzip_wrkthr.c b/sys/geom/uzip/g_uzip_wrkthr.c index 2a3d40a528e..e4b332725d3 100644 --- a/sys/geom/uzip/g_uzip_wrkthr.c +++ b/sys/geom/uzip/g_uzip_wrkthr.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/uzip/g_uzip_zlib.c b/sys/geom/uzip/g_uzip_zlib.c index 435ee2d27fa..d9774328a1f 100644 --- a/sys/geom/uzip/g_uzip_zlib.c +++ b/sys/geom/uzip/g_uzip_zlib.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/uzip/g_uzip_zstd.c b/sys/geom/uzip/g_uzip_zstd.c index a95bbd88480..47f0f49aa35 100644 --- a/sys/geom/uzip/g_uzip_zstd.c +++ b/sys/geom/uzip/g_uzip_zstd.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/vinum/geom_vinum.c b/sys/geom/vinum/geom_vinum.c index eefaf40c3c3..5c66216aaf3 100644 --- a/sys/geom/vinum/geom_vinum.c +++ b/sys/geom/vinum/geom_vinum.c @@ -28,7 +28,6 @@ * */ -#include #include #include #include diff --git a/sys/geom/vinum/geom_vinum_create.c b/sys/geom/vinum/geom_vinum_create.c index 3bba4ccb731..a88c882b9cd 100644 --- a/sys/geom/vinum/geom_vinum_create.c +++ b/sys/geom/vinum/geom_vinum_create.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/vinum/geom_vinum_drive.c b/sys/geom/vinum/geom_vinum_drive.c index c92bcfd558a..1e98c4096ac 100644 --- a/sys/geom/vinum/geom_vinum_drive.c +++ b/sys/geom/vinum/geom_vinum_drive.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/vinum/geom_vinum_events.c b/sys/geom/vinum/geom_vinum_events.c index fa7c1710c3d..e1206a67109 100644 --- a/sys/geom/vinum/geom_vinum_events.c +++ b/sys/geom/vinum/geom_vinum_events.c @@ -27,7 +27,6 @@ * */ -#include #include #include #include diff --git a/sys/geom/vinum/geom_vinum_init.c b/sys/geom/vinum/geom_vinum_init.c index c8c2486d35b..9c502c0dcb1 100644 --- a/sys/geom/vinum/geom_vinum_init.c +++ b/sys/geom/vinum/geom_vinum_init.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/vinum/geom_vinum_list.c b/sys/geom/vinum/geom_vinum_list.c index 06e83f518ea..48b88292506 100644 --- a/sys/geom/vinum/geom_vinum_list.c +++ b/sys/geom/vinum/geom_vinum_list.c @@ -27,7 +27,6 @@ * */ -#include #include #include #include diff --git a/sys/geom/vinum/geom_vinum_plex.c b/sys/geom/vinum/geom_vinum_plex.c index bcfc10b65fa..0d7b675b8c2 100644 --- a/sys/geom/vinum/geom_vinum_plex.c +++ b/sys/geom/vinum/geom_vinum_plex.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/vinum/geom_vinum_raid5.c b/sys/geom/vinum/geom_vinum_raid5.c index 8bedc50adfd..36e1e5d563d 100644 --- a/sys/geom/vinum/geom_vinum_raid5.c +++ b/sys/geom/vinum/geom_vinum_raid5.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/vinum/geom_vinum_rename.c b/sys/geom/vinum/geom_vinum_rename.c index 4e1238c2a4a..8cc6bffc61d 100644 --- a/sys/geom/vinum/geom_vinum_rename.c +++ b/sys/geom/vinum/geom_vinum_rename.c @@ -31,7 +31,6 @@ * */ -#include #include #include #include diff --git a/sys/geom/vinum/geom_vinum_rm.c b/sys/geom/vinum/geom_vinum_rm.c index 20edcb8dc0b..31b12e82b6b 100644 --- a/sys/geom/vinum/geom_vinum_rm.c +++ b/sys/geom/vinum/geom_vinum_rm.c @@ -27,7 +27,6 @@ * */ -#include #include #include #include diff --git a/sys/geom/vinum/geom_vinum_share.c b/sys/geom/vinum/geom_vinum_share.c index f2b4dec3c81..b17bdffa632 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 #include #ifdef _KERNEL #include diff --git a/sys/geom/vinum/geom_vinum_subr.c b/sys/geom/vinum/geom_vinum_subr.c index 2d7499376ec..965ecb0c6e9 100644 --- a/sys/geom/vinum/geom_vinum_subr.c +++ b/sys/geom/vinum/geom_vinum_subr.c @@ -41,7 +41,6 @@ * */ -#include #include #include #include diff --git a/sys/geom/vinum/geom_vinum_volume.c b/sys/geom/vinum/geom_vinum_volume.c index 7721ecbd81f..9f5fbc8bc94 100644 --- a/sys/geom/vinum/geom_vinum_volume.c +++ b/sys/geom/vinum/geom_vinum_volume.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/geom/virstor/g_virstor.c b/sys/geom/virstor/g_virstor.c index 262d4726618..b8cf3287566 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 #include #include #include diff --git a/sys/geom/virstor/g_virstor_md.c b/sys/geom/virstor/g_virstor_md.c index 345066bd01c..08f41a49b71 100644 --- a/sys/geom/virstor/g_virstor_md.c +++ b/sys/geom/virstor/g_virstor_md.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/geom/zero/g_zero.c b/sys/geom/zero/g_zero.c index 66cc884fab5..91ef0fb1ef9 100644 --- a/sys/geom/zero/g_zero.c +++ b/sys/geom/zero/g_zero.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include 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 1b7909cb459..99de19b3fa7 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 #include #include #include diff --git a/sys/gnu/gcov/gcc_4_7.c b/sys/gnu/gcov/gcc_4_7.c index 235c5c14838..5a58a66ab70 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 #include #include #include diff --git a/sys/gnu/gcov/gcov_fs.c b/sys/gnu/gcov/gcov_fs.c index cf140a3092f..57208f7b611 100644 --- a/sys/gnu/gcov/gcov_fs.c +++ b/sys/gnu/gcov/gcov_fs.c @@ -28,8 +28,6 @@ * Yi CDL Yang */ - -#include #include #include #include diff --git a/sys/gnu/gcov/gcov_subr.c b/sys/gnu/gcov/gcov_subr.c index c294ae85a16..79a79d20e80 100644 --- a/sys/gnu/gcov/gcov_subr.c +++ b/sys/gnu/gcov/gcov_subr.c @@ -26,7 +26,6 @@ * */ -#include #include #include #include diff --git a/sys/i386/acpica/acpi_machdep.c b/sys/i386/acpica/acpi_machdep.c index 23017e491c1..4aef3b58fee 100644 --- a/sys/i386/acpica/acpi_machdep.c +++ b/sys/i386/acpica/acpi_machdep.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/i386/bios/smapi.c b/sys/i386/bios/smapi.c index 7ab7eb6c501..b73fb97e436 100644 --- a/sys/i386/bios/smapi.c +++ b/sys/i386/bios/smapi.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/i386/i386/copyout.c b/sys/i386/i386/copyout.c index 2305366aa18..6f73c968b59 100644 --- a/sys/i386/i386/copyout.c +++ b/sys/i386/i386/copyout.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/i386/i386/db_trace.c b/sys/i386/i386/db_trace.c index 0fc6e6f5484..3f5cabeddc4 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 #include #include #include diff --git a/sys/i386/i386/gdb_machdep.c b/sys/i386/i386/gdb_machdep.c index d1df0b63f2f..ebeb5e35747 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 #include #include #include diff --git a/sys/i386/i386/geode.c b/sys/i386/i386/geode.c index b9de4ba71e6..ffc9f8da559 100644 --- a/sys/i386/i386/geode.c +++ b/sys/i386/i386/geode.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/i386/i386/in_cksum_machdep.c b/sys/i386/i386/in_cksum_machdep.c index 7a0f69d0def..27ab09d82da 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 #include #include #include diff --git a/sys/i386/i386/io.c b/sys/i386/i386/io.c index 5f4bbdfd91a..7fd2c4ca314 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 #include #include diff --git a/sys/i386/i386/k6_mem.c b/sys/i386/i386/k6_mem.c index 5094c2bd8cc..f5b55f578ce 100644 --- a/sys/i386/i386/k6_mem.c +++ b/sys/i386/i386/k6_mem.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/i386/i386/minidump_machdep_nopae.c b/sys/i386/i386/minidump_machdep_nopae.c index 523583a59fe..18437eb851d 100644 --- a/sys/i386/i386/minidump_machdep_nopae.c +++ b/sys/i386/i386/minidump_machdep_nopae.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/i386/i386/perfmon.c b/sys/i386/i386/perfmon.c index 7182b9b1d13..5e6d37d7f5e 100644 --- a/sys/i386/i386/perfmon.c +++ b/sys/i386/i386/perfmon.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/i386/i386/uio_machdep.c b/sys/i386/i386/uio_machdep.c index 112fa36ff3a..fd0a27eb269 100644 --- a/sys/i386/i386/uio_machdep.c +++ b/sys/i386/i386/uio_machdep.c @@ -35,7 +35,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/i386/i386/vm86.c b/sys/i386/i386/vm86.c index 8b9ed9c1e34..7d62a8ca2b6 100644 --- a/sys/i386/i386/vm86.c +++ b/sys/i386/i386/vm86.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/i386/pci/pci_cfgreg.c b/sys/i386/pci/pci_cfgreg.c index a838f0a276f..35710510fbb 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 #include #include #include diff --git a/sys/i386/pci/pci_pir.c b/sys/i386/pci/pci_pir.c index fe21b5faef8..b9325de01fa 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 #include #include #include diff --git a/sys/isa/isahint.c b/sys/isa/isahint.c index 2d9a105b475..d9ec9f35f7f 100644 --- a/sys/isa/isahint.c +++ b/sys/isa/isahint.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/isa/pnp.c b/sys/isa/pnp.c index 89d58f7343d..877e2ed91d6 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 #include #include #include diff --git a/sys/isa/pnpparse.c b/sys/isa/pnpparse.c index 9bec1c86a47..b26c8c45c4c 100644 --- a/sys/isa/pnpparse.c +++ b/sys/isa/pnpparse.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/genoffset.c b/sys/kern/genoffset.c index c953668cb6b..8b0137fc023 100644 --- a/sys/kern/genoffset.c +++ b/sys/kern/genoffset.c @@ -28,7 +28,7 @@ #ifndef OFFSET_TEST #define GENOFFSET #endif -#include + #include #include #include diff --git a/sys/kern/imgact_aout.c b/sys/kern/imgact_aout.c index f1b2845349a..0ecfaa65c84 100644 --- a/sys/kern/imgact_aout.c +++ b/sys/kern/imgact_aout.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/imgact_binmisc.c b/sys/kern/imgact_binmisc.c index 471fd9b5949..aa037bb6046 100644 --- a/sys/kern/imgact_binmisc.c +++ b/sys/kern/imgact_binmisc.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/imgact_shell.c b/sys/kern/imgact_shell.c index 9279c43c444..0cf7b56f105 100644 --- a/sys/kern/imgact_shell.c +++ b/sys/kern/imgact_shell.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/kern_acct.c b/sys/kern/kern_acct.c index 1646cc98c24..4aa0032b729 100644 --- a/sys/kern/kern_acct.c +++ b/sys/kern/kern_acct.c @@ -67,7 +67,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/kern_conf.c b/sys/kern/kern_conf.c index db5fe7a6a37..f9d406548d1 100644 --- a/sys/kern/kern_conf.c +++ b/sys/kern/kern_conf.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/kern_context.c b/sys/kern/kern_context.c index 06554ba7525..8ff37ebd3f5 100644 --- a/sys/kern/kern_context.c +++ b/sys/kern/kern_context.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/kern_cpu.c b/sys/kern/kern_cpu.c index 524ffc1e342..23256f37a3f 100644 --- a/sys/kern/kern_cpu.c +++ b/sys/kern/kern_cpu.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/kern_dump.c b/sys/kern/kern_dump.c index 3afaee9acb7..40355c14ba0 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 #include #include #include diff --git a/sys/kern/kern_environment.c b/sys/kern/kern_environment.c index a0967d044a9..c07157db9c8 100644 --- a/sys/kern/kern_environment.c +++ b/sys/kern/kern_environment.c @@ -36,7 +36,6 @@ * the kernel. */ -#include #include #include #include diff --git a/sys/kern/kern_et.c b/sys/kern/kern_et.c index f2c862d51da..ca9ba3017ea 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 #include #include #include diff --git a/sys/kern/kern_hhook.c b/sys/kern/kern_hhook.c index f4ad16d99a1..602cd28990f 100644 --- a/sys/kern/kern_hhook.c +++ b/sys/kern/kern_hhook.c @@ -36,7 +36,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/kern_idle.c b/sys/kern/kern_idle.c index 0569659bdc7..a8126de265b 100644 --- a/sys/kern/kern_idle.c +++ b/sys/kern/kern_idle.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/kern_kcov.c b/sys/kern/kern_kcov.c index b6e9d1530b0..19d35a1ad96 100644 --- a/sys/kern/kern_kcov.c +++ b/sys/kern/kern_kcov.c @@ -38,7 +38,6 @@ #define SAN_RUNTIME #endif -#include #include #include #include diff --git a/sys/kern/kern_khelp.c b/sys/kern/kern_khelp.c index f8a6f3e749d..a5308756b2c 100644 --- a/sys/kern/kern_khelp.c +++ b/sys/kern/kern_khelp.c @@ -36,7 +36,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/kern_kthread.c b/sys/kern/kern_kthread.c index 6f7fd8b3d55..3205ced9b9f 100644 --- a/sys/kern/kern_kthread.c +++ b/sys/kern/kern_kthread.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c index 90b15e393f7..f152185f5fb 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 #include #include #include diff --git a/sys/kern/kern_lockstat.c b/sys/kern/kern_lockstat.c index 0b40dd665a0..d12fabc33ab 100644 --- a/sys/kern/kern_lockstat.c +++ b/sys/kern/kern_lockstat.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/kern_loginclass.c b/sys/kern/kern_loginclass.c index ceba563413d..55db6c28a1d 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 #include #include #include diff --git a/sys/kern/kern_membarrier.c b/sys/kern/kern_membarrier.c index eabd00e8ddf..9d101b95580 100644 --- a/sys/kern/kern_membarrier.c +++ b/sys/kern/kern_membarrier.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/kern_module.c b/sys/kern/kern_module.c index 5568ff57a86..6298f06fdba 100644 --- a/sys/kern/kern_module.c +++ b/sys/kern/kern_module.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/kern_mtxpool.c b/sys/kern/kern_mtxpool.c index a7703e518e5..7e2df5e2211 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 #include #include #include diff --git a/sys/kern/kern_osd.c b/sys/kern/kern_osd.c index 1f93f702120..38db612d34d 100644 --- a/sys/kern/kern_osd.c +++ b/sys/kern/kern_osd.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/kern_physio.c b/sys/kern/kern_physio.c index e89a0cb28ab..91026402db0 100644 --- a/sys/kern/kern_physio.c +++ b/sys/kern/kern_physio.c @@ -17,7 +17,6 @@ * are met. */ -#include #include #include #include diff --git a/sys/kern/kern_priv.c b/sys/kern/kern_priv.c index 44f3aa8405a..c146f9e6f8d 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 #include #include #include diff --git a/sys/kern/kern_procctl.c b/sys/kern/kern_procctl.c index e6a142b2a7a..4d145f9737a 100644 --- a/sys/kern/kern_procctl.c +++ b/sys/kern/kern_procctl.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/kern_rangelock.c b/sys/kern/kern_rangelock.c index 73bb53dc1a4..a9d8c342c26 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 #include #include #include diff --git a/sys/kern/kern_rctl.c b/sys/kern/kern_rctl.c index f6f781ade69..2e5051de05b 100644 --- a/sys/kern/kern_rctl.c +++ b/sys/kern/kern_rctl.c @@ -30,7 +30,6 @@ #ifdef RCTL -#include #include #include #include diff --git a/sys/kern/kern_resource.c b/sys/kern/kern_resource.c index b0683286b0e..2e9cce727be 100644 --- a/sys/kern/kern_resource.c +++ b/sys/kern/kern_resource.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/kern_sema.c b/sys/kern/kern_sema.c index ab2d9dddef4..89b5ed77661 100644 --- a/sys/kern/kern_sema.c +++ b/sys/kern/kern_sema.c @@ -35,7 +35,6 @@ * upon in combination with semaphores. */ -#include #include #include #include diff --git a/sys/kern/kern_sx.c b/sys/kern/kern_sx.c index ff3cd8a3c19..706ae90ef9a 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 #include #include #include diff --git a/sys/kern/kern_syscalls.c b/sys/kern/kern_syscalls.c index f923211cb6c..24406763a93 100644 --- a/sys/kern/kern_syscalls.c +++ b/sys/kern/kern_syscalls.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/kern_thread.c b/sys/kern/kern_thread.c index d948665392d..5847d5ceab5 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 #include #include #include diff --git a/sys/kern/kern_tslog.c b/sys/kern/kern_tslog.c index 7b0847d5d18..fbf81d423b9 100644 --- a/sys/kern/kern_tslog.c +++ b/sys/kern/kern_tslog.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/kern_uuid.c b/sys/kern/kern_uuid.c index d749dd7f946..0e7e894664f 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 #include #include #include diff --git a/sys/kern/kern_xxx.c b/sys/kern/kern_xxx.c index 2116f8b2ce2..540dc75b554 100644 --- a/sys/kern/kern_xxx.c +++ b/sys/kern/kern_xxx.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/md4c.c b/sys/kern/md4c.c index 7071813f87a..d706f22db74 100644 --- a/sys/kern/md4c.c +++ b/sys/kern/md4c.c @@ -25,7 +25,6 @@ documentation and/or software. */ -#include #include #include #include diff --git a/sys/kern/md5c.c b/sys/kern/md5c.c index 4da238ba773..cc28ba484e9 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 + #include #ifdef _KERNEL diff --git a/sys/kern/posix4_mib.c b/sys/kern/posix4_mib.c index 357b0151b26..fa691acefd7 100644 --- a/sys/kern/posix4_mib.c +++ b/sys/kern/posix4_mib.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/subr_acl_nfs4.c b/sys/kern/subr_acl_nfs4.c index 419ff58fb7e..654a9a69bb2 100644 --- a/sys/kern/subr_acl_nfs4.c +++ b/sys/kern/subr_acl_nfs4.c @@ -32,7 +32,7 @@ */ #ifdef _KERNEL -#include + #include #include #include diff --git a/sys/kern/subr_acl_posix1e.c b/sys/kern/subr_acl_posix1e.c index f687ba8c9a9..4eeb6084a13 100644 --- a/sys/kern/subr_acl_posix1e.c +++ b/sys/kern/subr_acl_posix1e.c @@ -35,7 +35,6 @@ * ACLs. */ -#include #include #include #include diff --git a/sys/kern/subr_atomic64.c b/sys/kern/subr_atomic64.c index 8a565ef8ec6..c8b0ed2bb38 100644 --- a/sys/kern/subr_atomic64.c +++ b/sys/kern/subr_atomic64.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/subr_bufring.c b/sys/kern/subr_bufring.c index 7af39ce991c..3e0fa5690a2 100644 --- a/sys/kern/subr_bufring.c +++ b/sys/kern/subr_bufring.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/subr_clock.c b/sys/kern/subr_clock.c index a494b20bc34..9176ac92574 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 #include #include #include diff --git a/sys/kern/subr_clockcalib.c b/sys/kern/subr_clockcalib.c index b8b12c02a70..6afeb59af10 100644 --- a/sys/kern/subr_clockcalib.c +++ b/sys/kern/subr_clockcalib.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/subr_counter.c b/sys/kern/subr_counter.c index aff71c35c61..2cb987cb67f 100644 --- a/sys/kern/subr_counter.c +++ b/sys/kern/subr_counter.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/subr_coverage.c b/sys/kern/subr_coverage.c index be93134c6ed..24c0300d00d 100644 --- a/sys/kern/subr_coverage.c +++ b/sys/kern/subr_coverage.c @@ -37,7 +37,6 @@ #define SAN_RUNTIME #endif -#include #include #include diff --git a/sys/kern/subr_csan.c b/sys/kern/subr_csan.c index 0c238bf9684..580e632b05f 100644 --- a/sys/kern/subr_csan.c +++ b/sys/kern/subr_csan.c @@ -34,7 +34,6 @@ #include "opt_ddb.h" -#include #include #include #include diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c index 6c0977d1cc3..f7e2595aa7c 100644 --- a/sys/kern/subr_devstat.c +++ b/sys/kern/subr_devstat.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/subr_dummy_vdso_tc.c b/sys/kern/subr_dummy_vdso_tc.c index 332a96a1890..494141806c0 100644 --- a/sys/kern/subr_dummy_vdso_tc.c +++ b/sys/kern/subr_dummy_vdso_tc.c @@ -26,7 +26,6 @@ * */ -#include #include #include diff --git a/sys/kern/subr_early.c b/sys/kern/subr_early.c index 66ee39ff6b5..62d271f56d7 100644 --- a/sys/kern/subr_early.c +++ b/sys/kern/subr_early.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/subr_epoch.c b/sys/kern/subr_epoch.c index fb7953c54a6..76672279a34 100644 --- a/sys/kern/subr_epoch.c +++ b/sys/kern/subr_epoch.c @@ -26,7 +26,6 @@ * */ -#include #include #include #include diff --git a/sys/kern/subr_eventhandler.c b/sys/kern/subr_eventhandler.c index 5a5365d0be6..7568101dabd 100644 --- a/sys/kern/subr_eventhandler.c +++ b/sys/kern/subr_eventhandler.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/subr_filter.c b/sys/kern/subr_filter.c index f379afe8acf..3ea0fb0d5c2 100644 --- a/sys/kern/subr_filter.c +++ b/sys/kern/subr_filter.c @@ -27,7 +27,7 @@ /* * Author: Randall Stewart */ -#include + #include #include #include diff --git a/sys/kern/subr_firmware.c b/sys/kern/subr_firmware.c index 00b084bd0a0..99d5ddd5667 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 #include #include #include diff --git a/sys/kern/subr_gtaskqueue.c b/sys/kern/subr_gtaskqueue.c index 3558b534967..e68e1b9318f 100644 --- a/sys/kern/subr_gtaskqueue.c +++ b/sys/kern/subr_gtaskqueue.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/subr_hash.c b/sys/kern/subr_hash.c index 82e4a7a4c0c..23bb205909b 100644 --- a/sys/kern/subr_hash.c +++ b/sys/kern/subr_hash.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/subr_hints.c b/sys/kern/subr_hints.c index 3fd2ff8200a..5691921dd02 100644 --- a/sys/kern/subr_hints.c +++ b/sys/kern/subr_hints.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/subr_kobj.c b/sys/kern/subr_kobj.c index 6569816d2ff..d97834b3fe5 100644 --- a/sys/kern/subr_kobj.c +++ b/sys/kern/subr_kobj.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/subr_log.c b/sys/kern/subr_log.c index d1cffe1c9e1..b1cf0e025f0 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 #include #include #include diff --git a/sys/kern/subr_mchain.c b/sys/kern/subr_mchain.c index 73841f8621a..9c46fe5f402 100644 --- a/sys/kern/subr_mchain.c +++ b/sys/kern/subr_mchain.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/subr_module.c b/sys/kern/subr_module.c index 5ab41809aa8..829655ed4fb 100644 --- a/sys/kern/subr_module.c +++ b/sys/kern/subr_module.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/subr_pidctrl.c b/sys/kern/subr_pidctrl.c index f44c7d5be22..df658245615 100644 --- a/sys/kern/subr_pidctrl.c +++ b/sys/kern/subr_pidctrl.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/subr_power.c b/sys/kern/subr_power.c index 8ad494a178e..db0e7bf5b0e 100644 --- a/sys/kern/subr_power.c +++ b/sys/kern/subr_power.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/subr_prng.c b/sys/kern/subr_prng.c index d7bf852631e..49a682a9c05 100644 --- a/sys/kern/subr_prng.c +++ b/sys/kern/subr_prng.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/subr_prof.c b/sys/kern/subr_prof.c index 213c50a8727..c95416de8cf 100644 --- a/sys/kern/subr_prof.c +++ b/sys/kern/subr_prof.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/subr_rangeset.c b/sys/kern/subr_rangeset.c index 810cf212b85..84c71a58319 100644 --- a/sys/kern/subr_rangeset.c +++ b/sys/kern/subr_rangeset.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/subr_rman.c b/sys/kern/subr_rman.c index 3e91fc40150..90a35ef885b 100644 --- a/sys/kern/subr_rman.c +++ b/sys/kern/subr_rman.c @@ -57,7 +57,6 @@ #include "opt_ddb.h" -#include #include #include #include diff --git a/sys/kern/subr_sbuf.c b/sys/kern/subr_sbuf.c index 0ce2427f6db..9b63d72c19d 100644 --- a/sys/kern/subr_sbuf.c +++ b/sys/kern/subr_sbuf.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #ifdef _KERNEL diff --git a/sys/kern/subr_scanf.c b/sys/kern/subr_scanf.c index 7e34528e863..907318fe1d8 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 #include #include #include diff --git a/sys/kern/subr_sfbuf.c b/sys/kern/subr_sfbuf.c index e805641fb3e..d653497ec77 100644 --- a/sys/kern/subr_sfbuf.c +++ b/sys/kern/subr_sfbuf.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/subr_sglist.c b/sys/kern/subr_sglist.c index b0f57049fc2..a7162d4d151 100644 --- a/sys/kern/subr_sglist.c +++ b/sys/kern/subr_sglist.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c index 399665b4775..1f9577fddf9 100644 --- a/sys/kern/subr_smp.c +++ b/sys/kern/subr_smp.c @@ -30,7 +30,6 @@ * used for the kernel SMP support. */ -#include #include #include #include diff --git a/sys/kern/subr_smr.c b/sys/kern/subr_smr.c index e4ed15cb03a..c8eb044bccb 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 #include #include #include diff --git a/sys/kern/subr_stack.c b/sys/kern/subr_stack.c index e747f0d7932..628141a6ccd 100644 --- a/sys/kern/subr_stack.c +++ b/sys/kern/subr_stack.c @@ -28,7 +28,6 @@ #include "opt_ddb.h" -#include #include #include #ifdef KTR diff --git a/sys/kern/subr_stats.c b/sys/kern/subr_stats.c index 6e8ec44681e..63fd785d917 100644 --- a/sys/kern/subr_stats.c +++ b/sys/kern/subr_stats.c @@ -28,7 +28,6 @@ * Author: Lawrence Stewart */ -#include #include #include #include diff --git a/sys/kern/subr_taskqueue.c b/sys/kern/subr_taskqueue.c index 07323763204..5650f9d57a0 100644 --- a/sys/kern/subr_taskqueue.c +++ b/sys/kern/subr_taskqueue.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/subr_terminal.c b/sys/kern/subr_terminal.c index f7e61360868..e34ef7087ad 100644 --- a/sys/kern/subr_terminal.c +++ b/sys/kern/subr_terminal.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/subr_uio.c b/sys/kern/subr_uio.c index 7d20b383a23..1badf4c48fe 100644 --- a/sys/kern/subr_uio.c +++ b/sys/kern/subr_uio.c @@ -39,7 +39,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/sys_eventfd.c b/sys/kern/sys_eventfd.c index 5efad129eda..50c126f06dc 100644 --- a/sys/kern/sys_eventfd.c +++ b/sys/kern/sys_eventfd.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/sys_getrandom.c b/sys/kern/sys_getrandom.c index 48d951bc368..922418402df 100644 --- a/sys/kern/sys_getrandom.c +++ b/sys/kern/sys_getrandom.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c index 6e64ff41db0..3169d922cc6 100644 --- a/sys/kern/sys_pipe.c +++ b/sys/kern/sys_pipe.c @@ -89,7 +89,6 @@ * in the structure may have changed. */ -#include #include #include #include diff --git a/sys/kern/sys_procdesc.c b/sys/kern/sys_procdesc.c index 16d9de008d9..419ff928a8a 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 #include #include #include diff --git a/sys/kern/sys_process.c b/sys/kern/sys_process.c index 647487f86b0..6df8e694e91 100644 --- a/sys/kern/sys_process.c +++ b/sys/kern/sys_process.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/sys_socket.c b/sys/kern/sys_socket.c index 42539938d80..7169805a0d3 100644 --- a/sys/kern/sys_socket.c +++ b/sys/kern/sys_socket.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/tty_inq.c b/sys/kern/tty_inq.c index 291a815fa2d..1a31d8b7fa2 100644 --- a/sys/kern/tty_inq.c +++ b/sys/kern/tty_inq.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/tty_outq.c b/sys/kern/tty_outq.c index 522d23bb4f7..c6139bd3c88 100644 --- a/sys/kern/tty_outq.c +++ b/sys/kern/tty_outq.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/tty_tty.c b/sys/kern/tty_tty.c index 9f73fed1391..b2fe159a2f3 100644 --- a/sys/kern/tty_tty.c +++ b/sys/kern/tty_tty.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/tty_ttydisc.c b/sys/kern/tty_ttydisc.c index cb5bf672d04..3016f5e4ccb 100644 --- a/sys/kern/tty_ttydisc.c +++ b/sys/kern/tty_ttydisc.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/uipc_domain.c b/sys/kern/uipc_domain.c index e2eda8b0ab8..03e6856b775 100644 --- a/sys/kern/uipc_domain.c +++ b/sys/kern/uipc_domain.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/vfs_acl.c b/sys/kern/vfs_acl.c index a0d6fe1f463..20a58be0294 100644 --- a/sys/kern/vfs_acl.c +++ b/sys/kern/vfs_acl.c @@ -39,7 +39,6 @@ * Type-specific routines go into subr_acl_.c. */ -#include #include #include #include diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c index 20efff89913..0a0c1cd2f2a 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 #include #include #include diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index 56f9d604b9e..31059f1c0a9 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 #include #include #include diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index 463363c1536..2e397b8e9e8 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/vfs_default.c b/sys/kern/vfs_default.c index dae60bf493c..a342cbb80c9 100644 --- a/sys/kern/vfs_default.c +++ b/sys/kern/vfs_default.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c index dc1bbb58644..8debf487cc5 100644 --- a/sys/kern/vfs_extattr.c +++ b/sys/kern/vfs_extattr.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/vfs_hash.c b/sys/kern/vfs_hash.c index 9cf361b816d..717e3337ce3 100644 --- a/sys/kern/vfs_hash.c +++ b/sys/kern/vfs_hash.c @@ -27,7 +27,6 @@ * */ -#include #include #include #include diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c index dd343291b41..cd30d5cfae4 100644 --- a/sys/kern/vfs_init.c +++ b/sys/kern/vfs_init.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c index 462fd8bf19b..8e54c832e9f 100644 --- a/sys/kern/vfs_mount.c +++ b/sys/kern/vfs_mount.c @@ -36,7 +36,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kern/vfs_mountroot.c b/sys/kern/vfs_mountroot.c index 569f8560788..1069cf127f2 100644 --- a/sys/kern/vfs_mountroot.c +++ b/sys/kern/vfs_mountroot.c @@ -39,7 +39,6 @@ #include "opt_rootdevname.h" -#include #include #include #include diff --git a/sys/kgssapi/gss_accept_sec_context.c b/sys/kgssapi/gss_accept_sec_context.c index 9fbce252044..723ed9db907 100644 --- a/sys/kgssapi/gss_accept_sec_context.c +++ b/sys/kgssapi/gss_accept_sec_context.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kgssapi/gss_acquire_cred.c b/sys/kgssapi/gss_acquire_cred.c index 5335b471539..0c1248cd84f 100644 --- a/sys/kgssapi/gss_acquire_cred.c +++ b/sys/kgssapi/gss_acquire_cred.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kgssapi/gss_add_oid_set_member.c b/sys/kgssapi/gss_add_oid_set_member.c index 5f67ec48bdf..3abcf4d2b36 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 #include #include #include diff --git a/sys/kgssapi/gss_canonicalize_name.c b/sys/kgssapi/gss_canonicalize_name.c index 96345d3c4cf..14f3d19b5b8 100644 --- a/sys/kgssapi/gss_canonicalize_name.c +++ b/sys/kgssapi/gss_canonicalize_name.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kgssapi/gss_create_empty_oid_set.c b/sys/kgssapi/gss_create_empty_oid_set.c index 40023ba4cc0..210de4808e4 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 #include #include #include diff --git a/sys/kgssapi/gss_delete_sec_context.c b/sys/kgssapi/gss_delete_sec_context.c index 5b45a59926f..a5da31af136 100644 --- a/sys/kgssapi/gss_delete_sec_context.c +++ b/sys/kgssapi/gss_delete_sec_context.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kgssapi/gss_display_status.c b/sys/kgssapi/gss_display_status.c index 7dbd65f8bdc..f907026b93c 100644 --- a/sys/kgssapi/gss_display_status.c +++ b/sys/kgssapi/gss_display_status.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kgssapi/gss_export_name.c b/sys/kgssapi/gss_export_name.c index f2e7ffd00e0..88c054b6148 100644 --- a/sys/kgssapi/gss_export_name.c +++ b/sys/kgssapi/gss_export_name.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kgssapi/gss_get_mic.c b/sys/kgssapi/gss_get_mic.c index 83be15da3b7..2906ddb3e09 100644 --- a/sys/kgssapi/gss_get_mic.c +++ b/sys/kgssapi/gss_get_mic.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kgssapi/gss_impl.c b/sys/kgssapi/gss_impl.c index ae37cb646f1..98edd62d324 100644 --- a/sys/kgssapi/gss_impl.c +++ b/sys/kgssapi/gss_impl.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kgssapi/gss_import_name.c b/sys/kgssapi/gss_import_name.c index 58b3707e16d..e309c4be41a 100644 --- a/sys/kgssapi/gss_import_name.c +++ b/sys/kgssapi/gss_import_name.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kgssapi/gss_init_sec_context.c b/sys/kgssapi/gss_init_sec_context.c index 82e4b1ccba8..fa0d3fb2ae1 100644 --- a/sys/kgssapi/gss_init_sec_context.c +++ b/sys/kgssapi/gss_init_sec_context.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kgssapi/gss_ip_to_dns.c b/sys/kgssapi/gss_ip_to_dns.c index d2be006d5b3..bb319e3d1f0 100644 --- a/sys/kgssapi/gss_ip_to_dns.c +++ b/sys/kgssapi/gss_ip_to_dns.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kgssapi/gss_names.c b/sys/kgssapi/gss_names.c index 94eed948950..0aa98ca38cc 100644 --- a/sys/kgssapi/gss_names.c +++ b/sys/kgssapi/gss_names.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/kgssapi/gss_pname_to_uid.c b/sys/kgssapi/gss_pname_to_uid.c index 5814524d2c9..77b353c4f1a 100644 --- a/sys/kgssapi/gss_pname_to_uid.c +++ b/sys/kgssapi/gss_pname_to_uid.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kgssapi/gss_release_buffer.c b/sys/kgssapi/gss_release_buffer.c index edff49aa895..d5978783167 100644 --- a/sys/kgssapi/gss_release_buffer.c +++ b/sys/kgssapi/gss_release_buffer.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kgssapi/gss_release_cred.c b/sys/kgssapi/gss_release_cred.c index e7756259440..91625000fa9 100644 --- a/sys/kgssapi/gss_release_cred.c +++ b/sys/kgssapi/gss_release_cred.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kgssapi/gss_release_name.c b/sys/kgssapi/gss_release_name.c index 972ef8164d6..ee9a259134e 100644 --- a/sys/kgssapi/gss_release_name.c +++ b/sys/kgssapi/gss_release_name.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kgssapi/gss_release_oid_set.c b/sys/kgssapi/gss_release_oid_set.c index d72aa0146e3..2d084c4140e 100644 --- a/sys/kgssapi/gss_release_oid_set.c +++ b/sys/kgssapi/gss_release_oid_set.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kgssapi/gss_set_cred_option.c b/sys/kgssapi/gss_set_cred_option.c index 6aac56b5f6b..363b9e445af 100644 --- a/sys/kgssapi/gss_set_cred_option.c +++ b/sys/kgssapi/gss_set_cred_option.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kgssapi/gss_test_oid_set_member.c b/sys/kgssapi/gss_test_oid_set_member.c index 94d1b5959b1..1084f3ffa98 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 #include #include #include diff --git a/sys/kgssapi/gss_unwrap.c b/sys/kgssapi/gss_unwrap.c index 7e54f8b3aa4..e92ee9897d5 100644 --- a/sys/kgssapi/gss_unwrap.c +++ b/sys/kgssapi/gss_unwrap.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kgssapi/gss_verify_mic.c b/sys/kgssapi/gss_verify_mic.c index 270199e085a..cc73cc2bcf6 100644 --- a/sys/kgssapi/gss_verify_mic.c +++ b/sys/kgssapi/gss_verify_mic.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kgssapi/gss_wrap.c b/sys/kgssapi/gss_wrap.c index 29dc6d8b44a..57d6d55392d 100644 --- a/sys/kgssapi/gss_wrap.c +++ b/sys/kgssapi/gss_wrap.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kgssapi/gss_wrap_size_limit.c b/sys/kgssapi/gss_wrap_size_limit.c index 0cb37600009..dca26af4e43 100644 --- a/sys/kgssapi/gss_wrap_size_limit.c +++ b/sys/kgssapi/gss_wrap_size_limit.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kgssapi/krb5/kcrypto.c b/sys/kgssapi/krb5/kcrypto.c index f0ce947c250..2de1119615a 100644 --- a/sys/kgssapi/krb5/kcrypto.c +++ b/sys/kgssapi/krb5/kcrypto.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/kgssapi/krb5/kcrypto_aes.c b/sys/kgssapi/krb5/kcrypto_aes.c index 39d3ee1aac2..ddaf1cec5b4 100644 --- a/sys/kgssapi/krb5/kcrypto_aes.c +++ b/sys/kgssapi/krb5/kcrypto_aes.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/libkern/arc4random.c b/sys/libkern/arc4random.c index adb496cf76b..016822e9f03 100644 --- a/sys/libkern/arc4random.c +++ b/sys/libkern/arc4random.c @@ -24,7 +24,6 @@ * */ -#include #include #include #include diff --git a/sys/libkern/arm/aeabi_unwind.c b/sys/libkern/arm/aeabi_unwind.c index 6135a7892a6..1a9bc5f9366 100644 --- a/sys/libkern/arm/aeabi_unwind.c +++ b/sys/libkern/arm/aeabi_unwind.c @@ -27,7 +27,6 @@ * */ -#include #include #ifdef _KERNEL #include diff --git a/sys/libkern/asprintf.c b/sys/libkern/asprintf.c index 077a4132ccb..a69ceb5b373 100644 --- a/sys/libkern/asprintf.c +++ b/sys/libkern/asprintf.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/libkern/bcd.c b/sys/libkern/bcd.c index 493cff21cf9..829a470c6cf 100644 --- a/sys/libkern/bcd.c +++ b/sys/libkern/bcd.c @@ -3,7 +3,6 @@ * Cannot be copyrighted. */ -#include #include #include diff --git a/sys/libkern/bcopy.c b/sys/libkern/bcopy.c index eed59ac20e2..8df260809a0 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 #include #ifdef _KERNEL #include diff --git a/sys/libkern/bsearch.c b/sys/libkern/bsearch.c index 822adafd5a9..0c2e87c794b 100644 --- a/sys/libkern/bsearch.c +++ b/sys/libkern/bsearch.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/libkern/gsb_crc32.c b/sys/libkern/gsb_crc32.c index acb7d7380d0..58bd3e72027 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 #include #include diff --git a/sys/libkern/iconv.c b/sys/libkern/iconv.c index 17cd456c521..34b08402492 100644 --- a/sys/libkern/iconv.c +++ b/sys/libkern/iconv.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/libkern/iconv_ucs.c b/sys/libkern/iconv_ucs.c index ce5da53b973..66f558611bd 100644 --- a/sys/libkern/iconv_ucs.c +++ b/sys/libkern/iconv_ucs.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/libkern/iconv_xlat.c b/sys/libkern/iconv_xlat.c index 516cf6b6428..f11c3cd7c94 100644 --- a/sys/libkern/iconv_xlat.c +++ b/sys/libkern/iconv_xlat.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/libkern/iconv_xlat16.c b/sys/libkern/iconv_xlat16.c index 2007b721ed9..4d90e0cb673 100644 --- a/sys/libkern/iconv_xlat16.c +++ b/sys/libkern/iconv_xlat16.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/libkern/inet_aton.c b/sys/libkern/inet_aton.c index 2ad47f6bed4..0f9d3e2ba4b 100644 --- a/sys/libkern/inet_aton.c +++ b/sys/libkern/inet_aton.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/libkern/inet_ntoa.c b/sys/libkern/inet_ntoa.c index cd66bfc985e..9bd5630fbe6 100644 --- a/sys/libkern/inet_ntoa.c +++ b/sys/libkern/inet_ntoa.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/libkern/inet_ntop.c b/sys/libkern/inet_ntop.c index 06b52989aa1..d426e864f1a 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 #include #include #include diff --git a/sys/libkern/inet_pton.c b/sys/libkern/inet_pton.c index 63c226a26f2..834fdd1aa9e 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 #include #include #include diff --git a/sys/libkern/qsort.c b/sys/libkern/qsort.c index 2707d2ecb73..0255a3d64d7 100644 --- a/sys/libkern/qsort.c +++ b/sys/libkern/qsort.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/libkern/quad.h b/sys/libkern/quad.h index 81e0a9a605c..59b3da44dba 100644 --- a/sys/libkern/quad.h +++ b/sys/libkern/quad.h @@ -52,7 +52,6 @@ * with 48-bit longs. */ -#include #include #include #include diff --git a/sys/libkern/random.c b/sys/libkern/random.c index 8671dbc95f4..246aef4cbb6 100644 --- a/sys/libkern/random.c +++ b/sys/libkern/random.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/libkern/strcasecmp.c b/sys/libkern/strcasecmp.c index 130bbeea53e..4c55918cb4b 100644 --- a/sys/libkern/strcasecmp.c +++ b/sys/libkern/strcasecmp.c @@ -33,7 +33,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/libkern/strcasestr.c b/sys/libkern/strcasestr.c index 90025b6e26a..89fe3b5862b 100644 --- a/sys/libkern/strcasestr.c +++ b/sys/libkern/strcasestr.c @@ -37,7 +37,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/libkern/strchr.c b/sys/libkern/strchr.c index 3f80e9316db..fb9dce1efa4 100644 --- a/sys/libkern/strchr.c +++ b/sys/libkern/strchr.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/libkern/strchrnul.c b/sys/libkern/strchrnul.c index 2af14a72a37..2e8becff89b 100644 --- a/sys/libkern/strchrnul.c +++ b/sys/libkern/strchrnul.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/libkern/strdup.c b/sys/libkern/strdup.c index f5685fcc554..4f7b62a3941 100644 --- a/sys/libkern/strdup.c +++ b/sys/libkern/strdup.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/libkern/strlcat.c b/sys/libkern/strlcat.c index c2b4f39a0b6..a417dc46230 100644 --- a/sys/libkern/strlcat.c +++ b/sys/libkern/strlcat.c @@ -29,7 +29,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include #include #include diff --git a/sys/libkern/strlcpy.c b/sys/libkern/strlcpy.c index be590501ab5..7bbdd56370b 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 #include #include diff --git a/sys/libkern/strndup.c b/sys/libkern/strndup.c index f8867c140e6..2d71f246324 100644 --- a/sys/libkern/strndup.c +++ b/sys/libkern/strndup.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/libkern/strrchr.c b/sys/libkern/strrchr.c index fda103e9932..ceec6b46b89 100644 --- a/sys/libkern/strrchr.c +++ b/sys/libkern/strrchr.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/libkern/strsep.c b/sys/libkern/strsep.c index 0943d6149b2..b610656e78c 100644 --- a/sys/libkern/strsep.c +++ b/sys/libkern/strsep.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/libkern/strstr.c b/sys/libkern/strstr.c index d99c44b3d9e..188061af945 100644 --- a/sys/libkern/strstr.c +++ b/sys/libkern/strstr.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/libkern/strtol.c b/sys/libkern/strtol.c index 7552c2dccf4..f6810067c22 100644 --- a/sys/libkern/strtol.c +++ b/sys/libkern/strtol.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/libkern/strtoq.c b/sys/libkern/strtoq.c index b05a25e5c75..24472a67b26 100644 --- a/sys/libkern/strtoq.c +++ b/sys/libkern/strtoq.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/libkern/strtoul.c b/sys/libkern/strtoul.c index 8ecf729ce67..8644fcbd3a2 100644 --- a/sys/libkern/strtoul.c +++ b/sys/libkern/strtoul.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/libkern/strtouq.c b/sys/libkern/strtouq.c index fa7770e6ea9..1f567ee0c7e 100644 --- a/sys/libkern/strtouq.c +++ b/sys/libkern/strtouq.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/libkern/strvalid.c b/sys/libkern/strvalid.c index 21a51e5d3cd..3f4e205273d 100644 --- a/sys/libkern/strvalid.c +++ b/sys/libkern/strvalid.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/modules/dtrace/dtraceall/dtraceall.c b/sys/modules/dtrace/dtraceall/dtraceall.c index 7d41901f28d..73530aeab3b 100644 --- a/sys/modules/dtrace/dtraceall/dtraceall.c +++ b/sys/modules/dtrace/dtraceall/dtraceall.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/net/bpf_filter.c b/sys/net/bpf_filter.c index b0fe40e7ec3..10db6bfed12 100644 --- a/sys/net/bpf_filter.c +++ b/sys/net/bpf_filter.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include #include #if !defined(_KERNEL) diff --git a/sys/net/bridgestp.c b/sys/net/bridgestp.c index fac558b9329..cdaf6b41541 100644 --- a/sys/net/bridgestp.c +++ b/sys/net/bridgestp.c @@ -36,7 +36,6 @@ * ISO/IEC 802.1D-2004, June 9, 2004. */ -#include #include #include #include diff --git a/sys/net/if_dead.c b/sys/net/if_dead.c index 81d8c490177..37e83bdc70b 100644 --- a/sys/net/if_dead.c +++ b/sys/net/if_dead.c @@ -33,7 +33,6 @@ * returned. */ -#include #include #include #include diff --git a/sys/net/if_infiniband.c b/sys/net/if_infiniband.c index 98ea87098fe..7f0bb02f168 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 #include #include #include diff --git a/sys/net/if_me.c b/sys/net/if_me.c index e9bcd345b5c..126fe680e65 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 #include #include #include diff --git a/sys/net/if_vxlan.c b/sys/net/if_vxlan.c index e6949bb5dc9..c6c3af57c78 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 #include #include #include diff --git a/sys/net/mp_ring.c b/sys/net/mp_ring.c index 367f3c8171a..422ababe2c4 100644 --- a/sys/net/mp_ring.c +++ b/sys/net/mp_ring.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/net/route/nhgrp.c b/sys/net/route/nhgrp.c index e829a1b6bac..d048e09b045 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 #include #include #include diff --git a/sys/net/route/nhgrp_ctl.c b/sys/net/route/nhgrp_ctl.c index 77062eefefd..e26c1fcff33 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 #include #include #include diff --git a/sys/net/route/route_temporal.c b/sys/net/route/route_temporal.c index d72a9374a4f..72143e29a6c 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 #include #include #include diff --git a/sys/net/toeplitz.c b/sys/net/toeplitz.c index bc54060c867..c57c133f044 100644 --- a/sys/net/toeplitz.c +++ b/sys/net/toeplitz.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/net80211/ieee80211_action.c b/sys/net80211/ieee80211_action.c index 5dcb2438a64..35b57322d56 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 -#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 7455500a91a..38f73d87f3d 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 -#ifdef __FreeBSD__ -#endif - /* * IEEE 802.11 IBSS mode support. */ diff --git a/sys/net80211/ieee80211_alq.c b/sys/net80211/ieee80211_alq.c index 4a714bb51af..c25ef11163d 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 -#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 fed9e98c72d..bce7c2fa5ea 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 -#ifdef __FreeBSD__ -#endif - /* * IEEE 802.11 DFS/Radar support. */ diff --git a/sys/net80211/ieee80211_hostap.c b/sys/net80211/ieee80211_hostap.c index b7db78f3228..f738c97076c 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 -#ifdef __FreeBSD__ -#endif - /* * IEEE 802.11 HOSTAP mode support. */ diff --git a/sys/net80211/ieee80211_ht.c b/sys/net80211/ieee80211_ht.c index 61c57b87c5d..ea59bb622dd 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 -#ifdef __FreeBSD__ -#endif - /* * IEEE 802.11n protocol support. */ diff --git a/sys/net80211/ieee80211_hwmp.c b/sys/net80211/ieee80211_hwmp.c index e743b7dfb6f..429cd69629f 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 -#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 477527b3452..73e7ef7a8ef 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 -#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 5dd11c20520..fc262f172f1 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 -#ifdef __FreeBSD__ -#endif - /* * IEEE 802.11 Monitor mode support. */ diff --git a/sys/net80211/ieee80211_ratectl.c b/sys/net80211/ieee80211_ratectl.c index 02aa870eaab..7ba72c040fc 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 #include #include #include diff --git a/sys/net80211/ieee80211_sta.c b/sys/net80211/ieee80211_sta.c index 042f5636be2..5da7999951d 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 -#ifdef __FreeBSD__ -#endif - /* * IEEE 802.11 Station mode support. */ diff --git a/sys/net80211/ieee80211_tdma.c b/sys/net80211/ieee80211_tdma.c index b9c204af40a..90ab2525e48 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 -#ifdef __FreeBSD__ -#endif - /* * IEEE 802.11 TDMA mode support. */ diff --git a/sys/net80211/ieee80211_vht.c b/sys/net80211/ieee80211_vht.c index 1561255be10..4b5a53d583c 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 -#ifdef __FreeBSD__ -#endif - /* * IEEE 802.11ac-2013 protocol support. */ diff --git a/sys/net80211/ieee80211_wds.c b/sys/net80211/ieee80211_wds.c index 938c4a4772d..79c2d8a14e0 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 -#ifdef __FreeBSD__ -#endif - /* * IEEE 802.11 WDS mode support. */ diff --git a/sys/netgraph/ng_patch.c b/sys/netgraph/ng_patch.c index f55cf4e0dfe..51943b669c8 100644 --- a/sys/netgraph/ng_patch.c +++ b/sys/netgraph/ng_patch.c @@ -28,7 +28,6 @@ * */ -#include #include #include #include diff --git a/sys/netinet/cc/cc_cdg.c b/sys/netinet/cc/cc_cdg.c index f6507a7a149..3f23c409117 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 #include #include #include diff --git a/sys/netinet/cc/cc_chd.c b/sys/netinet/cc/cc_chd.c index a16d0606b5e..c644d9b2cdb 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 #include #include #include diff --git a/sys/netinet/cc/cc_cubic.c b/sys/netinet/cc/cc_cubic.c index 031091c3b77..7a357e39182 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 #include #include #include diff --git a/sys/netinet/cc/cc_dctcp.c b/sys/netinet/cc/cc_dctcp.c index 29ee63611b8..8084439aafa 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 #include #include #include diff --git a/sys/netinet/cc/cc_hd.c b/sys/netinet/cc/cc_hd.c index db23d10ccc3..1a8b62ccf42 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 #include #include #include diff --git a/sys/netinet/cc/cc_htcp.c b/sys/netinet/cc/cc_htcp.c index 93720c407d5..d31720d0099 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 #include #include #include diff --git a/sys/netinet/cc/cc_newreno.c b/sys/netinet/cc/cc_newreno.c index 903f0b7761c..53d066682a7 100644 --- a/sys/netinet/cc/cc_newreno.c +++ b/sys/netinet/cc/cc_newreno.c @@ -55,7 +55,6 @@ * */ -#include #include #include #include diff --git a/sys/netinet/cc/cc_vegas.c b/sys/netinet/cc/cc_vegas.c index 8748e6def55..aac9c9ce77f 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 #include #include #include diff --git a/sys/netinet/in_cksum.c b/sys/netinet/in_cksum.c index 252cb6e144a..e03e1f755fb 100644 --- a/sys/netinet/in_cksum.c +++ b/sys/netinet/in_cksum.c @@ -35,7 +35,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/netinet/in_kdtrace.c b/sys/netinet/in_kdtrace.c index e69fe100d48..68a9c91ecba 100644 --- a/sys/netinet/in_kdtrace.c +++ b/sys/netinet/in_kdtrace.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/netinet/in_mcast.c b/sys/netinet/in_mcast.c index 362e3f25115..ee707414dc4 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 #include #include #include diff --git a/sys/netinet/in_rmx.c b/sys/netinet/in_rmx.c index a1c0164e360..aedfd0bc08c 100644 --- a/sys/netinet/in_rmx.c +++ b/sys/netinet/in_rmx.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/netinet/khelp/h_ertt.c b/sys/netinet/khelp/h_ertt.c index 9086a246f83..005ac22fd0f 100644 --- a/sys/netinet/khelp/h_ertt.c +++ b/sys/netinet/khelp/h_ertt.c @@ -38,7 +38,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/netinet/sctp.h b/sys/netinet/sctp.h index e8ee0f941c4..ed64a69b396 100644 --- a/sys/netinet/sctp.h +++ b/sys/netinet/sctp.h @@ -35,7 +35,6 @@ #ifndef _NETINET_SCTP_H_ #define _NETINET_SCTP_H_ -#include #include #define SCTP_PACKED __attribute__((packed)) diff --git a/sys/netinet/sctp_kdtrace.c b/sys/netinet/sctp_kdtrace.c index 01af5375872..0bcf509bbb5 100644 --- a/sys/netinet/sctp_kdtrace.c +++ b/sys/netinet/sctp_kdtrace.c @@ -31,7 +31,6 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/netinet/sctp_timer.c b/sys/netinet/sctp_timer.c index d0f3f936b34..66af716eea5 100644 --- a/sys/netinet/sctp_timer.c +++ b/sys/netinet/sctp_timer.c @@ -35,8 +35,7 @@ #define _IP_VHL #include #include -#ifdef INET6 -#endif + #include #include #include diff --git a/sys/netinet/siftr.c b/sys/netinet/siftr.c index 13b26e61b5d..216d0fb6920 100644 --- a/sys/netinet/siftr.c +++ b/sys/netinet/siftr.c @@ -60,7 +60,6 @@ * Most recent update: September 2010 ******************************************************/ -#include #include #include #include diff --git a/sys/netinet/tcp.h b/sys/netinet/tcp.h index e4c592422da..70fab2c6a2d 100644 --- a/sys/netinet/tcp.h +++ b/sys/netinet/tcp.h @@ -32,7 +32,6 @@ #ifndef _NETINET_TCP_H_ #define _NETINET_TCP_H_ -#include #include #if __BSD_VISIBLE diff --git a/sys/netinet/tcp_stats.c b/sys/netinet/tcp_stats.c index 0d925f52fc5..618f9e0d10d 100644 --- a/sys/netinet/tcp_stats.c +++ b/sys/netinet/tcp_stats.c @@ -28,7 +28,6 @@ * Author: Lawrence Stewart */ -#include #include #include #include diff --git a/sys/netinet6/in6_cksum.c b/sys/netinet6/in6_cksum.c index 73e9f8b7c0c..2fb532d7801 100644 --- a/sys/netinet6/in6_cksum.c +++ b/sys/netinet6/in6_cksum.c @@ -60,7 +60,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/netinet6/in6_ifattach.c b/sys/netinet6/in6_ifattach.c index fe421c02513..11e9cba8133 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 #include #include #include diff --git a/sys/netinet6/in6_rmx.c b/sys/netinet6/in6_rmx.c index 296f29cf00a..fb00a8ea221 100644 --- a/sys/netinet6/in6_rmx.c +++ b/sys/netinet6/in6_rmx.c @@ -61,7 +61,6 @@ * */ -#include #include #include #include diff --git a/sys/netinet6/scope6.c b/sys/netinet6/scope6.c index 73702d8b803..f3cfd460254 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 #include #include #include diff --git a/sys/netinet6/send.c b/sys/netinet6/send.c index af94709bbc3..60c505af2f0 100644 --- a/sys/netinet6/send.c +++ b/sys/netinet6/send.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/netipsec/ipsec_mod.c b/sys/netipsec/ipsec_mod.c index d92c5f9a352..c5976723b4d 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 #include #include #include diff --git a/sys/netipsec/subr_ipsec.c b/sys/netipsec/subr_ipsec.c index 71766d667b0..ce874bcd57b 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 #include #include #include diff --git a/sys/netlink/netlink_generic.c b/sys/netlink/netlink_generic.c index b7600b2b6b7..28f9fe108ef 100644 --- a/sys/netlink/netlink_generic.c +++ b/sys/netlink/netlink_generic.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/netlink/netlink_generic_kpi.c b/sys/netlink/netlink_generic_kpi.c index 630064f0e2f..b5cf03dd8fc 100644 --- a/sys/netlink/netlink_generic_kpi.c +++ b/sys/netlink/netlink_generic_kpi.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/netlink/netlink_io.c b/sys/netlink/netlink_io.c index 0ca71fb6219..3fe01bb443a 100644 --- a/sys/netlink/netlink_io.c +++ b/sys/netlink/netlink_io.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/netlink/netlink_message_writer.c b/sys/netlink/netlink_message_writer.c index 8443cc59d9e..00c7f84cbc0 100644 --- a/sys/netlink/netlink_message_writer.c +++ b/sys/netlink/netlink_message_writer.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/netlink/netlink_module.c b/sys/netlink/netlink_module.c index b4073721fdc..e63048072ae 100644 --- a/sys/netlink/netlink_module.c +++ b/sys/netlink/netlink_module.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/netlink/netlink_route.c b/sys/netlink/netlink_route.c index 6b293f7ef19..0123193c204 100644 --- a/sys/netlink/netlink_route.c +++ b/sys/netlink/netlink_route.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/netpfil/ipfw/dn_heap.c b/sys/netpfil/ipfw/dn_heap.c index 53f26a0bb3f..f49b6fde810 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 #include #ifdef _KERNEL #include diff --git a/sys/netpfil/ipfw/ip_fw_bpf.c b/sys/netpfil/ipfw/ip_fw_bpf.c index 5d27eae4d79..216b39238b0 100644 --- a/sys/netpfil/ipfw/ip_fw_bpf.c +++ b/sys/netpfil/ipfw/ip_fw_bpf.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/netpfil/ipfw/ip_fw_eaction.c b/sys/netpfil/ipfw/ip_fw_eaction.c index d074d9b77d2..0dfa3df625d 100644 --- a/sys/netpfil/ipfw/ip_fw_eaction.c +++ b/sys/netpfil/ipfw/ip_fw_eaction.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/netpfil/ipfw/ip_fw_nat.c b/sys/netpfil/ipfw/ip_fw_nat.c index 4c83c91cf91..96520919514 100644 --- a/sys/netpfil/ipfw/ip_fw_nat.c +++ b/sys/netpfil/ipfw/ip_fw_nat.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/netpfil/ipfw/nat64/ip_fw_nat64.c b/sys/netpfil/ipfw/nat64/ip_fw_nat64.c index 3edebc2fe93..17f8cc099aa 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 #include #include #include diff --git a/sys/netpfil/ipfw/nat64/nat64clat.c b/sys/netpfil/ipfw/nat64/nat64clat.c index 0f74b378925..88f576025d5 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 #include #include #include diff --git a/sys/netpfil/ipfw/nat64/nat64clat_control.c b/sys/netpfil/ipfw/nat64/nat64clat_control.c index 8c4d9f3a2d8..27f7e09c231 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 #include #include #include diff --git a/sys/netpfil/ipfw/nat64/nat64lsn.c b/sys/netpfil/ipfw/nat64/nat64lsn.c index f8f8435c94b..e6d0167b52a 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 #include #include #include diff --git a/sys/netpfil/ipfw/nat64/nat64lsn_control.c b/sys/netpfil/ipfw/nat64/nat64lsn_control.c index a51c11a8686..70a67ac72f7 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 #include #include #include diff --git a/sys/netpfil/ipfw/nat64/nat64stl.c b/sys/netpfil/ipfw/nat64/nat64stl.c index 878cdbb186f..ac479cb78d2 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 #include #include #include diff --git a/sys/netpfil/ipfw/nat64/nat64stl_control.c b/sys/netpfil/ipfw/nat64/nat64stl_control.c index f762effe487..b614bbc1c59 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 #include #include #include diff --git a/sys/netpfil/ipfw/nptv6/ip_fw_nptv6.c b/sys/netpfil/ipfw/nptv6/ip_fw_nptv6.c index 20d49c05f3c..2f2565171ef 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 #include #include #include diff --git a/sys/netpfil/ipfw/nptv6/nptv6.c b/sys/netpfil/ipfw/nptv6/nptv6.c index 640bdedbf03..898545bd36f 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 #include #include #include diff --git a/sys/netpfil/ipfw/pmod/ip_fw_pmod.c b/sys/netpfil/ipfw/pmod/ip_fw_pmod.c index dfe6491b45d..6eb0b80f1e3 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 #include #include #include diff --git a/sys/netpfil/ipfw/pmod/tcpmod.c b/sys/netpfil/ipfw/pmod/tcpmod.c index d7400f4fd5e..e978394924e 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 #include #include #include diff --git a/sys/netpfil/ipfw/test/test_dn_heap.c b/sys/netpfil/ipfw/test/test_dn_heap.c index 2b01d715c39..63496703cdf 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 #include #include diff --git a/sys/netpfil/pf/pf_ruleset.c b/sys/netpfil/pf/pf_ruleset.c index 32b6e8eb30a..bdc205785bd 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 #include #include #include diff --git a/sys/netsmb/smb_conn.c b/sys/netsmb/smb_conn.c index e56e807a8c5..259635e2d8d 100644 --- a/sys/netsmb/smb_conn.c +++ b/sys/netsmb/smb_conn.c @@ -30,7 +30,6 @@ * Connection engine. */ -#include #include #include #include diff --git a/sys/netsmb/smb_crypt.c b/sys/netsmb/smb_crypt.c index 48adc745aaf..f258df479c1 100644 --- a/sys/netsmb/smb_crypt.c +++ b/sys/netsmb/smb_crypt.c @@ -35,7 +35,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/netsmb/smb_dev.c b/sys/netsmb/smb_dev.c index c8aa1287a68..6985481493a 100644 --- a/sys/netsmb/smb_dev.c +++ b/sys/netsmb/smb_dev.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/netsmb/smb_iod.c b/sys/netsmb/smb_iod.c index e39b9e63139..1e240b8965f 100644 --- a/sys/netsmb/smb_iod.c +++ b/sys/netsmb/smb_iod.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/netsmb/smb_rq.c b/sys/netsmb/smb_rq.c index 71f6e221ace..a33598489aa 100644 --- a/sys/netsmb/smb_rq.c +++ b/sys/netsmb/smb_rq.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/netsmb/smb_smb.c b/sys/netsmb/smb_smb.c index c5eb302fb83..643adf774f0 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 #include #include #include diff --git a/sys/netsmb/smb_subr.c b/sys/netsmb/smb_subr.c index 8094f959395..fbb951a37ce 100644 --- a/sys/netsmb/smb_subr.c +++ b/sys/netsmb/smb_subr.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/netsmb/smb_trantcp.c b/sys/netsmb/smb_trantcp.c index c3081849df5..f19eea45f26 100644 --- a/sys/netsmb/smb_trantcp.c +++ b/sys/netsmb/smb_trantcp.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/netsmb/smb_usr.c b/sys/netsmb/smb_usr.c index 2c5096128bb..6e862499ed2 100644 --- a/sys/netsmb/smb_usr.c +++ b/sys/netsmb/smb_usr.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/nfs/krpc_subr.c b/sys/nfs/krpc_subr.c index 6a12efa8bb1..26d83b781b0 100644 --- a/sys/nfs/krpc_subr.c +++ b/sys/nfs/krpc_subr.c @@ -43,7 +43,6 @@ * libnetboot/rpc.c */ -#include #include #include #include diff --git a/sys/nlm/nlm_advlock.c b/sys/nlm/nlm_advlock.c index 7bea89a6176..ab0011b775c 100644 --- a/sys/nlm/nlm_advlock.c +++ b/sys/nlm/nlm_advlock.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/nlm/nlm_prot_impl.c b/sys/nlm/nlm_prot_impl.c index 216c4ac82b5..5275f4362a7 100644 --- a/sys/nlm/nlm_prot_impl.c +++ b/sys/nlm/nlm_prot_impl.c @@ -29,7 +29,6 @@ #include "opt_inet6.h" -#include #include #include #include diff --git a/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c b/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c index d46e030c599..f70c92e8b29 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 + #include #include #include diff --git a/sys/opencrypto/cbc_mac.c b/sys/opencrypto/cbc_mac.c index ed9230beaf4..31958a0e5aa 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 #include #include #include diff --git a/sys/opencrypto/criov.c b/sys/opencrypto/criov.c index f17919bee70..72143e6abca 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 #include #include #include diff --git a/sys/opencrypto/cryptodeflate.c b/sys/opencrypto/cryptodeflate.c index 58fff673242..ab1a886c5be 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 #include #include #include diff --git a/sys/opencrypto/cryptodev.c b/sys/opencrypto/cryptodev.c index 118f043d4ae..9341dd60d47 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 #include #include #include diff --git a/sys/opencrypto/cryptosoft.c b/sys/opencrypto/cryptosoft.c index 972060c198a..b4634bed07c 100644 --- a/sys/opencrypto/cryptosoft.c +++ b/sys/opencrypto/cryptosoft.c @@ -31,7 +31,6 @@ * PURPOSE. */ -#include #include #include #include diff --git a/sys/opencrypto/ktls_ocf.c b/sys/opencrypto/ktls_ocf.c index 0b9a07a9c83..5f0339e8296 100644 --- a/sys/opencrypto/ktls_ocf.c +++ b/sys/opencrypto/ktls_ocf.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/opencrypto/rmd160.c b/sys/opencrypto/rmd160.c index ca091a9ef06..9cf703c54e4 100644 --- a/sys/opencrypto/rmd160.c +++ b/sys/opencrypto/rmd160.c @@ -29,7 +29,6 @@ * ftp://ftp.rsasecurity.com/pub/cryptobytes/crypto3n2.pdf */ -#include #include #include #include diff --git a/sys/opencrypto/xform_aes_cbc.c b/sys/opencrypto/xform_aes_cbc.c index e76fa6554bb..c7d255ea166 100644 --- a/sys/opencrypto/xform_aes_cbc.c +++ b/sys/opencrypto/xform_aes_cbc.c @@ -47,7 +47,6 @@ * PURPOSE. */ -#include #include #include #include diff --git a/sys/opencrypto/xform_aes_xts.c b/sys/opencrypto/xform_aes_xts.c index c97313f6023..908e1de818c 100644 --- a/sys/opencrypto/xform_aes_xts.c +++ b/sys/opencrypto/xform_aes_xts.c @@ -47,7 +47,6 @@ * PURPOSE. */ -#include #include #include #include diff --git a/sys/opencrypto/xform_cml.c b/sys/opencrypto/xform_cml.c index 31c508ebc65..6d93577fc04 100644 --- a/sys/opencrypto/xform_cml.c +++ b/sys/opencrypto/xform_cml.c @@ -47,7 +47,6 @@ * PURPOSE. */ -#include #include #include #include diff --git a/sys/opencrypto/xform_deflate.c b/sys/opencrypto/xform_deflate.c index f4e3b5e4dfe..8b048ec06a7 100644 --- a/sys/opencrypto/xform_deflate.c +++ b/sys/opencrypto/xform_deflate.c @@ -47,7 +47,6 @@ * PURPOSE. */ -#include #include #include #include diff --git a/sys/opencrypto/xform_rmd160.c b/sys/opencrypto/xform_rmd160.c index ddf988fe691..5ecc103d180 100644 --- a/sys/opencrypto/xform_rmd160.c +++ b/sys/opencrypto/xform_rmd160.c @@ -47,7 +47,6 @@ * PURPOSE. */ -#include #include #include #include diff --git a/sys/opencrypto/xform_sha1.c b/sys/opencrypto/xform_sha1.c index 0bf737ed8cb..a70f7e03959 100644 --- a/sys/opencrypto/xform_sha1.c +++ b/sys/opencrypto/xform_sha1.c @@ -47,7 +47,6 @@ * PURPOSE. */ -#include #include #include #include diff --git a/sys/opencrypto/xform_sha2.c b/sys/opencrypto/xform_sha2.c index a2359efc234..e7d7cdaad82 100644 --- a/sys/opencrypto/xform_sha2.c +++ b/sys/opencrypto/xform_sha2.c @@ -47,7 +47,6 @@ * PURPOSE. */ -#include #include #include #include diff --git a/sys/powerpc/aim/mmu_radix.c b/sys/powerpc/aim/mmu_radix.c index e26508a3bdd..abcb8ae151c 100644 --- a/sys/powerpc/aim/mmu_radix.c +++ b/sys/powerpc/aim/mmu_radix.c @@ -27,7 +27,6 @@ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/powerpc/aim/mp_cpudep.c b/sys/powerpc/aim/mp_cpudep.c index 192fefd0212..98acfc1a5c3 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 #include #include #include diff --git a/sys/powerpc/amigaone/cpld_a1222.c b/sys/powerpc/amigaone/cpld_a1222.c index e8fc19f8853..87c7143e9b1 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 #include #include #include diff --git a/sys/powerpc/amigaone/cpld_x5000.c b/sys/powerpc/amigaone/cpld_x5000.c index 7688f669a35..cf4a4680c6d 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 #include #include #include diff --git a/sys/powerpc/amigaone/platform_amigaone.c b/sys/powerpc/amigaone/platform_amigaone.c index 65f69eaab08..d9ff3f85987 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 #include #include #include diff --git a/sys/powerpc/booke/booke_machdep.c b/sys/powerpc/booke/booke_machdep.c index 23561884f22..1a37959b439 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 #include #include #include diff --git a/sys/powerpc/booke/machdep_e500.c b/sys/powerpc/booke/machdep_e500.c index 539b92736e6..d56209c12fa 100644 --- a/sys/powerpc/booke/machdep_e500.c +++ b/sys/powerpc/booke/machdep_e500.c @@ -27,7 +27,7 @@ */ #include -#include + #include #include #include diff --git a/sys/powerpc/booke/mp_cpudep.c b/sys/powerpc/booke/mp_cpudep.c index 88900ddb7f8..a57c8010204 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 #include #include #include diff --git a/sys/powerpc/booke/platform_bare.c b/sys/powerpc/booke/platform_bare.c index e004c15c9c5..354e834b5c0 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 #include #include #include diff --git a/sys/powerpc/booke/spe.c b/sys/powerpc/booke/spe.c index 30204698ec1..e10392508e4 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 #include #include #include diff --git a/sys/powerpc/cpufreq/dfs.c b/sys/powerpc/cpufreq/dfs.c index fc747189f30..247ddcaa9c6 100644 --- a/sys/powerpc/cpufreq/dfs.c +++ b/sys/powerpc/cpufreq/dfs.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/cpufreq/mpc85xx_jog.c b/sys/powerpc/cpufreq/mpc85xx_jog.c index aa098915e22..2d66fa05e94 100644 --- a/sys/powerpc/cpufreq/mpc85xx_jog.c +++ b/sys/powerpc/cpufreq/mpc85xx_jog.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/cpufreq/pcr.c b/sys/powerpc/cpufreq/pcr.c index 6c2c3de1ef4..235f2d15535 100644 --- a/sys/powerpc/cpufreq/pcr.c +++ b/sys/powerpc/cpufreq/pcr.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/cpufreq/pmcr.c b/sys/powerpc/cpufreq/pmcr.c index f736ad25bcc..8dd57079e3b 100644 --- a/sys/powerpc/cpufreq/pmcr.c +++ b/sys/powerpc/cpufreq/pmcr.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/cpufreq/pmufreq.c b/sys/powerpc/cpufreq/pmufreq.c index 3e0ecbd9be3..5c8f413539b 100644 --- a/sys/powerpc/cpufreq/pmufreq.c +++ b/sys/powerpc/cpufreq/pmufreq.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/fpu/fpu_add.c b/sys/powerpc/fpu/fpu_add.c index 25160e32b7f..d0fa995f806 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 #include #include diff --git a/sys/powerpc/fpu/fpu_compare.c b/sys/powerpc/fpu/fpu_compare.c index ce3f5a958ad..6629796d9c1 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 #include #include diff --git a/sys/powerpc/fpu/fpu_div.c b/sys/powerpc/fpu/fpu_div.c index 8795805d033..a464be050c2 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 #include #include diff --git a/sys/powerpc/fpu/fpu_explode.c b/sys/powerpc/fpu/fpu_explode.c index 0aaf631881a..9add521cabb 100644 --- a/sys/powerpc/fpu/fpu_explode.c +++ b/sys/powerpc/fpu/fpu_explode.c @@ -45,7 +45,6 @@ * into our internal format. */ -#include #include #include diff --git a/sys/powerpc/fpu/fpu_implode.c b/sys/powerpc/fpu/fpu_implode.c index 9228cb5f681..51950816b0c 100644 --- a/sys/powerpc/fpu/fpu_implode.c +++ b/sys/powerpc/fpu/fpu_implode.c @@ -45,7 +45,6 @@ * `packed binary' format. */ -#include #include #include diff --git a/sys/powerpc/fpu/fpu_mul.c b/sys/powerpc/fpu/fpu_mul.c index 544ab50cfb7..3e73c98251e 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 #include #include diff --git a/sys/powerpc/fpu/fpu_sqrt.c b/sys/powerpc/fpu/fpu_sqrt.c index 5eed5501194..7d6cdcb1b72 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 #include #include diff --git a/sys/powerpc/fpu/fpu_subr.c b/sys/powerpc/fpu/fpu_subr.c index 94d81caf94a..1da4f6e6c03 100644 --- a/sys/powerpc/fpu/fpu_subr.c +++ b/sys/powerpc/fpu/fpu_subr.c @@ -44,7 +44,6 @@ * FPU subroutines. */ -#include #include #include diff --git a/sys/powerpc/include/ofw_machdep.h b/sys/powerpc/include/ofw_machdep.h index 9b56f716f52..7c3767dfc67 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 #include #include #include diff --git a/sys/powerpc/include/rtas.h b/sys/powerpc/include/rtas.h index aee71eddeb8..7189a4bc00b 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 #include #include diff --git a/sys/powerpc/mambo/mambo.c b/sys/powerpc/mambo/mambo.c index 5360c00bb5b..99228f81145 100644 --- a/sys/powerpc/mambo/mambo.c +++ b/sys/powerpc/mambo/mambo.c @@ -26,7 +26,6 @@ * */ -#include #include #include #include diff --git a/sys/powerpc/mambo/mambo_console.c b/sys/powerpc/mambo/mambo_console.c index 5a58ad8ff22..3adc5638578 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 #include #include #include diff --git a/sys/powerpc/mambo/mambo_disk.c b/sys/powerpc/mambo/mambo_disk.c index d304a40cecb..d24652f1588 100644 --- a/sys/powerpc/mambo/mambo_disk.c +++ b/sys/powerpc/mambo/mambo_disk.c @@ -25,7 +25,6 @@ * */ -#include #include #include #include diff --git a/sys/powerpc/mikrotik/platform_rb.c b/sys/powerpc/mikrotik/platform_rb.c index 6e0229bc4cf..d53f7c99c09 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 #include #include #include diff --git a/sys/powerpc/mikrotik/rb_led.c b/sys/powerpc/mikrotik/rb_led.c index 2c1aebc3b00..9814b394060 100644 --- a/sys/powerpc/mikrotik/rb_led.c +++ b/sys/powerpc/mikrotik/rb_led.c @@ -25,7 +25,6 @@ * */ -#include #include #include #include diff --git a/sys/powerpc/mpc85xx/atpic.c b/sys/powerpc/mpc85xx/atpic.c index d364ef8c626..fdee2177c97 100644 --- a/sys/powerpc/mpc85xx/atpic.c +++ b/sys/powerpc/mpc85xx/atpic.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/mpc85xx/ds1553_bus_fdt.c b/sys/powerpc/mpc85xx/ds1553_bus_fdt.c index 78c09b246c3..2457ca2ca98 100644 --- a/sys/powerpc/mpc85xx/ds1553_bus_fdt.c +++ b/sys/powerpc/mpc85xx/ds1553_bus_fdt.c @@ -29,7 +29,7 @@ */ #include -#include + #include #include #include diff --git a/sys/powerpc/mpc85xx/ds1553_core.c b/sys/powerpc/mpc85xx/ds1553_core.c index c0e4ae3907e..c95578cacb5 100644 --- a/sys/powerpc/mpc85xx/ds1553_core.c +++ b/sys/powerpc/mpc85xx/ds1553_core.c @@ -27,7 +27,6 @@ * */ -#include #include #include #include diff --git a/sys/powerpc/mpc85xx/fsl_diu.c b/sys/powerpc/mpc85xx/fsl_diu.c index e19fbbd37e4..97803e29b6c 100644 --- a/sys/powerpc/mpc85xx/fsl_diu.c +++ b/sys/powerpc/mpc85xx/fsl_diu.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/mpc85xx/fsl_espi.c b/sys/powerpc/mpc85xx/fsl_espi.c index 220b1ea4085..746ea266805 100644 --- a/sys/powerpc/mpc85xx/fsl_espi.c +++ b/sys/powerpc/mpc85xx/fsl_espi.c @@ -24,7 +24,7 @@ * SUCH DAMAGE. * */ -#include + #include #include #include diff --git a/sys/powerpc/mpc85xx/fsl_sata.c b/sys/powerpc/mpc85xx/fsl_sata.c index 16a8ec963b2..861aaba530e 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 #include #include #include diff --git a/sys/powerpc/mpc85xx/i2c.c b/sys/powerpc/mpc85xx/i2c.c index d506c9155f5..a80181cdf9d 100644 --- a/sys/powerpc/mpc85xx/i2c.c +++ b/sys/powerpc/mpc85xx/i2c.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/mpc85xx/isa.c b/sys/powerpc/mpc85xx/isa.c index 4ef6ca94816..8b092f89598 100644 --- a/sys/powerpc/mpc85xx/isa.c +++ b/sys/powerpc/mpc85xx/isa.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/mpc85xx/lbc.c b/sys/powerpc/mpc85xx/lbc.c index 3652b20984a..c07fa1251b2 100644 --- a/sys/powerpc/mpc85xx/lbc.c +++ b/sys/powerpc/mpc85xx/lbc.c @@ -35,7 +35,6 @@ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/powerpc/mpc85xx/mpc85xx_cache.c b/sys/powerpc/mpc85xx/mpc85xx_cache.c index 215361b5415..e5104cb20fa 100644 --- a/sys/powerpc/mpc85xx/mpc85xx_cache.c +++ b/sys/powerpc/mpc85xx/mpc85xx_cache.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/mpc85xx/mpc85xx_gpio.c b/sys/powerpc/mpc85xx/mpc85xx_gpio.c index f8c46a9975a..22c35261f7b 100644 --- a/sys/powerpc/mpc85xx/mpc85xx_gpio.c +++ b/sys/powerpc/mpc85xx/mpc85xx_gpio.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/mpc85xx/pci_mpc85xx.c b/sys/powerpc/mpc85xx/pci_mpc85xx.c index 7409d8c4e07..f4080ce3b75 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 #include #include #include diff --git a/sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c b/sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c index ea72fe41345..a70df6e1c92 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 #include #include #include diff --git a/sys/powerpc/mpc85xx/platform_mpc85xx.c b/sys/powerpc/mpc85xx/platform_mpc85xx.c index 1067d835a40..6653c40b01a 100644 --- a/sys/powerpc/mpc85xx/platform_mpc85xx.c +++ b/sys/powerpc/mpc85xx/platform_mpc85xx.c @@ -27,7 +27,7 @@ */ #include "opt_platform.h" -#include + #include #include #include diff --git a/sys/powerpc/ofw/ofw_initrd.c b/sys/powerpc/ofw/ofw_initrd.c index 8f4a6e6e1f2..f8d8a9551e0 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 #include #include #include diff --git a/sys/powerpc/ofw/ofw_pcib_pci.c b/sys/powerpc/ofw/ofw_pcib_pci.c index 940ddb17873..055aab9cf4c 100644 --- a/sys/powerpc/ofw/ofw_pcib_pci.c +++ b/sys/powerpc/ofw/ofw_pcib_pci.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/ofw/ofw_pcibus.c b/sys/powerpc/ofw/ofw_pcibus.c index 85b36e37c7e..9619ccc6c89 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 #include #include #include diff --git a/sys/powerpc/ofw/ofw_syscons.c b/sys/powerpc/ofw/ofw_syscons.c index 8e44ebb5abf..652d68ce744 100644 --- a/sys/powerpc/ofw/ofw_syscons.c +++ b/sys/powerpc/ofw/ofw_syscons.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/ofw/openpic_ofw.c b/sys/powerpc/ofw/openpic_ofw.c index 5f86077f2de..fdab55fb30f 100644 --- a/sys/powerpc/ofw/openpic_ofw.c +++ b/sys/powerpc/ofw/openpic_ofw.c @@ -28,7 +28,6 @@ * */ -#include #include #include #include diff --git a/sys/powerpc/powermac/atibl.c b/sys/powerpc/powermac/atibl.c index 6d276040cf2..c0d6548d50c 100644 --- a/sys/powerpc/powermac/atibl.c +++ b/sys/powerpc/powermac/atibl.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/powermac/cpcht.c b/sys/powerpc/powermac/cpcht.c index 5af9b6c94d0..138aefda5cd 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 #include #include #include diff --git a/sys/powerpc/powermac/cuda.c b/sys/powerpc/powermac/cuda.c index 97f60f26955..0b3adf4f91e 100644 --- a/sys/powerpc/powermac/cuda.c +++ b/sys/powerpc/powermac/cuda.c @@ -30,7 +30,6 @@ * */ -#include #include #include #include diff --git a/sys/powerpc/powermac/dbdma.c b/sys/powerpc/powermac/dbdma.c index 4f64fb76d1f..7bb06350f3f 100644 --- a/sys/powerpc/powermac/dbdma.c +++ b/sys/powerpc/powermac/dbdma.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/powermac/fcu.c b/sys/powerpc/powermac/fcu.c index cfb5b8e9ece..0b3ee6f375b 100644 --- a/sys/powerpc/powermac/fcu.c +++ b/sys/powerpc/powermac/fcu.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/powermac/grackle.c b/sys/powerpc/powermac/grackle.c index 53c7725646e..cddf66e6d5f 100644 --- a/sys/powerpc/powermac/grackle.c +++ b/sys/powerpc/powermac/grackle.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/powermac/nvbl.c b/sys/powerpc/powermac/nvbl.c index 99e94b2d991..0323ab4261d 100644 --- a/sys/powerpc/powermac/nvbl.c +++ b/sys/powerpc/powermac/nvbl.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/powermac/platform_powermac.c b/sys/powerpc/powermac/platform_powermac.c index 191d9ae64ab..c63ef521ca8 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 #include #include #include diff --git a/sys/powerpc/powermac/pmu.c b/sys/powerpc/powermac/pmu.c index f9d9d4d40c7..84be68ff0ef 100644 --- a/sys/powerpc/powermac/pmu.c +++ b/sys/powerpc/powermac/pmu.c @@ -28,7 +28,6 @@ * */ -#include #include #include #include diff --git a/sys/powerpc/powermac/powermac_thermal.c b/sys/powerpc/powermac/powermac_thermal.c index e711beca548..a7e66cc2b80 100644 --- a/sys/powerpc/powermac/powermac_thermal.c +++ b/sys/powerpc/powermac/powermac_thermal.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/powermac/smu.c b/sys/powerpc/powermac/smu.c index af00599e6b5..5f604cd73c9 100644 --- a/sys/powerpc/powermac/smu.c +++ b/sys/powerpc/powermac/smu.c @@ -27,7 +27,6 @@ * */ -#include #include #include #include diff --git a/sys/powerpc/powermac/smusat.c b/sys/powerpc/powermac/smusat.c index c69e9461088..5639daa2850 100644 --- a/sys/powerpc/powermac/smusat.c +++ b/sys/powerpc/powermac/smusat.c @@ -27,7 +27,6 @@ * */ -#include #include #include #include diff --git a/sys/powerpc/powermac/uninorthpci.c b/sys/powerpc/powermac/uninorthpci.c index ef48085bfdc..3df853080f0 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 #include #include #include diff --git a/sys/powerpc/powermac/vcoregpio.c b/sys/powerpc/powermac/vcoregpio.c index 02461e7552a..a3ec85989f7 100644 --- a/sys/powerpc/powermac/vcoregpio.c +++ b/sys/powerpc/powermac/vcoregpio.c @@ -27,7 +27,6 @@ * */ -#include #include #include #include diff --git a/sys/powerpc/powernv/opal.h b/sys/powerpc/powernv/opal.h index 50a621cd14c..40da7a09bfb 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 #include #include diff --git a/sys/powerpc/powernv/opal_async.c b/sys/powerpc/powernv/opal_async.c index 45329879b15..781a56a4de7 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 #include #include #include diff --git a/sys/powerpc/powernv/opal_dev.c b/sys/powerpc/powernv/opal_dev.c index ab1a1fbb731..1ed50671aee 100644 --- a/sys/powerpc/powernv/opal_dev.c +++ b/sys/powerpc/powernv/opal_dev.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/powernv/opal_flash.c b/sys/powerpc/powernv/opal_flash.c index b1e701fde97..144de20da5d 100644 --- a/sys/powerpc/powernv/opal_flash.c +++ b/sys/powerpc/powernv/opal_flash.c @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/powernv/opal_hmi.c b/sys/powerpc/powernv/opal_hmi.c index 748cfd17991..0dc179be375 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 #include #include #include diff --git a/sys/powerpc/powernv/opal_i2c.c b/sys/powerpc/powernv/opal_i2c.c index eaf931c684d..1f200210211 100644 --- a/sys/powerpc/powernv/opal_i2c.c +++ b/sys/powerpc/powernv/opal_i2c.c @@ -27,7 +27,6 @@ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/powerpc/powernv/opal_i2cm.c b/sys/powerpc/powernv/opal_i2cm.c index 77277874ce8..28d6b8d5553 100644 --- a/sys/powerpc/powernv/opal_i2cm.c +++ b/sys/powerpc/powernv/opal_i2cm.c @@ -27,7 +27,6 @@ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/powerpc/powernv/opal_pci.c b/sys/powerpc/powernv/opal_pci.c index 4a3d08d4c72..8dee2c45c08 100644 --- a/sys/powerpc/powernv/opal_pci.c +++ b/sys/powerpc/powernv/opal_pci.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/powernv/opal_sensor.c b/sys/powerpc/powernv/opal_sensor.c index bf7a7974770..657044d1ea0 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 #include #include #include diff --git a/sys/powerpc/powernv/platform_powernv.c b/sys/powerpc/powernv/platform_powernv.c index e9babc128af..50af24794e6 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 #include #include #include diff --git a/sys/powerpc/powernv/powernv_centaur.c b/sys/powerpc/powernv/powernv_centaur.c index 332becfaf50..70c23a33336 100644 --- a/sys/powerpc/powernv/powernv_centaur.c +++ b/sys/powerpc/powernv/powernv_centaur.c @@ -27,7 +27,6 @@ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/powerpc/powernv/powernv_xscom.c b/sys/powerpc/powernv/powernv_xscom.c index 172e6c01580..a7012aefa16 100644 --- a/sys/powerpc/powernv/powernv_xscom.c +++ b/sys/powerpc/powernv/powernv_xscom.c @@ -27,7 +27,6 @@ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/powerpc/powerpc/altivec.c b/sys/powerpc/powerpc/altivec.c index 5072cf3dc6f..c4f356875af 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 #include #include #include diff --git a/sys/powerpc/powerpc/autoconf.c b/sys/powerpc/powerpc/autoconf.c index e76225e0665..a2f48c2da49 100644 --- a/sys/powerpc/powerpc/autoconf.c +++ b/sys/powerpc/powerpc/autoconf.c @@ -28,7 +28,6 @@ #include "opt_isa.h" -#include #include #include #include diff --git a/sys/powerpc/powerpc/busdma_machdep.c b/sys/powerpc/powerpc/busdma_machdep.c index 59e54d2478f..21828e422d5 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 #include #include #include diff --git a/sys/powerpc/powerpc/clock.c b/sys/powerpc/powerpc/clock.c index 5b10e200a97..b294563706d 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 #include #include #include diff --git a/sys/powerpc/powerpc/copyinout.c b/sys/powerpc/powerpc/copyinout.c index 5df9db51fc8..b16c2828c20 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 #include #include #include diff --git a/sys/powerpc/powerpc/db_disasm.c b/sys/powerpc/powerpc/db_disasm.c index 31f0b93f28b..3d22e13a3eb 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 #include #include #include diff --git a/sys/powerpc/powerpc/dump_machdep.c b/sys/powerpc/powerpc/dump_machdep.c index ac7e6283b5d..7fbd0f6c011 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 #include #include #include diff --git a/sys/powerpc/powerpc/fpu.c b/sys/powerpc/powerpc/fpu.c index 8f5df2f7d57..0eaff2ea493 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 #include #include #include diff --git a/sys/powerpc/powerpc/gdb_machdep.c b/sys/powerpc/powerpc/gdb_machdep.c index d7ec7221614..4bccfede47a 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 #include #include #include diff --git a/sys/powerpc/powerpc/mp_machdep.c b/sys/powerpc/powerpc/mp_machdep.c index 31ba37809ad..d6d140aa0ea 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 #include #include #include diff --git a/sys/powerpc/powerpc/nexus.c b/sys/powerpc/powerpc/nexus.c index c5f460baf44..b9c2755dd98 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 #include #include #include diff --git a/sys/powerpc/powerpc/ptrace_machdep.c b/sys/powerpc/powerpc/ptrace_machdep.c index 2e494e17848..619faabf3ce 100644 --- a/sys/powerpc/powerpc/ptrace_machdep.c +++ b/sys/powerpc/powerpc/ptrace_machdep.c @@ -25,7 +25,6 @@ * */ -#include #include #include #include diff --git a/sys/powerpc/powerpc/sc_machdep.c b/sys/powerpc/powerpc/sc_machdep.c index 5640923c634..6f3c6ecc125 100644 --- a/sys/powerpc/powerpc/sc_machdep.c +++ b/sys/powerpc/powerpc/sc_machdep.c @@ -27,7 +27,6 @@ * */ -#include #include #include #include diff --git a/sys/powerpc/powerpc/stack_machdep.c b/sys/powerpc/powerpc/stack_machdep.c index 3a5e3269bad..2d1a45c71c5 100644 --- a/sys/powerpc/powerpc/stack_machdep.c +++ b/sys/powerpc/powerpc/stack_machdep.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/powerpc/syncicache.c b/sys/powerpc/powerpc/syncicache.c index 8065dc2e4e1..0dd42b5df88 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 #include #if defined(_KERNEL) || defined(_STANDALONE) #include diff --git a/sys/powerpc/powerpc/sys_machdep.c b/sys/powerpc/powerpc/sys_machdep.c index cba9deb69ac..cc2311d57ec 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 #include #include #include diff --git a/sys/powerpc/powerpc/trap.c b/sys/powerpc/powerpc/trap.c index 7f1a267f5cf..ab3e5687516 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 #include #include #include diff --git a/sys/powerpc/powerpc/uio_machdep.c b/sys/powerpc/powerpc/uio_machdep.c index 288f5f33323..ee0f9f2a079 100644 --- a/sys/powerpc/powerpc/uio_machdep.c +++ b/sys/powerpc/powerpc/uio_machdep.c @@ -35,7 +35,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/powerpc/uma_machdep.c b/sys/powerpc/powerpc/uma_machdep.c index 3f8276b16ba..47ee785f4be 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 #include #include #include diff --git a/sys/powerpc/ps3/mmu_ps3.c b/sys/powerpc/ps3/mmu_ps3.c index 0e0ad4db317..6aeadfab5f7 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 #include #include #include diff --git a/sys/powerpc/ps3/platform_ps3.c b/sys/powerpc/ps3/platform_ps3.c index dd2a101b3b9..556f723a013 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 #include #include #include diff --git a/sys/powerpc/ps3/ps3_syscons.c b/sys/powerpc/ps3/ps3_syscons.c index e41210b5fd5..0e2f2105625 100644 --- a/sys/powerpc/ps3/ps3_syscons.c +++ b/sys/powerpc/ps3/ps3_syscons.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/ps3/ps3bus.c b/sys/powerpc/ps3/ps3bus.c index 90374c168cf..64548e5a3b3 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 #include #include #include diff --git a/sys/powerpc/ps3/ps3cdrom.c b/sys/powerpc/ps3/ps3cdrom.c index d86bb1cb90e..f40cb8710d5 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 #include #include #include diff --git a/sys/powerpc/ps3/ps3disk.c b/sys/powerpc/ps3/ps3disk.c index db486c19aef..0931e6aad58 100644 --- a/sys/powerpc/ps3/ps3disk.c +++ b/sys/powerpc/ps3/ps3disk.c @@ -26,7 +26,6 @@ * */ -#include #include #include #include diff --git a/sys/powerpc/pseries/mmu_phyp.c b/sys/powerpc/pseries/mmu_phyp.c index 3477a10c1a0..ccb5e4101ca 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 #include #include #include diff --git a/sys/powerpc/pseries/phyp_llan.c b/sys/powerpc/pseries/phyp_llan.c index 26209d74410..4ba4549a9cf 100644 --- a/sys/powerpc/pseries/phyp_llan.c +++ b/sys/powerpc/pseries/phyp_llan.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/pseries/phyp_vscsi.c b/sys/powerpc/pseries/phyp_vscsi.c index b7f66734429..e18d584e7b2 100644 --- a/sys/powerpc/pseries/phyp_vscsi.c +++ b/sys/powerpc/pseries/phyp_vscsi.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/pseries/plpar_iommu.c b/sys/powerpc/pseries/plpar_iommu.c index b9e328752f4..45ecb0964e6 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 #include #include #include diff --git a/sys/powerpc/pseries/plpar_pcibus.c b/sys/powerpc/pseries/plpar_pcibus.c index 60f4e0ec878..653bb83b397 100644 --- a/sys/powerpc/pseries/plpar_pcibus.c +++ b/sys/powerpc/pseries/plpar_pcibus.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/pseries/rtas_dev.c b/sys/powerpc/pseries/rtas_dev.c index f8198ef2741..09e851f445f 100644 --- a/sys/powerpc/pseries/rtas_dev.c +++ b/sys/powerpc/pseries/rtas_dev.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/pseries/rtas_pci.c b/sys/powerpc/pseries/rtas_pci.c index b2800ba9d47..02d1a559e7d 100644 --- a/sys/powerpc/pseries/rtas_pci.c +++ b/sys/powerpc/pseries/rtas_pci.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/pseries/vdevice.c b/sys/powerpc/pseries/vdevice.c index e4b678e9d50..5b1b1452be5 100644 --- a/sys/powerpc/pseries/vdevice.c +++ b/sys/powerpc/pseries/vdevice.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/powerpc/psim/openpic_iobus.c b/sys/powerpc/psim/openpic_iobus.c index 30c3447e109..bf5bd8235a6 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 #include #include #include diff --git a/sys/riscv/riscv/busdma_bounce.c b/sys/riscv/riscv/busdma_bounce.c index 2aa6c0d0b37..83ea92219e1 100644 --- a/sys/riscv/riscv/busdma_bounce.c +++ b/sys/riscv/riscv/busdma_bounce.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/riscv/riscv/busdma_machdep.c b/sys/riscv/riscv/busdma_machdep.c index 19cfd21edc6..71171766190 100644 --- a/sys/riscv/riscv/busdma_machdep.c +++ b/sys/riscv/riscv/busdma_machdep.c @@ -31,7 +31,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/riscv/riscv/clock.c b/sys/riscv/riscv/clock.c index 7e15d4241cc..efedaace753 100644 --- a/sys/riscv/riscv/clock.c +++ b/sys/riscv/riscv/clock.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/riscv/riscv/db_disasm.c b/sys/riscv/riscv/db_disasm.c index a11db0d9537..74b04e08883 100644 --- a/sys/riscv/riscv/db_disasm.c +++ b/sys/riscv/riscv/db_disasm.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/riscv/riscv/db_interface.c b/sys/riscv/riscv/db_interface.c index e7599980f5c..c56645d04e3 100644 --- a/sys/riscv/riscv/db_interface.c +++ b/sys/riscv/riscv/db_interface.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/riscv/riscv/db_trace.c b/sys/riscv/riscv/db_trace.c index 12972839c29..d3a52ecf59b 100644 --- a/sys/riscv/riscv/db_trace.c +++ b/sys/riscv/riscv/db_trace.c @@ -37,7 +37,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/riscv/riscv/elf_machdep.c b/sys/riscv/riscv/elf_machdep.c index e3744aa2c9e..67b1fcc4c1a 100644 --- a/sys/riscv/riscv/elf_machdep.c +++ b/sys/riscv/riscv/elf_machdep.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/riscv/riscv/exec_machdep.c b/sys/riscv/riscv/exec_machdep.c index adc977dbdb3..b1f96b1426a 100644 --- a/sys/riscv/riscv/exec_machdep.c +++ b/sys/riscv/riscv/exec_machdep.c @@ -33,7 +33,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/riscv/riscv/genassym.c b/sys/riscv/riscv/genassym.c index 67714346cc7..6e4f9197a59 100644 --- a/sys/riscv/riscv/genassym.c +++ b/sys/riscv/riscv/genassym.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/riscv/riscv/identcpu.c b/sys/riscv/riscv/identcpu.c index 385acb29381..3803503e4b7 100644 --- a/sys/riscv/riscv/identcpu.c +++ b/sys/riscv/riscv/identcpu.c @@ -41,7 +41,6 @@ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/riscv/riscv/intr_machdep.c b/sys/riscv/riscv/intr_machdep.c index d2a45417505..6c00b29c120 100644 --- a/sys/riscv/riscv/intr_machdep.c +++ b/sys/riscv/riscv/intr_machdep.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/riscv/riscv/machdep.c b/sys/riscv/riscv/machdep.c index d5767e240c7..a0ed59cfef8 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 #include #include #include diff --git a/sys/riscv/riscv/mem.c b/sys/riscv/riscv/mem.c index d8e2706f708..7bf48a02e16 100644 --- a/sys/riscv/riscv/mem.c +++ b/sys/riscv/riscv/mem.c @@ -25,7 +25,6 @@ * */ -#include #include #include #include diff --git a/sys/riscv/riscv/mp_machdep.c b/sys/riscv/riscv/mp_machdep.c index 95fe59519bb..2c144e457b4 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 #include #include #include diff --git a/sys/riscv/riscv/nexus.c b/sys/riscv/riscv/nexus.c index 06dc6412b88..31e50d3ca29 100644 --- a/sys/riscv/riscv/nexus.c +++ b/sys/riscv/riscv/nexus.c @@ -38,7 +38,6 @@ */ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/riscv/riscv/ofw_machdep.c b/sys/riscv/riscv/ofw_machdep.c index c56493daa80..205c7cc70c1 100644 --- a/sys/riscv/riscv/ofw_machdep.c +++ b/sys/riscv/riscv/ofw_machdep.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/riscv/riscv/plic.c b/sys/riscv/riscv/plic.c index 27c8f59b1a8..90f79cf9b3a 100644 --- a/sys/riscv/riscv/plic.c +++ b/sys/riscv/riscv/plic.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/riscv/riscv/ptrace_machdep.c b/sys/riscv/riscv/ptrace_machdep.c index 809c5b5eee0..11c9cddcf77 100644 --- a/sys/riscv/riscv/ptrace_machdep.c +++ b/sys/riscv/riscv/ptrace_machdep.c @@ -33,7 +33,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/riscv/riscv/riscv_console.c b/sys/riscv/riscv/riscv_console.c index 6e6a42d2f11..de61fe24dce 100644 --- a/sys/riscv/riscv/riscv_console.c +++ b/sys/riscv/riscv/riscv_console.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/riscv/riscv/riscv_syscon.c b/sys/riscv/riscv/riscv_syscon.c index 4c193a13b18..7442b982f2a 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 #include #include #include diff --git a/sys/riscv/riscv/sbi.c b/sys/riscv/riscv/sbi.c index 36aaa8a6ffe..630b9bbd972 100644 --- a/sys/riscv/riscv/sbi.c +++ b/sys/riscv/riscv/sbi.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/riscv/riscv/stack_machdep.c b/sys/riscv/riscv/stack_machdep.c index f151eb9b1b4..25ddf6ddfa0 100644 --- a/sys/riscv/riscv/stack_machdep.c +++ b/sys/riscv/riscv/stack_machdep.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/riscv/riscv/sys_machdep.c b/sys/riscv/riscv/sys_machdep.c index 861178109ea..2a9a25a0c05 100644 --- a/sys/riscv/riscv/sys_machdep.c +++ b/sys/riscv/riscv/sys_machdep.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/riscv/riscv/timer.c b/sys/riscv/riscv/timer.c index 066aed50450..bb98aee3e2c 100644 --- a/sys/riscv/riscv/timer.c +++ b/sys/riscv/riscv/timer.c @@ -38,7 +38,6 @@ #include "opt_platform.h" -#include #include #include #include diff --git a/sys/riscv/riscv/uio_machdep.c b/sys/riscv/riscv/uio_machdep.c index cf07dfcb161..2e6ed2337fc 100644 --- a/sys/riscv/riscv/uio_machdep.c +++ b/sys/riscv/riscv/uio_machdep.c @@ -33,7 +33,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/riscv/riscv/uma_machdep.c b/sys/riscv/riscv/uma_machdep.c index 1f95c6221e4..54e0d25800f 100644 --- a/sys/riscv/riscv/uma_machdep.c +++ b/sys/riscv/riscv/uma_machdep.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/riscv/riscv/unwind.c b/sys/riscv/riscv/unwind.c index ddf80d80528..b3931c615b9 100644 --- a/sys/riscv/riscv/unwind.c +++ b/sys/riscv/riscv/unwind.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include #include #include diff --git a/sys/riscv/riscv/vm_machdep.c b/sys/riscv/riscv/vm_machdep.c index 58acf5df9e1..b4a7f1c489a 100644 --- a/sys/riscv/riscv/vm_machdep.c +++ b/sys/riscv/riscv/vm_machdep.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/riscv/sifive/fe310_aon.c b/sys/riscv/sifive/fe310_aon.c index 1c0485f9210..d64cf12ff45 100644 --- a/sys/riscv/sifive/fe310_aon.c +++ b/sys/riscv/sifive/fe310_aon.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/riscv/sifive/fu740_pci_dw.c b/sys/riscv/sifive/fu740_pci_dw.c index fe741f4bb6e..67305f1ee79 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 #include #include #include diff --git a/sys/riscv/sifive/sifive_gpio.c b/sys/riscv/sifive/sifive_gpio.c index b739b034321..ef68d2b39da 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 #include #include #include diff --git a/sys/riscv/sifive/sifive_prci.c b/sys/riscv/sifive/sifive_prci.c index b5e5e4adc7d..0065711a62d 100644 --- a/sys/riscv/sifive/sifive_prci.c +++ b/sys/riscv/sifive/sifive_prci.c @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/riscv/sifive/sifive_spi.c b/sys/riscv/sifive/sifive_spi.c index c51e3ab2d32..e2785995440 100644 --- a/sys/riscv/sifive/sifive_spi.c +++ b/sys/riscv/sifive/sifive_spi.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/riscv/sifive/sifive_uart.c b/sys/riscv/sifive/sifive_uart.c index 2b7dc46cb91..594773cd326 100644 --- a/sys/riscv/sifive/sifive_uart.c +++ b/sys/riscv/sifive/sifive_uart.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/rpc/clnt_rc.c b/sys/rpc/clnt_rc.c index fbd471ea6f5..b2ee4551149 100644 --- a/sys/rpc/clnt_rc.c +++ b/sys/rpc/clnt_rc.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/rpc/getnetconfig.c b/sys/rpc/getnetconfig.c index 25e04c54f17..eebe9dcecf6 100644 --- a/sys/rpc/getnetconfig.c +++ b/sys/rpc/getnetconfig.c @@ -29,7 +29,6 @@ #include "opt_inet6.h" -#include #include #include #include diff --git a/sys/rpc/replay.c b/sys/rpc/replay.c index 170559a0fb8..13e2925728f 100644 --- a/sys/rpc/replay.c +++ b/sys/rpc/replay.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/rpc/rpcsec_gss/rpcsec_gss.c b/sys/rpc/rpcsec_gss/rpcsec_gss.c index 4b0a962070a..2b566bbdb90 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 #include #include #include diff --git a/sys/rpc/rpcsec_gss/rpcsec_gss_conf.c b/sys/rpc/rpcsec_gss/rpcsec_gss_conf.c index 97350a400fa..4c01054d521 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 #include #include #include diff --git a/sys/rpc/rpcsec_gss/rpcsec_gss_misc.c b/sys/rpc/rpcsec_gss/rpcsec_gss_misc.c index 8e9b7de536c..e1451bbb82d 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 #include #include #include diff --git a/sys/rpc/rpcsec_gss/rpcsec_gss_prot.c b/sys/rpc/rpcsec_gss/rpcsec_gss_prot.c index 0fe214449ac..9999a282593 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 #include #include #include diff --git a/sys/rpc/rpcsec_gss/svc_rpcsec_gss.c b/sys/rpc/rpcsec_gss/svc_rpcsec_gss.c index 89526544639..1e6e71fa10a 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 #include #include #include diff --git a/sys/rpc/svc_dg.c b/sys/rpc/svc_dg.c index e7fa0875ceb..8e5634b92d8 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 /* * svc_dg.c, Server side for connectionless RPC. */ diff --git a/sys/security/audit/audit.c b/sys/security/audit/audit.c index cb6052de3ed..269e62db454 100644 --- a/sys/security/audit/audit.c +++ b/sys/security/audit/audit.c @@ -35,7 +35,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/security/audit/audit_arg.c b/sys/security/audit/audit_arg.c index 7b7fe34ccda..c8ae56e8748 100644 --- a/sys/security/audit/audit_arg.c +++ b/sys/security/audit/audit_arg.c @@ -35,7 +35,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/security/audit/audit_bsm.c b/sys/security/audit/audit_bsm.c index e50053ce752..2cd1511b229 100644 --- a/sys/security/audit/audit_bsm.c +++ b/sys/security/audit/audit_bsm.c @@ -35,7 +35,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/security/audit/audit_bsm_db.c b/sys/security/audit/audit_bsm_db.c index ff5bd8d6080..c9f3d5c8a54 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 #include #include #include diff --git a/sys/security/audit/audit_bsm_klib.c b/sys/security/audit/audit_bsm_klib.c index c29cd6540ab..1c0ba41e74a 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 #include #include #include diff --git a/sys/security/audit/audit_dtrace.c b/sys/security/audit/audit_dtrace.c index c7cba62fbdd..e0f6a0f85b8 100644 --- a/sys/security/audit/audit_dtrace.c +++ b/sys/security/audit/audit_dtrace.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/security/audit/audit_pipe.c b/sys/security/audit/audit_pipe.c index 926865b499d..704f9c72680 100644 --- a/sys/security/audit/audit_pipe.c +++ b/sys/security/audit/audit_pipe.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/security/audit/audit_syscalls.c b/sys/security/audit/audit_syscalls.c index f246e1d7339..40b2fb3d1c9 100644 --- a/sys/security/audit/audit_syscalls.c +++ b/sys/security/audit/audit_syscalls.c @@ -35,7 +35,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/security/audit/audit_trigger.c b/sys/security/audit/audit_trigger.c index ffa29b6d995..482f7c56a2e 100644 --- a/sys/security/audit/audit_trigger.c +++ b/sys/security/audit/audit_trigger.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/security/audit/audit_worker.c b/sys/security/audit/audit_worker.c index 9dbe5bcef2a..6721cbab69b 100644 --- a/sys/security/audit/audit_worker.c +++ b/sys/security/audit/audit_worker.c @@ -35,7 +35,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/security/audit/bsm_domain.c b/sys/security/audit/bsm_domain.c index d68a3fcfa5c..9e52647f263 100644 --- a/sys/security/audit/bsm_domain.c +++ b/sys/security/audit/bsm_domain.c @@ -29,7 +29,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include #include #include diff --git a/sys/security/audit/bsm_errno.c b/sys/security/audit/bsm_errno.c index a26e3f174ce..6bc110cf023 100644 --- a/sys/security/audit/bsm_errno.c +++ b/sys/security/audit/bsm_errno.c @@ -29,7 +29,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include #include #include diff --git a/sys/security/audit/bsm_fcntl.c b/sys/security/audit/bsm_fcntl.c index cc042f70885..e46faa8091e 100644 --- a/sys/security/audit/bsm_fcntl.c +++ b/sys/security/audit/bsm_fcntl.c @@ -29,7 +29,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include #include #include diff --git a/sys/security/audit/bsm_socket_type.c b/sys/security/audit/bsm_socket_type.c index fd715a25667..51030c90ada 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 #include #include diff --git a/sys/security/audit/bsm_token.c b/sys/security/audit/bsm_token.c index 9b54dadb29c..f704f75c17d 100644 --- a/sys/security/audit/bsm_token.c +++ b/sys/security/audit/bsm_token.c @@ -33,7 +33,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/security/mac/mac_audit.c b/sys/security/mac/mac_audit.c index 5c8cd2596a8..83ec6cc2ed8 100644 --- a/sys/security/mac/mac_audit.c +++ b/sys/security/mac/mac_audit.c @@ -40,7 +40,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/security/mac/mac_framework.c b/sys/security/mac/mac_framework.c index 682f05c6979..78c7c1ac6bd 100644 --- a/sys/security/mac/mac_framework.c +++ b/sys/security/mac/mac_framework.c @@ -68,7 +68,6 @@ #include "opt_mac.h" -#include #include #include #include diff --git a/sys/security/mac_veriexec_parser/mac_veriexec_parser.c b/sys/security/mac_veriexec_parser/mac_veriexec_parser.c index 06a5d8816c8..26ba573a213 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 #include #include #include diff --git a/sys/sys/capsicum.h b/sys/sys/capsicum.h index 93c5f0c9c39..b9eb6140961 100644 --- a/sys/sys/capsicum.h +++ b/sys/sys/capsicum.h @@ -39,7 +39,6 @@ #ifndef _SYS_CAPSICUM_H_ #define _SYS_CAPSICUM_H_ -#include #include #include diff --git a/sys/sys/libkern.h b/sys/sys/libkern.h index eb0b0a589ed..6fbb97e48da 100644 --- a/sys/sys/libkern.h +++ b/sys/sys/libkern.h @@ -32,7 +32,6 @@ #ifndef _SYS_LIBKERN_H_ #define _SYS_LIBKERN_H_ -#include #include #ifdef _KERNEL #include diff --git a/sys/sys/racct.h b/sys/sys/racct.h index 22b61bba537..c6020b82c86 100644 --- a/sys/sys/racct.h +++ b/sys/sys/racct.h @@ -35,7 +35,6 @@ #ifndef _RACCT_H_ #define _RACCT_H_ -#include #include #include #include diff --git a/sys/tests/callout_test/callout_test.c b/sys/tests/callout_test/callout_test.c index 87b546d4b42..059d6a728fb 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 + #include #include #include diff --git a/sys/tests/epoch/epoch_test.c b/sys/tests/epoch/epoch_test.c index e34b5de1c42..4911016a8d8 100644 --- a/sys/tests/epoch/epoch_test.c +++ b/sys/tests/epoch/epoch_test.c @@ -24,7 +24,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/tests/framework/kern_testfrwk.c b/sys/tests/framework/kern_testfrwk.c index 19714fa76f5..19691f1febf 100644 --- a/sys/tests/framework/kern_testfrwk.c +++ b/sys/tests/framework/kern_testfrwk.c @@ -23,7 +23,7 @@ * SUCH DAMAGE. * */ -#include + #include #include #include diff --git a/sys/ufs/ffs/ffs_balloc.c b/sys/ufs/ffs/ffs_balloc.c index 551f3b36a36..4a23c6f5856 100644 --- a/sys/ufs/ffs/ffs_balloc.c +++ b/sys/ufs/ffs/ffs_balloc.c @@ -59,7 +59,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/ufs/ffs/ffs_rawread.c b/sys/ufs/ffs/ffs_rawread.c index a8df78ee8ef..affdd709515 100644 --- a/sys/ufs/ffs/ffs_rawread.c +++ b/sys/ufs/ffs/ffs_rawread.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/ufs/ffs/ffs_subr.c b/sys/ufs/ffs/ffs_subr.c index 83e29360cf1..20addf66a65 100644 --- a/sys/ufs/ffs/ffs_subr.c +++ b/sys/ufs/ffs/ffs_subr.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/ufs/ffs/ffs_tables.c b/sys/ufs/ffs/ffs_tables.c index 19cc824e649..aa3c2fdb67c 100644 --- a/sys/ufs/ffs/ffs_tables.c +++ b/sys/ufs/ffs/ffs_tables.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/ufs/ufs/ufs_bmap.c b/sys/ufs/ufs/ufs_bmap.c index ec5722d5b94..14775cace40 100644 --- a/sys/ufs/ufs/ufs_bmap.c +++ b/sys/ufs/ufs/ufs_bmap.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/vm/device_pager.c b/sys/vm/device_pager.c index 6d0641e6b56..0b1c5287b88 100644 --- a/sys/vm/device_pager.c +++ b/sys/vm/device_pager.c @@ -34,7 +34,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/vm/phys_pager.c b/sys/vm/phys_pager.c index 19050d6c5a0..6ee5076f9a9 100644 --- a/sys/vm/phys_pager.c +++ b/sys/vm/phys_pager.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/vm/redzone.c b/sys/vm/redzone.c index 05770dc5a89..69e1fcb31a5 100644 --- a/sys/vm/redzone.c +++ b/sys/vm/redzone.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c index 06080a0a8a9..56c3695f2c8 100644 --- a/sys/vm/vm_init.c +++ b/sys/vm/vm_init.c @@ -62,7 +62,6 @@ * Initialize the Virtual Memory subsystem. */ -#include #include #include #include diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index a9aa30d81c6..3111dda6e99 100644 --- a/sys/vm/vm_map.c +++ b/sys/vm/vm_map.c @@ -62,7 +62,6 @@ * Virtual memory mapping module. */ -#include #include #include #include diff --git a/sys/vm/vm_meter.c b/sys/vm/vm_meter.c index 8da500dfc7f..d255f8e8f35 100644 --- a/sys/vm/vm_meter.c +++ b/sys/vm/vm_meter.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/vm/vm_swapout_dummy.c b/sys/vm/vm_swapout_dummy.c index f8ce4bdcabc..bf0fd7b5aa5 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 #include #include #include diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c index 6db849598f5..395fbdbee9a 100644 --- a/sys/vm/vm_unix.c +++ b/sys/vm/vm_unix.c @@ -40,7 +40,6 @@ * Traditional sbrk/grow interface to VM */ -#include #include #include #include diff --git a/sys/x86/acpica/OsdEnvironment.c b/sys/x86/acpica/OsdEnvironment.c index 6d6448fbcf0..c9dd3d0560c 100644 --- a/sys/x86/acpica/OsdEnvironment.c +++ b/sys/x86/acpica/OsdEnvironment.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/x86/acpica/acpi_apm.c b/sys/x86/acpica/acpi_apm.c index 4e880c3e541..ffefcdf733c 100644 --- a/sys/x86/acpica/acpi_apm.c +++ b/sys/x86/acpica/acpi_apm.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/x86/acpica/madt.c b/sys/x86/acpica/madt.c index 200eec1fbb2..adfeed70c5c 100644 --- a/sys/x86/acpica/madt.c +++ b/sys/x86/acpica/madt.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/x86/cpufreq/est.c b/sys/x86/cpufreq/est.c index a89e3d7d7ce..19448ff127e 100644 --- a/sys/x86/cpufreq/est.c +++ b/sys/x86/cpufreq/est.c @@ -27,7 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/x86/cpufreq/hwpstate_amd.c b/sys/x86/cpufreq/hwpstate_amd.c index 85feb5287e3..59a3a64e649 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 #include #include #include diff --git a/sys/x86/cpufreq/hwpstate_intel.c b/sys/x86/cpufreq/hwpstate_intel.c index 56367cc582b..b4378154c40 100644 --- a/sys/x86/cpufreq/hwpstate_intel.c +++ b/sys/x86/cpufreq/hwpstate_intel.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/x86/cpufreq/p4tcc.c b/sys/x86/cpufreq/p4tcc.c index 9d1d31aa6d4..22e9cad25d4 100644 --- a/sys/x86/cpufreq/p4tcc.c +++ b/sys/x86/cpufreq/p4tcc.c @@ -38,7 +38,6 @@ * for use with the cpufreq framework. */ -#include #include #include #include diff --git a/sys/x86/cpufreq/powernow.c b/sys/x86/cpufreq/powernow.c index cd892be1118..93b1386c754 100644 --- a/sys/x86/cpufreq/powernow.c +++ b/sys/x86/cpufreq/powernow.c @@ -30,7 +30,6 @@ * to Jung-uk Kim for testing. */ -#include #include #include #include diff --git a/sys/x86/cpufreq/smist.c b/sys/x86/cpufreq/smist.c index a072edb8de3..291c3b9af60 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 #include #include #include diff --git a/sys/x86/iommu/intel_ctx.c b/sys/x86/iommu/intel_ctx.c index 90c883b28ea..30771e061ec 100644 --- a/sys/x86/iommu/intel_ctx.c +++ b/sys/x86/iommu/intel_ctx.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/x86/iommu/intel_idpgtbl.c b/sys/x86/iommu/intel_idpgtbl.c index 26f067e3527..929f8656d1e 100644 --- a/sys/x86/iommu/intel_idpgtbl.c +++ b/sys/x86/iommu/intel_idpgtbl.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/x86/iommu/intel_intrmap.c b/sys/x86/iommu/intel_intrmap.c index b2642197902..09271a6f6cc 100644 --- a/sys/x86/iommu/intel_intrmap.c +++ b/sys/x86/iommu/intel_intrmap.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/x86/iommu/intel_quirks.c b/sys/x86/iommu/intel_quirks.c index 589764bd0fa..cccb503b604 100644 --- a/sys/x86/iommu/intel_quirks.c +++ b/sys/x86/iommu/intel_quirks.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/x86/iommu/intel_utils.c b/sys/x86/iommu/intel_utils.c index 19d4ec7d22b..4d680cc7d9e 100644 --- a/sys/x86/iommu/intel_utils.c +++ b/sys/x86/iommu/intel_utils.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/x86/isa/nmi.c b/sys/x86/isa/nmi.c index 9e02eac4368..679c3d19a28 100644 --- a/sys/x86/isa/nmi.c +++ b/sys/x86/isa/nmi.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/x86/pci/pci_early_quirks.c b/sys/x86/pci/pci_early_quirks.c index 1786ae2cb66..f3de726d3af 100644 --- a/sys/x86/pci/pci_early_quirks.c +++ b/sys/x86/pci/pci_early_quirks.c @@ -25,7 +25,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/x86/pci/qpi.c b/sys/x86/pci/qpi.c index 4272e1866b6..2aacc3277b7 100644 --- a/sys/x86/pci/qpi.c +++ b/sys/x86/pci/qpi.c @@ -34,7 +34,6 @@ * child of that. */ -#include #include #include #include diff --git a/sys/x86/x86/busdma_bounce.c b/sys/x86/x86/busdma_bounce.c index 6ae02752a80..ac8d2d63973 100644 --- a/sys/x86/x86/busdma_bounce.c +++ b/sys/x86/x86/busdma_bounce.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/x86/x86/mptable_pci.c b/sys/x86/x86/mptable_pci.c index 80cc7af948d..38a16673551 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 #include #include #include diff --git a/sys/x86/x86/pvclock.c b/sys/x86/x86/pvclock.c index c38f9a0df45..587cd5ea7b7 100644 --- a/sys/x86/x86/pvclock.c +++ b/sys/x86/x86/pvclock.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/x86/x86/ucode.c b/sys/x86/x86/ucode.c index ee398921a24..1366c50f9ae 100644 --- a/sys/x86/x86/ucode.c +++ b/sys/x86/x86/ucode.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/x86/x86/x86_mem.c b/sys/x86/x86/x86_mem.c index 0beebd13075..c6d1b7a4f12 100644 --- a/sys/x86/x86/x86_mem.c +++ b/sys/x86/x86/x86_mem.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/x86/xen/hvm.c b/sys/x86/xen/hvm.c index 4122daeaf60..602e5396b62 100644 --- a/sys/x86/xen/hvm.c +++ b/sys/x86/xen/hvm.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/x86/xen/xen_apic.c b/sys/x86/xen/xen_apic.c index 1a28269e586..db2358bffa8 100644 --- a/sys/x86/xen/xen_apic.c +++ b/sys/x86/xen/xen_apic.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/x86/xen/xen_arch_intr.c b/sys/x86/xen/xen_arch_intr.c index 76b4f1a34c1..dcf8b4aa35f 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 #include #include #include diff --git a/sys/xdr/xdr_mbuf.c b/sys/xdr/xdr_mbuf.c index 99fdeef8fe2..0ed807de903 100644 --- a/sys/xdr/xdr_mbuf.c +++ b/sys/xdr/xdr_mbuf.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include #include #include #include diff --git a/sys/xdr/xdr_sizeof.c b/sys/xdr/xdr_sizeof.c index 6491fa80dce..6b4ee0352c9 100644 --- a/sys/xdr/xdr_sizeof.c +++ b/sys/xdr/xdr_sizeof.c @@ -35,7 +35,6 @@ * when serialized using XDR. */ -#include #include #include #include diff --git a/sys/xen/xen_common.c b/sys/xen/xen_common.c index 8ffccce92eb..ae70a721477 100644 --- a/sys/xen/xen_common.c +++ b/sys/xen/xen_common.c @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include #include /* required by xen/xen-os.h */ #include diff --git a/sys/xen/xenbus/xenbus.c b/sys/xen/xenbus/xenbus.c index 22ef434ffef..1d73d3c526b 100644 --- a/sys/xen/xenbus/xenbus.c +++ b/sys/xen/xenbus/xenbus.c @@ -40,7 +40,7 @@ #endif #include -#include + #include #include #include diff --git a/sys/xen/xenbus/xenbusb.c b/sys/xen/xenbus/xenbusb.c index 703269b2c80..0e303fc83f1 100644 --- a/sys/xen/xenbus/xenbusb.c +++ b/sys/xen/xenbus/xenbusb.c @@ -51,7 +51,7 @@ * xnb0 * xnb1 */ -#include + #include #include #include diff --git a/sys/xen/xenbus/xenbusb_back.c b/sys/xen/xenbus/xenbusb_back.c index 5f42b4bbe72..fad2da5d6fd 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 + #include #include #include diff --git a/sys/xen/xenbus/xenbusb_front.c b/sys/xen/xenbus/xenbusb_front.c index 5c58bd5409b..5007c4509e4 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 + #include #include #include