From owner-svn-src-head@FreeBSD.ORG Sun Oct 27 00:51:52 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1AE3DE38; Sun, 27 Oct 2013 00:51:52 +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 0540C2CE1; Sun, 27 Oct 2013 00:51:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9R0ppg8024054; Sun, 27 Oct 2013 00:51:51 GMT (envelope-from ian@svn.freebsd.org) Received: (from ian@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9R0pl3j024025; Sun, 27 Oct 2013 00:51:47 GMT (envelope-from ian@svn.freebsd.org) Message-Id: <201310270051.r9R0pl3j024025@svn.freebsd.org> From: Ian Lepore Date: Sun, 27 Oct 2013 00:51:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r257199 - in head/sys/arm: allwinner arm broadcom/bcm2835 freescale/imx include lpc mv mv/orion rockchip sa11x0 samsung/exynos tegra ti ti/omap4/pandaboard versatile xilinx xscale/i8032... X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Oct 2013 00:51:52 -0000 Author: ian Date: Sun Oct 27 00:51:46 2013 New Revision: 257199 URL: http://svnweb.freebsd.org/changeset/base/257199 Log: Remove all #include from arm code. It's already included by vm/pmap.h, which is a prerequisite for arm/machine/pmap.h so there's no reason to ever include it directly. Thanks to alc@ for pointing this out. Modified: head/sys/arm/allwinner/a10_machdep.c head/sys/arm/arm/machdep.c head/sys/arm/arm/minidump_machdep.c head/sys/arm/arm/nexus.c head/sys/arm/broadcom/bcm2835/bcm2835_dma.c head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c head/sys/arm/freescale/imx/imx_machdep.c head/sys/arm/include/fdt.h head/sys/arm/lpc/lpc_machdep.c head/sys/arm/mv/mv_machdep.c head/sys/arm/mv/mvvar.h head/sys/arm/mv/orion/db88f5xxx.c head/sys/arm/rockchip/rk30xx_machdep.c head/sys/arm/sa11x0/sa11x0_io.c head/sys/arm/samsung/exynos/exynos5_machdep.c head/sys/arm/tegra/tegra2_machdep.c head/sys/arm/ti/omap4/pandaboard/pandaboard.c head/sys/arm/ti/ti_machdep.c head/sys/arm/versatile/versatile_machdep.c head/sys/arm/xilinx/zy7_machdep.c head/sys/arm/xscale/i80321/i80321_pci.c head/sys/arm/xscale/i8134x/i81342_pci.c head/sys/arm/xscale/ixp425/ixp425_pci.c Modified: head/sys/arm/allwinner/a10_machdep.c ============================================================================== --- head/sys/arm/allwinner/a10_machdep.c Sat Oct 26 23:41:11 2013 (r257198) +++ head/sys/arm/allwinner/a10_machdep.c Sun Oct 27 00:51:46 2013 (r257199) @@ -45,7 +45,6 @@ __FBSDID("$FreeBSD$"); #include #include /* For trapframe_t, used in */ #include -#include #include Modified: head/sys/arm/arm/machdep.c ============================================================================== --- head/sys/arm/arm/machdep.c Sat Oct 26 23:41:11 2013 (r257198) +++ head/sys/arm/arm/machdep.c Sun Oct 27 00:51:46 2013 (r257199) @@ -94,7 +94,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include #include Modified: head/sys/arm/arm/minidump_machdep.c ============================================================================== --- head/sys/arm/arm/minidump_machdep.c Sat Oct 26 23:41:11 2013 (r257198) +++ head/sys/arm/arm/minidump_machdep.c Sun Oct 27 00:51:46 2013 (r257199) @@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$"); #endif #include #include -#include #include #include #include Modified: head/sys/arm/arm/nexus.c ============================================================================== --- head/sys/arm/arm/nexus.c Sat Oct 26 23:41:11 2013 (r257198) +++ head/sys/arm/arm/nexus.c Sun Oct 27 00:51:46 2013 (r257199) @@ -56,7 +56,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/broadcom/bcm2835/bcm2835_dma.c ============================================================================== --- head/sys/arm/broadcom/bcm2835/bcm2835_dma.c Sat Oct 26 23:41:11 2013 (r257198) +++ head/sys/arm/broadcom/bcm2835/bcm2835_dma.c Sun Oct 27 00:51:46 2013 (r257199) @@ -50,7 +50,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include "bcm2835_dma.h" #include "bcm2835_vcbus.h" Modified: head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c ============================================================================== --- head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c Sat Oct 26 23:41:11 2013 (r257198) +++ head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c Sun Oct 27 00:51:46 2013 (r257199) @@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$"); #include #include /* For trapframe_t, used in */ #include -#include #include Modified: head/sys/arm/freescale/imx/imx_machdep.c ============================================================================== --- head/sys/arm/freescale/imx/imx_machdep.c Sat Oct 26 23:41:11 2013 (r257198) +++ head/sys/arm/freescale/imx/imx_machdep.c Sun Oct 27 00:51:46 2013 (r257199) @@ -41,7 +41,6 @@ __FBSDID("$FreeBSD$"); #include #include /* For trapframe_t, used in */ #include -#include #include #include Modified: head/sys/arm/include/fdt.h ============================================================================== --- head/sys/arm/include/fdt.h Sat Oct 26 23:41:11 2013 (r257198) +++ head/sys/arm/include/fdt.h Sun Oct 27 00:51:46 2013 (r257199) @@ -38,7 +38,6 @@ #include #include -#include #include /* Max interrupt number */ Modified: head/sys/arm/lpc/lpc_machdep.c ============================================================================== --- head/sys/arm/lpc/lpc_machdep.c Sat Oct 26 23:41:11 2013 (r257198) +++ head/sys/arm/lpc/lpc_machdep.c Sun Oct 27 00:51:46 2013 (r257199) @@ -52,7 +52,6 @@ __FBSDID("$FreeBSD$"); #include #include /* For trapframe_t, used in */ #include -#include #include #include Modified: head/sys/arm/mv/mv_machdep.c ============================================================================== --- head/sys/arm/mv/mv_machdep.c Sat Oct 26 23:41:11 2013 (r257198) +++ head/sys/arm/mv/mv_machdep.c Sun Oct 27 00:51:46 2013 (r257199) @@ -52,7 +52,6 @@ __FBSDID("$FreeBSD$"); #include #include /* For trapframe_t, used in */ #include -#include #include /* XXX */ #include /* XXX eventually this should be eliminated */ Modified: head/sys/arm/mv/mvvar.h ============================================================================== --- head/sys/arm/mv/mvvar.h Sat Oct 26 23:41:11 2013 (r257198) +++ head/sys/arm/mv/mvvar.h Sun Oct 27 00:51:46 2013 (r257199) @@ -44,7 +44,6 @@ #include #include #include -#include #include #define MV_TYPE_PCI 0 Modified: head/sys/arm/mv/orion/db88f5xxx.c ============================================================================== --- head/sys/arm/mv/orion/db88f5xxx.c Sat Oct 26 23:41:11 2013 (r257198) +++ head/sys/arm/mv/orion/db88f5xxx.c Sun Oct 27 00:51:46 2013 (r257199) @@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/rockchip/rk30xx_machdep.c ============================================================================== --- head/sys/arm/rockchip/rk30xx_machdep.c Sat Oct 26 23:41:11 2013 (r257198) +++ head/sys/arm/rockchip/rk30xx_machdep.c Sun Oct 27 00:51:46 2013 (r257199) @@ -46,7 +46,6 @@ __FBSDID("$FreeBSD$"); #include #include /* For trapframe_t, used in */ #include -#include #include Modified: head/sys/arm/sa11x0/sa11x0_io.c ============================================================================== --- head/sys/arm/sa11x0/sa11x0_io.c Sat Oct 26 23:41:11 2013 (r257198) +++ head/sys/arm/sa11x0/sa11x0_io.c Sun Oct 27 00:51:46 2013 (r257199) @@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include /* Proto types for all the bus_space structure functions */ Modified: head/sys/arm/samsung/exynos/exynos5_machdep.c ============================================================================== --- head/sys/arm/samsung/exynos/exynos5_machdep.c Sat Oct 26 23:41:11 2013 (r257198) +++ head/sys/arm/samsung/exynos/exynos5_machdep.c Sun Oct 27 00:51:46 2013 (r257199) @@ -41,7 +41,6 @@ __FBSDID("$FreeBSD$"); #include #include /* For trapframe_t, used in */ #include -#include #include Modified: head/sys/arm/tegra/tegra2_machdep.c ============================================================================== --- head/sys/arm/tegra/tegra2_machdep.c Sat Oct 26 23:41:11 2013 (r257198) +++ head/sys/arm/tegra/tegra2_machdep.c Sun Oct 27 00:51:46 2013 (r257199) @@ -47,7 +47,6 @@ __FBSDID("$FreeBSD$"); #include #include /* For trapframe_t, used in */ #include -#include #include Modified: head/sys/arm/ti/omap4/pandaboard/pandaboard.c ============================================================================== --- head/sys/arm/ti/omap4/pandaboard/pandaboard.c Sat Oct 26 23:41:11 2013 (r257198) +++ head/sys/arm/ti/omap4/pandaboard/pandaboard.c Sun Oct 27 00:51:46 2013 (r257199) @@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include Modified: head/sys/arm/ti/ti_machdep.c ============================================================================== --- head/sys/arm/ti/ti_machdep.c Sat Oct 26 23:41:11 2013 (r257198) +++ head/sys/arm/ti/ti_machdep.c Sun Oct 27 00:51:46 2013 (r257199) @@ -51,7 +51,6 @@ __FBSDID("$FreeBSD$"); #include #include /* For trapframe_t, used in */ #include -#include #include Modified: head/sys/arm/versatile/versatile_machdep.c ============================================================================== --- head/sys/arm/versatile/versatile_machdep.c Sat Oct 26 23:41:11 2013 (r257198) +++ head/sys/arm/versatile/versatile_machdep.c Sun Oct 27 00:51:46 2013 (r257199) @@ -51,7 +51,6 @@ __FBSDID("$FreeBSD$"); #include #include /* For trapframe_t, used in */ #include -#include #include Modified: head/sys/arm/xilinx/zy7_machdep.c ============================================================================== --- head/sys/arm/xilinx/zy7_machdep.c Sat Oct 26 23:41:11 2013 (r257198) +++ head/sys/arm/xilinx/zy7_machdep.c Sun Oct 27 00:51:46 2013 (r257199) @@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include Modified: head/sys/arm/xscale/i80321/i80321_pci.c ============================================================================== --- head/sys/arm/xscale/i80321/i80321_pci.c Sat Oct 26 23:41:11 2013 (r257198) +++ head/sys/arm/xscale/i80321/i80321_pci.c Sun Oct 27 00:51:46 2013 (r257199) @@ -56,7 +56,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/xscale/i8134x/i81342_pci.c ============================================================================== --- head/sys/arm/xscale/i8134x/i81342_pci.c Sat Oct 26 23:41:11 2013 (r257198) +++ head/sys/arm/xscale/i8134x/i81342_pci.c Sun Oct 27 00:51:46 2013 (r257199) @@ -41,7 +41,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: head/sys/arm/xscale/ixp425/ixp425_pci.c ============================================================================== --- head/sys/arm/xscale/ixp425/ixp425_pci.c Sat Oct 26 23:41:11 2013 (r257198) +++ head/sys/arm/xscale/ixp425/ixp425_pci.c Sun Oct 27 00:51:46 2013 (r257199) @@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include