From owner-svn-src-all@FreeBSD.ORG Sun Oct 27 01:34:24 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E21EE631; Sun, 27 Oct 2013 01:34:24 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CB0B92E89; Sun, 27 Oct 2013 01:34:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9R1YOgZ037844; Sun, 27 Oct 2013 01:34:24 GMT (envelope-from ian@svn.freebsd.org) Received: (from ian@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9R1YBbI037760; Sun, 27 Oct 2013 01:34:11 GMT (envelope-from ian@svn.freebsd.org) Message-Id: <201310270134.r9R1YBbI037760@svn.freebsd.org> From: Ian Lepore Date: Sun, 27 Oct 2013 01:34:11 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r257200 - in head/sys/arm: allwinner allwinner/a20 arm at91 broadcom/bcm2835 econa freescale/imx include lpc mv rockchip samsung/exynos tegra ti ti/am335x ti/omap4 ti/twl versatile xili... X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Oct 2013 01:34:25 -0000 Author: ian Date: Sun Oct 27 01:34:10 2013 New Revision: 257200 URL: http://svnweb.freebsd.org/changeset/base/257200 Log: Remove #include from all the arm code that doesn't really need it. That would be almost everywhere it was included. Add it in a couple files that really do need it and were previously getting it by accident via another header. Modified: head/sys/arm/allwinner/a10_clk.c head/sys/arm/allwinner/a10_gpio.c head/sys/arm/allwinner/a10_machdep.c head/sys/arm/allwinner/a20/a20_cpu_cfg.c head/sys/arm/allwinner/timer.c head/sys/arm/arm/genassym.c head/sys/arm/arm/generic_timer.c head/sys/arm/arm/machdep.c head/sys/arm/arm/mpcore_timer.c head/sys/arm/arm/vfp.c head/sys/arm/arm/vm_machdep.c head/sys/arm/at91/at91_mci.c head/sys/arm/at91/at91_pmc.c head/sys/arm/broadcom/bcm2835/bcm2835_fb.c head/sys/arm/broadcom/bcm2835/bcm2835_gpio.c head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c head/sys/arm/broadcom/bcm2835/bcm2835_mbox.c head/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c head/sys/arm/broadcom/bcm2835/bcm2835_spi.c head/sys/arm/broadcom/bcm2835/bcm2835_systimer.c head/sys/arm/econa/timer.c head/sys/arm/freescale/imx/imx51_ipuv3.c head/sys/arm/freescale/imx/imx_gpt.c head/sys/arm/freescale/imx/imx_machdep.c head/sys/arm/include/cpu.h head/sys/arm/include/pcb.h head/sys/arm/include/pcpu.h head/sys/arm/include/undefined.h head/sys/arm/lpc/lpc_fb.c head/sys/arm/lpc/lpc_gpio.c head/sys/arm/lpc/lpc_machdep.c head/sys/arm/lpc/lpc_mmc.c head/sys/arm/lpc/lpc_spi.c head/sys/arm/lpc/lpc_timer.c head/sys/arm/mv/mv_machdep.c head/sys/arm/mv/timer.c head/sys/arm/rockchip/rk30xx_gpio.c head/sys/arm/rockchip/rk30xx_grf.c head/sys/arm/rockchip/rk30xx_machdep.c head/sys/arm/rockchip/rk30xx_pmu.c head/sys/arm/samsung/exynos/arch_timer.c head/sys/arm/samsung/exynos/exynos5_machdep.c head/sys/arm/tegra/tegra2_machdep.c head/sys/arm/ti/am335x/am335x_dmtimer.c head/sys/arm/ti/am335x/am335x_lcd_syscons.c head/sys/arm/ti/am335x/am335x_prcm.c head/sys/arm/ti/am335x/am335x_scm_padconf.c head/sys/arm/ti/omap4/omap4_prcm_clks.c head/sys/arm/ti/omap4/omap4_scm_padconf.c head/sys/arm/ti/ti_cpuid.c head/sys/arm/ti/ti_machdep.c head/sys/arm/ti/ti_mmchs.c head/sys/arm/ti/ti_prcm.c head/sys/arm/ti/ti_scm.c head/sys/arm/ti/twl/twl.c head/sys/arm/ti/twl/twl_clks.c head/sys/arm/ti/twl/twl_vreg.c head/sys/arm/versatile/pl050.c head/sys/arm/versatile/sp804.c head/sys/arm/versatile/versatile_clcd.c head/sys/arm/versatile/versatile_machdep.c head/sys/arm/versatile/versatile_pci.c head/sys/arm/versatile/versatile_timer.c head/sys/arm/xilinx/zy7_machdep.c head/sys/arm/xscale/ixp425/ixp425_wdog.c Modified: head/sys/arm/allwinner/a10_clk.c ============================================================================== --- head/sys/arm/allwinner/a10_clk.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/allwinner/a10_clk.c Sun Oct 27 01:34:10 2013 (r257200) @@ -41,7 +41,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/allwinner/a10_gpio.c ============================================================================== --- head/sys/arm/allwinner/a10_gpio.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/allwinner/a10_gpio.c Sun Oct 27 01:34:10 2013 (r257200) @@ -45,7 +45,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/allwinner/a10_machdep.c ============================================================================== --- head/sys/arm/allwinner/a10_machdep.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/allwinner/a10_machdep.c Sun Oct 27 01:34:10 2013 (r257200) @@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include /* For trapframe_t, used in */ #include #include Modified: head/sys/arm/allwinner/a20/a20_cpu_cfg.c ============================================================================== --- head/sys/arm/allwinner/a20/a20_cpu_cfg.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/allwinner/a20/a20_cpu_cfg.c Sun Oct 27 01:34:10 2013 (r257200) @@ -41,7 +41,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/allwinner/timer.c ============================================================================== --- head/sys/arm/allwinner/timer.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/allwinner/timer.c Sun Oct 27 01:34:10 2013 (r257200) @@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/arm/genassym.c ============================================================================== --- head/sys/arm/arm/genassym.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/arm/genassym.c Sun Oct 27 01:34:10 2013 (r257200) @@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: head/sys/arm/arm/generic_timer.c ============================================================================== --- head/sys/arm/arm/generic_timer.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/arm/generic_timer.c Sun Oct 27 01:34:10 2013 (r257200) @@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/arm/machdep.c ============================================================================== --- head/sys/arm/arm/machdep.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/arm/machdep.c Sun Oct 27 01:34:10 2013 (r257200) @@ -90,6 +90,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: head/sys/arm/arm/mpcore_timer.c ============================================================================== --- head/sys/arm/arm/mpcore_timer.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/arm/mpcore_timer.c Sun Oct 27 01:34:10 2013 (r257200) @@ -57,7 +57,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/arm/vfp.c ============================================================================== --- head/sys/arm/arm/vfp.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/arm/vfp.c Sun Oct 27 01:34:10 2013 (r257200) @@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$"); #include #include +#include #include #include #include Modified: head/sys/arm/arm/vm_machdep.c ============================================================================== --- head/sys/arm/arm/vm_machdep.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/arm/vm_machdep.c Sun Oct 27 01:34:10 2013 (r257200) @@ -56,6 +56,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: head/sys/arm/at91/at91_mci.c ============================================================================== --- head/sys/arm/at91/at91_mci.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/at91/at91_mci.c Sun Oct 27 01:34:10 2013 (r257200) @@ -52,7 +52,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/at91/at91_pmc.c ============================================================================== --- head/sys/arm/at91/at91_pmc.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/at91/at91_pmc.c Sun Oct 27 01:34:10 2013 (r257200) @@ -42,7 +42,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include #include Modified: head/sys/arm/broadcom/bcm2835/bcm2835_fb.c ============================================================================== --- head/sys/arm/broadcom/bcm2835/bcm2835_fb.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/broadcom/bcm2835/bcm2835_fb.c Sun Oct 27 01:34:10 2013 (r257200) @@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/broadcom/bcm2835/bcm2835_gpio.c ============================================================================== --- head/sys/arm/broadcom/bcm2835/bcm2835_gpio.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/broadcom/bcm2835/bcm2835_gpio.c Sun Oct 27 01:34:10 2013 (r257200) @@ -45,7 +45,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c ============================================================================== --- head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c Sun Oct 27 01:34:10 2013 (r257200) @@ -52,7 +52,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include /* For trapframe_t, used in */ #include #include Modified: head/sys/arm/broadcom/bcm2835/bcm2835_mbox.c ============================================================================== --- head/sys/arm/broadcom/bcm2835/bcm2835_mbox.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/broadcom/bcm2835/bcm2835_mbox.c Sun Oct 27 01:34:10 2013 (r257200) @@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c ============================================================================== --- head/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c Sun Oct 27 01:34:10 2013 (r257200) @@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/broadcom/bcm2835/bcm2835_spi.c ============================================================================== --- head/sys/arm/broadcom/bcm2835/bcm2835_spi.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/broadcom/bcm2835/bcm2835_spi.c Sun Oct 27 01:34:10 2013 (r257200) @@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/broadcom/bcm2835/bcm2835_systimer.c ============================================================================== --- head/sys/arm/broadcom/bcm2835/bcm2835_systimer.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/broadcom/bcm2835/bcm2835_systimer.c Sun Oct 27 01:34:10 2013 (r257200) @@ -40,7 +40,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/econa/timer.c ============================================================================== --- head/sys/arm/econa/timer.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/econa/timer.c Sun Oct 27 01:34:10 2013 (r257200) @@ -37,7 +37,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include "econa_reg.h" Modified: head/sys/arm/freescale/imx/imx51_ipuv3.c ============================================================================== --- head/sys/arm/freescale/imx/imx51_ipuv3.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/freescale/imx/imx51_ipuv3.c Sun Oct 27 01:34:10 2013 (r257200) @@ -57,7 +57,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/freescale/imx/imx_gpt.c ============================================================================== --- head/sys/arm/freescale/imx/imx_gpt.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/freescale/imx/imx_gpt.c Sun Oct 27 01:34:10 2013 (r257200) @@ -42,7 +42,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/freescale/imx/imx_machdep.c ============================================================================== --- head/sys/arm/freescale/imx/imx_machdep.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/freescale/imx/imx_machdep.c Sun Oct 27 01:34:10 2013 (r257200) @@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include /* For trapframe_t, used in */ #include #include Modified: head/sys/arm/include/cpu.h ============================================================================== --- head/sys/arm/include/cpu.h Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/include/cpu.h Sun Oct 27 01:34:10 2013 (r257200) @@ -5,6 +5,7 @@ #define MACHINE_CPU_H #include +#include void cpu_halt(void); void swi_vm(void *); Modified: head/sys/arm/include/pcb.h ============================================================================== --- head/sys/arm/include/pcb.h Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/include/pcb.h Sun Oct 27 01:34:10 2013 (r257200) @@ -38,7 +38,6 @@ #ifndef _MACHINE_PCB_H_ #define _MACHINE_PCB_H_ -#include #include Modified: head/sys/arm/include/pcpu.h ============================================================================== --- head/sys/arm/include/pcpu.h Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/include/pcpu.h Sun Oct 27 01:34:10 2013 (r257200) @@ -33,7 +33,6 @@ #ifdef _KERNEL #include -#include #define ALT_STACK_SIZE 128 Modified: head/sys/arm/include/undefined.h ============================================================================== --- head/sys/arm/include/undefined.h Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/include/undefined.h Sun Oct 27 01:34:10 2013 (r257200) @@ -52,7 +52,9 @@ #include -typedef int (*undef_handler_t) (unsigned int, unsigned int, trapframe_t *, int); +struct trapframe; + +typedef int (*undef_handler_t) (unsigned int, unsigned int, struct trapframe *, int); #define FP_COPROC 1 #define FP_COPROC2 2 Modified: head/sys/arm/lpc/lpc_fb.c ============================================================================== --- head/sys/arm/lpc/lpc_fb.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/lpc/lpc_fb.c Sun Oct 27 01:34:10 2013 (r257200) @@ -52,7 +52,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/lpc/lpc_gpio.c ============================================================================== --- head/sys/arm/lpc/lpc_gpio.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/lpc/lpc_gpio.c Sun Oct 27 01:34:10 2013 (r257200) @@ -76,7 +76,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/lpc/lpc_machdep.c ============================================================================== --- head/sys/arm/lpc/lpc_machdep.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/lpc/lpc_machdep.c Sun Oct 27 01:34:10 2013 (r257200) @@ -50,7 +50,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include /* For trapframe_t, used in */ #include #include Modified: head/sys/arm/lpc/lpc_mmc.c ============================================================================== --- head/sys/arm/lpc/lpc_mmc.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/lpc/lpc_mmc.c Sun Oct 27 01:34:10 2013 (r257200) @@ -52,7 +52,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/lpc/lpc_spi.c ============================================================================== --- head/sys/arm/lpc/lpc_spi.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/lpc/lpc_spi.c Sun Oct 27 01:34:10 2013 (r257200) @@ -50,7 +50,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/lpc/lpc_timer.c ============================================================================== --- head/sys/arm/lpc/lpc_timer.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/lpc/lpc_timer.c Sun Oct 27 01:34:10 2013 (r257200) @@ -38,7 +38,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/mv/mv_machdep.c ============================================================================== --- head/sys/arm/mv/mv_machdep.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/mv/mv_machdep.c Sun Oct 27 01:34:10 2013 (r257200) @@ -50,7 +50,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include /* For trapframe_t, used in */ #include #include /* XXX */ Modified: head/sys/arm/mv/timer.c ============================================================================== --- head/sys/arm/mv/timer.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/mv/timer.c Sun Oct 27 01:34:10 2013 (r257200) @@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/rockchip/rk30xx_gpio.c ============================================================================== --- head/sys/arm/rockchip/rk30xx_gpio.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/rockchip/rk30xx_gpio.c Sun Oct 27 01:34:10 2013 (r257200) @@ -45,7 +45,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/rockchip/rk30xx_grf.c ============================================================================== --- head/sys/arm/rockchip/rk30xx_grf.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/rockchip/rk30xx_grf.c Sun Oct 27 01:34:10 2013 (r257200) @@ -41,7 +41,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/rockchip/rk30xx_machdep.c ============================================================================== --- head/sys/arm/rockchip/rk30xx_machdep.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/rockchip/rk30xx_machdep.c Sun Oct 27 01:34:10 2013 (r257200) @@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include /* For trapframe_t, used in */ #include #include Modified: head/sys/arm/rockchip/rk30xx_pmu.c ============================================================================== --- head/sys/arm/rockchip/rk30xx_pmu.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/rockchip/rk30xx_pmu.c Sun Oct 27 01:34:10 2013 (r257200) @@ -41,7 +41,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/samsung/exynos/arch_timer.c ============================================================================== --- head/sys/arm/samsung/exynos/arch_timer.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/samsung/exynos/arch_timer.c Sun Oct 27 01:34:10 2013 (r257200) @@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/samsung/exynos/exynos5_machdep.c ============================================================================== --- head/sys/arm/samsung/exynos/exynos5_machdep.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/samsung/exynos/exynos5_machdep.c Sun Oct 27 01:34:10 2013 (r257200) @@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include /* For trapframe_t, used in */ #include #include Modified: head/sys/arm/tegra/tegra2_machdep.c ============================================================================== --- head/sys/arm/tegra/tegra2_machdep.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/tegra/tegra2_machdep.c Sun Oct 27 01:34:10 2013 (r257200) @@ -45,7 +45,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include /* For trapframe_t, used in */ #include #include Modified: head/sys/arm/ti/am335x/am335x_dmtimer.c ============================================================================== --- head/sys/arm/ti/am335x/am335x_dmtimer.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/ti/am335x/am335x_dmtimer.c Sun Oct 27 01:34:10 2013 (r257200) @@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/ti/am335x/am335x_lcd_syscons.c ============================================================================== --- head/sys/arm/ti/am335x/am335x_lcd_syscons.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/ti/am335x/am335x_lcd_syscons.c Sun Oct 27 01:34:10 2013 (r257200) @@ -47,7 +47,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/ti/am335x/am335x_prcm.c ============================================================================== --- head/sys/arm/ti/am335x/am335x_prcm.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/ti/am335x/am335x_prcm.c Sun Oct 27 01:34:10 2013 (r257200) @@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/ti/am335x/am335x_scm_padconf.c ============================================================================== --- head/sys/arm/ti/am335x/am335x_scm_padconf.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/ti/am335x/am335x_scm_padconf.c Sun Oct 27 01:34:10 2013 (r257200) @@ -40,7 +40,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include #include Modified: head/sys/arm/ti/omap4/omap4_prcm_clks.c ============================================================================== --- head/sys/arm/ti/omap4/omap4_prcm_clks.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/ti/omap4/omap4_prcm_clks.c Sun Oct 27 01:34:10 2013 (r257200) @@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/ti/omap4/omap4_scm_padconf.c ============================================================================== --- head/sys/arm/ti/omap4/omap4_scm_padconf.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/ti/omap4/omap4_scm_padconf.c Sun Oct 27 01:34:10 2013 (r257200) @@ -42,7 +42,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include #include Modified: head/sys/arm/ti/ti_cpuid.c ============================================================================== --- head/sys/arm/ti/ti_cpuid.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/ti/ti_cpuid.c Sun Oct 27 01:34:10 2013 (r257200) @@ -42,7 +42,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/ti/ti_machdep.c ============================================================================== --- head/sys/arm/ti/ti_machdep.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/ti/ti_machdep.c Sun Oct 27 01:34:10 2013 (r257200) @@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include /* For trapframe_t, used in */ #include #include Modified: head/sys/arm/ti/ti_mmchs.c ============================================================================== --- head/sys/arm/ti/ti_mmchs.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/ti/ti_mmchs.c Sun Oct 27 01:34:10 2013 (r257200) @@ -65,7 +65,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/ti/ti_prcm.c ============================================================================== --- head/sys/arm/ti/ti_prcm.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/ti/ti_prcm.c Sun Oct 27 01:34:10 2013 (r257200) @@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/ti/ti_scm.c ============================================================================== --- head/sys/arm/ti/ti_scm.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/ti/ti_scm.c Sun Oct 27 01:34:10 2013 (r257200) @@ -61,7 +61,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/ti/twl/twl.c ============================================================================== --- head/sys/arm/ti/twl/twl.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/ti/twl/twl.c Sun Oct 27 01:34:10 2013 (r257200) @@ -59,7 +59,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/ti/twl/twl_clks.c ============================================================================== --- head/sys/arm/ti/twl/twl_clks.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/ti/twl/twl_clks.c Sun Oct 27 01:34:10 2013 (r257200) @@ -64,7 +64,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/ti/twl/twl_vreg.c ============================================================================== --- head/sys/arm/ti/twl/twl_vreg.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/ti/twl/twl_vreg.c Sun Oct 27 01:34:10 2013 (r257200) @@ -65,7 +65,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/versatile/pl050.c ============================================================================== --- head/sys/arm/versatile/pl050.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/versatile/pl050.c Sun Oct 27 01:34:10 2013 (r257200) @@ -42,7 +42,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include Modified: head/sys/arm/versatile/sp804.c ============================================================================== --- head/sys/arm/versatile/sp804.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/versatile/sp804.c Sun Oct 27 01:34:10 2013 (r257200) @@ -40,7 +40,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/versatile/versatile_clcd.c ============================================================================== --- head/sys/arm/versatile/versatile_clcd.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/versatile/versatile_clcd.c Sun Oct 27 01:34:10 2013 (r257200) @@ -40,7 +40,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include Modified: head/sys/arm/versatile/versatile_machdep.c ============================================================================== --- head/sys/arm/versatile/versatile_machdep.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/versatile/versatile_machdep.c Sun Oct 27 01:34:10 2013 (r257200) @@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include /* For trapframe_t, used in */ #include #include Modified: head/sys/arm/versatile/versatile_pci.c ============================================================================== --- head/sys/arm/versatile/versatile_pci.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/versatile/versatile_pci.c Sun Oct 27 01:34:10 2013 (r257200) @@ -37,7 +37,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/versatile/versatile_timer.c ============================================================================== --- head/sys/arm/versatile/versatile_timer.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/versatile/versatile_timer.c Sun Oct 27 01:34:10 2013 (r257200) @@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/xilinx/zy7_machdep.c ============================================================================== --- head/sys/arm/xilinx/zy7_machdep.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/xilinx/zy7_machdep.c Sun Oct 27 01:34:10 2013 (r257200) @@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include Modified: head/sys/arm/xscale/ixp425/ixp425_wdog.c ============================================================================== --- head/sys/arm/xscale/ixp425/ixp425_wdog.c Sun Oct 27 00:51:46 2013 (r257199) +++ head/sys/arm/xscale/ixp425/ixp425_wdog.c Sun Oct 27 01:34:10 2013 (r257200) @@ -40,7 +40,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include