Author: andrew
Date: Sat Apr  4 21:34:26 2015
New Revision: 281085
URL: https://svnweb.freebsd.org/changeset/base/281085

Log:
  Stop using machine/fdt.h in the arm kernel code when we don't need it.

Modified:
  head/sys/arm/allwinner/a10_clk.c
  head/sys/arm/allwinner/a10_common.c
  head/sys/arm/allwinner/a10_gpio.c
  head/sys/arm/allwinner/a10_sramc.c
  head/sys/arm/allwinner/a10_wdog.c
  head/sys/arm/allwinner/a20/a20_cpu_cfg.c
  head/sys/arm/allwinner/timer.c
  head/sys/arm/altera/socfpga/socfpga_gpio.c
  head/sys/arm/altera/socfpga/socfpga_manager.c
  head/sys/arm/broadcom/bcm2835/bcm2835_common.c
  head/sys/arm/broadcom/bcm2835/bcm2835_spi.c
  head/sys/arm/broadcom/bcm2835/bcm2835_systimer.c
  head/sys/arm/broadcom/bcm2835/bcm2835_wdog.c
  head/sys/arm/freescale/imx/imx51_ccm.c
  head/sys/arm/freescale/imx/imx51_ipuv3_fbd.c
  head/sys/arm/freescale/imx/imx6_anatop.c
  head/sys/arm/freescale/imx/imx6_audmux.c
  head/sys/arm/freescale/imx/imx6_sdma.c
  head/sys/arm/freescale/imx/imx6_ssi.c
  head/sys/arm/freescale/imx/imx_common.c
  head/sys/arm/freescale/imx/imx_gpt.c
  head/sys/arm/freescale/imx/imx_iomux.c
  head/sys/arm/freescale/imx/imx_wdog.c
  head/sys/arm/freescale/vybrid/vf_adc.c
  head/sys/arm/freescale/vybrid/vf_anadig.c
  head/sys/arm/freescale/vybrid/vf_ccm.c
  head/sys/arm/freescale/vybrid/vf_dmamux.c
  head/sys/arm/freescale/vybrid/vf_edma.c
  head/sys/arm/freescale/vybrid/vf_gpio.c
  head/sys/arm/freescale/vybrid/vf_i2c.c
  head/sys/arm/freescale/vybrid/vf_iomuxc.c
  head/sys/arm/freescale/vybrid/vf_mscm.c
  head/sys/arm/freescale/vybrid/vf_nfc.c
  head/sys/arm/freescale/vybrid/vf_port.c
  head/sys/arm/freescale/vybrid/vf_sai.c
  head/sys/arm/freescale/vybrid/vf_spi.c
  head/sys/arm/freescale/vybrid/vf_src.c
  head/sys/arm/freescale/vybrid/vf_tcon.c
  head/sys/arm/freescale/vybrid/vf_uart.c
  head/sys/arm/mv/gpio.c
  head/sys/arm/mv/mv_ts.c
  head/sys/arm/rockchip/rk30xx_common.c
  head/sys/arm/rockchip/rk30xx_gpio.c
  head/sys/arm/rockchip/rk30xx_grf.c
  head/sys/arm/rockchip/rk30xx_pmu.c
  head/sys/arm/ti/am335x/am335x_dmtimer.c
  head/sys/arm/ti/am335x/am335x_prcm.c
  head/sys/arm/ti/ti_common.c
  head/sys/arm/ti/ti_mbox.c
  head/sys/arm/ti/ti_pruss.c
  head/sys/arm/ti/ti_wdt.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_common.c
  head/sys/arm/versatile/versatile_timer.c

Modified: head/sys/arm/allwinner/a10_clk.c
==============================================================================
--- head/sys/arm/allwinner/a10_clk.c    Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/allwinner/a10_clk.c    Sat Apr  4 21:34:26 2015        
(r281085)
@@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 
 #include "a10_clk.h"
 

Modified: head/sys/arm/allwinner/a10_common.c
==============================================================================
--- head/sys/arm/allwinner/a10_common.c Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/allwinner/a10_common.c Sat Apr  4 21:34:26 2015        
(r281085)
@@ -36,7 +36,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/openfirm.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/vmparam.h>
 
 struct fdt_fixup_entry fdt_fixup_table[] = {

Modified: head/sys/arm/allwinner/a10_gpio.c
==============================================================================
--- head/sys/arm/allwinner/a10_gpio.c   Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/allwinner/a10_gpio.c   Sat Apr  4 21:34:26 2015        
(r281085)
@@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$");
 #include <machine/cpu.h>
 #include <machine/cpufunc.h>
 #include <machine/resource.h>
-#include <machine/fdt.h>
 #include <machine/intr.h>
 
 #include <dev/fdt/fdt_common.h>

Modified: head/sys/arm/allwinner/a10_sramc.c
==============================================================================
--- head/sys/arm/allwinner/a10_sramc.c  Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/allwinner/a10_sramc.c  Sat Apr  4 21:34:26 2015        
(r281085)
@@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$");
 #include <machine/cpu.h>
 #include <machine/frame.h>
 #include <machine/intr.h>
-#include <machine/fdt.h>
 
 #include <dev/fdt/fdt_common.h>
 #include <dev/ofw/openfirm.h>

Modified: head/sys/arm/allwinner/a10_wdog.c
==============================================================================
--- head/sys/arm/allwinner/a10_wdog.c   Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/allwinner/a10_wdog.c   Sat Apr  4 21:34:26 2015        
(r281085)
@@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$");
 #include <machine/bus.h>
 #include <machine/cpufunc.h>
 #include <machine/machdep.h>
-#include <machine/fdt.h>
 
 #include <arm/allwinner/a10_wdog.h>
 

Modified: head/sys/arm/allwinner/a20/a20_cpu_cfg.c
==============================================================================
--- head/sys/arm/allwinner/a20/a20_cpu_cfg.c    Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/allwinner/a20/a20_cpu_cfg.c    Sat Apr  4 21:34:26 2015        
(r281085)
@@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 
 #include "a20_cpu_cfg.h"
 

Modified: head/sys/arm/allwinner/timer.c
==============================================================================
--- head/sys/arm/allwinner/timer.c      Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/allwinner/timer.c      Sat Apr  4 21:34:26 2015        
(r281085)
@@ -47,7 +47,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 
 #include <sys/kdb.h>
 

Modified: head/sys/arm/altera/socfpga/socfpga_gpio.c
==============================================================================
--- head/sys/arm/altera/socfpga/socfpga_gpio.c  Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/altera/socfpga/socfpga_gpio.c  Sat Apr  4 21:34:26 2015        
(r281085)
@@ -61,7 +61,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/cpu.h>
 #include <machine/intr.h>
 

Modified: head/sys/arm/altera/socfpga/socfpga_manager.c
==============================================================================
--- head/sys/arm/altera/socfpga/socfpga_manager.c       Sat Apr  4 20:55:47 
2015        (r281084)
+++ head/sys/arm/altera/socfpga/socfpga_manager.c       Sat Apr  4 21:34:26 
2015        (r281085)
@@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/cpu.h>
 #include <machine/intr.h>
 

Modified: head/sys/arm/broadcom/bcm2835/bcm2835_common.c
==============================================================================
--- head/sys/arm/broadcom/bcm2835/bcm2835_common.c      Sat Apr  4 20:55:47 
2015        (r281084)
+++ head/sys/arm/broadcom/bcm2835/bcm2835_common.c      Sat Apr  4 21:34:26 
2015        (r281085)
@@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/openfirm.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/vmparam.h>
 
 struct fdt_fixup_entry fdt_fixup_table[] = {

Modified: head/sys/arm/broadcom/bcm2835/bcm2835_spi.c
==============================================================================
--- head/sys/arm/broadcom/bcm2835/bcm2835_spi.c Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/broadcom/bcm2835/bcm2835_spi.c Sat Apr  4 21:34:26 2015        
(r281085)
@@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$");
 #include <machine/cpu.h>
 #include <machine/cpufunc.h>
 #include <machine/resource.h>
-#include <machine/fdt.h>
 #include <machine/intr.h>
 
 #include <dev/fdt/fdt_common.h>

Modified: head/sys/arm/broadcom/bcm2835/bcm2835_systimer.c
==============================================================================
--- head/sys/arm/broadcom/bcm2835/bcm2835_systimer.c    Sat Apr  4 20:55:47 
2015        (r281084)
+++ head/sys/arm/broadcom/bcm2835/bcm2835_systimer.c    Sat Apr  4 21:34:26 
2015        (r281085)
@@ -48,7 +48,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 
 #define        BCM2835_NUM_TIMERS      4
 

Modified: head/sys/arm/broadcom/bcm2835/bcm2835_wdog.c
==============================================================================
--- head/sys/arm/broadcom/bcm2835/bcm2835_wdog.c        Sat Apr  4 20:55:47 
2015        (r281084)
+++ head/sys/arm/broadcom/bcm2835/bcm2835_wdog.c        Sat Apr  4 21:34:26 
2015        (r281085)
@@ -42,7 +42,6 @@ __FBSDID("$FreeBSD$");
 #include <machine/bus.h>
 #include <machine/cpufunc.h>
 #include <machine/machdep.h>
-#include <machine/fdt.h>
 
 #include <arm/broadcom/bcm2835/bcm2835_wdog.h>
 

Modified: head/sys/arm/freescale/imx/imx51_ccm.c
==============================================================================
--- head/sys/arm/freescale/imx/imx51_ccm.c      Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/freescale/imx/imx51_ccm.c      Sat Apr  4 21:34:26 2015        
(r281085)
@@ -78,7 +78,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 
 #include <arm/freescale/imx/imx51_ccmvar.h>
 #include <arm/freescale/imx/imx51_ccmreg.h>

Modified: head/sys/arm/freescale/imx/imx51_ipuv3_fbd.c
==============================================================================
--- head/sys/arm/freescale/imx/imx51_ipuv3_fbd.c        Sat Apr  4 20:55:47 
2015        (r281084)
+++ head/sys/arm/freescale/imx/imx51_ipuv3_fbd.c        Sat Apr  4 21:34:26 
2015        (r281085)
@@ -57,7 +57,6 @@ __FBSDID("$FreeBSD$");
 #include <machine/bus.h>
 #include <machine/cpu.h>
 #include <machine/cpufunc.h>
-#include <machine/fdt.h>
 #include <machine/resource.h>
 #include <machine/frame.h>
 #include <machine/intr.h>

Modified: head/sys/arm/freescale/imx/imx6_anatop.c
==============================================================================
--- head/sys/arm/freescale/imx/imx6_anatop.c    Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/freescale/imx/imx6_anatop.c    Sat Apr  4 21:34:26 2015        
(r281085)
@@ -67,7 +67,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 
 #include <arm/arm/mpcore_timervar.h>
 #include <arm/freescale/fsl_ocotpreg.h>

Modified: head/sys/arm/freescale/imx/imx6_audmux.c
==============================================================================
--- head/sys/arm/freescale/imx/imx6_audmux.c    Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/freescale/imx/imx6_audmux.c    Sat Apr  4 21:34:26 2015        
(r281085)
@@ -50,7 +50,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/cpu.h>
 #include <machine/intr.h>
 

Modified: head/sys/arm/freescale/imx/imx6_sdma.c
==============================================================================
--- head/sys/arm/freescale/imx/imx6_sdma.c      Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/freescale/imx/imx6_sdma.c      Sat Apr  4 21:34:26 2015        
(r281085)
@@ -55,7 +55,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/cpu.h>
 #include <machine/intr.h>
 

Modified: head/sys/arm/freescale/imx/imx6_ssi.c
==============================================================================
--- head/sys/arm/freescale/imx/imx6_ssi.c       Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/freescale/imx/imx6_ssi.c       Sat Apr  4 21:34:26 2015        
(r281085)
@@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/cpu.h>
 #include <machine/intr.h>
 

Modified: head/sys/arm/freescale/imx/imx_common.c
==============================================================================
--- head/sys/arm/freescale/imx/imx_common.c     Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/freescale/imx/imx_common.c     Sat Apr  4 21:34:26 2015        
(r281085)
@@ -48,7 +48,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/openfirm.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/vmparam.h>
 
 struct fdt_fixup_entry fdt_fixup_table[] = {

Modified: head/sys/arm/freescale/imx/imx_gpt.c
==============================================================================
--- head/sys/arm/freescale/imx/imx_gpt.c        Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/freescale/imx/imx_gpt.c        Sat Apr  4 21:34:26 2015        
(r281085)
@@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$");
 #include <machine/cpu.h>
 #include <machine/intr.h>
 
-#include <machine/fdt.h>
 #include <dev/fdt/fdt_common.h>
 #include <dev/ofw/openfirm.h>
 #include <dev/ofw/ofw_bus.h>

Modified: head/sys/arm/freescale/imx/imx_iomux.c
==============================================================================
--- head/sys/arm/freescale/imx/imx_iomux.c      Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/freescale/imx/imx_iomux.c      Sat Apr  4 21:34:26 2015        
(r281085)
@@ -58,7 +58,6 @@
 #include <sys/rman.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 
 #include <dev/fdt/fdt_common.h>
 #include <dev/fdt/fdt_pinctrl.h>

Modified: head/sys/arm/freescale/imx/imx_wdog.c
==============================================================================
--- head/sys/arm/freescale/imx/imx_wdog.c       Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/freescale/imx/imx_wdog.c       Sat Apr  4 21:34:26 2015        
(r281085)
@@ -47,7 +47,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/openfirm.h>
 #include <dev/ofw/ofw_bus.h>
 #include <dev/ofw/ofw_bus_subr.h>
-#include <machine/fdt.h>
 
 #include <arm/freescale/imx/imx_wdogreg.h>
 

Modified: head/sys/arm/freescale/vybrid/vf_adc.c
==============================================================================
--- head/sys/arm/freescale/vybrid/vf_adc.c      Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/freescale/vybrid/vf_adc.c      Sat Apr  4 21:34:26 2015        
(r281085)
@@ -48,7 +48,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/cpu.h>
 #include <machine/intr.h>
 

Modified: head/sys/arm/freescale/vybrid/vf_anadig.c
==============================================================================
--- head/sys/arm/freescale/vybrid/vf_anadig.c   Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/freescale/vybrid/vf_anadig.c   Sat Apr  4 21:34:26 2015        
(r281085)
@@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/cpu.h>
 #include <machine/intr.h>
 

Modified: head/sys/arm/freescale/vybrid/vf_ccm.c
==============================================================================
--- head/sys/arm/freescale/vybrid/vf_ccm.c      Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/freescale/vybrid/vf_ccm.c      Sat Apr  4 21:34:26 2015        
(r281085)
@@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/cpu.h>
 #include <machine/intr.h>
 

Modified: head/sys/arm/freescale/vybrid/vf_dmamux.c
==============================================================================
--- head/sys/arm/freescale/vybrid/vf_dmamux.c   Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/freescale/vybrid/vf_dmamux.c   Sat Apr  4 21:34:26 2015        
(r281085)
@@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/cpu.h>
 #include <machine/intr.h>
 

Modified: head/sys/arm/freescale/vybrid/vf_edma.c
==============================================================================
--- head/sys/arm/freescale/vybrid/vf_edma.c     Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/freescale/vybrid/vf_edma.c     Sat Apr  4 21:34:26 2015        
(r281085)
@@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/cpu.h>
 #include <machine/intr.h>
 

Modified: head/sys/arm/freescale/vybrid/vf_gpio.c
==============================================================================
--- head/sys/arm/freescale/vybrid/vf_gpio.c     Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/freescale/vybrid/vf_gpio.c     Sat Apr  4 21:34:26 2015        
(r281085)
@@ -52,7 +52,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/cpu.h>
 #include <machine/intr.h>
 

Modified: head/sys/arm/freescale/vybrid/vf_i2c.c
==============================================================================
--- head/sys/arm/freescale/vybrid/vf_i2c.c      Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/freescale/vybrid/vf_i2c.c      Sat Apr  4 21:34:26 2015        
(r281085)
@@ -57,7 +57,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/cpu.h>
 #include <machine/intr.h>
 

Modified: head/sys/arm/freescale/vybrid/vf_iomuxc.c
==============================================================================
--- head/sys/arm/freescale/vybrid/vf_iomuxc.c   Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/freescale/vybrid/vf_iomuxc.c   Sat Apr  4 21:34:26 2015        
(r281085)
@@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/cpu.h>
 #include <machine/intr.h>
 

Modified: head/sys/arm/freescale/vybrid/vf_mscm.c
==============================================================================
--- head/sys/arm/freescale/vybrid/vf_mscm.c     Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/freescale/vybrid/vf_mscm.c     Sat Apr  4 21:34:26 2015        
(r281085)
@@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/cpu.h>
 #include <machine/intr.h>
 

Modified: head/sys/arm/freescale/vybrid/vf_nfc.c
==============================================================================
--- head/sys/arm/freescale/vybrid/vf_nfc.c      Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/freescale/vybrid/vf_nfc.c      Sat Apr  4 21:34:26 2015        
(r281085)
@@ -51,7 +51,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/nand/nandbus.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 
 #include "nfc_if.h"
 

Modified: head/sys/arm/freescale/vybrid/vf_port.c
==============================================================================
--- head/sys/arm/freescale/vybrid/vf_port.c     Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/freescale/vybrid/vf_port.c     Sat Apr  4 21:34:26 2015        
(r281085)
@@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/cpu.h>
 #include <machine/intr.h>
 

Modified: head/sys/arm/freescale/vybrid/vf_sai.c
==============================================================================
--- head/sys/arm/freescale/vybrid/vf_sai.c      Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/freescale/vybrid/vf_sai.c      Sat Apr  4 21:34:26 2015        
(r281085)
@@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/cpu.h>
 #include <machine/intr.h>
 

Modified: head/sys/arm/freescale/vybrid/vf_spi.c
==============================================================================
--- head/sys/arm/freescale/vybrid/vf_spi.c      Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/freescale/vybrid/vf_spi.c      Sat Apr  4 21:34:26 2015        
(r281085)
@@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/cpu.h>
 #include <machine/intr.h>
 

Modified: head/sys/arm/freescale/vybrid/vf_src.c
==============================================================================
--- head/sys/arm/freescale/vybrid/vf_src.c      Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/freescale/vybrid/vf_src.c      Sat Apr  4 21:34:26 2015        
(r281085)
@@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/cpu.h>
 #include <machine/intr.h>
 

Modified: head/sys/arm/freescale/vybrid/vf_tcon.c
==============================================================================
--- head/sys/arm/freescale/vybrid/vf_tcon.c     Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/freescale/vybrid/vf_tcon.c     Sat Apr  4 21:34:26 2015        
(r281085)
@@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/cpu.h>
 #include <machine/intr.h>
 

Modified: head/sys/arm/freescale/vybrid/vf_uart.c
==============================================================================
--- head/sys/arm/freescale/vybrid/vf_uart.c     Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/freescale/vybrid/vf_uart.c     Sat Apr  4 21:34:26 2015        
(r281085)
@@ -40,7 +40,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/conf.h>
 #include <sys/kdb.h>
 #include <machine/bus.h>
-#include <machine/fdt.h>
 
 #include <dev/uart/uart.h>
 #include <dev/uart/uart_cpu.h>

Modified: head/sys/arm/mv/gpio.c
==============================================================================
--- head/sys/arm/mv/gpio.c      Sat Apr  4 20:55:47 2015        (r281084)
+++ head/sys/arm/mv/gpio.c      Sat Apr  4 21:34:26 2015        (r281085)
@@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/queue.h>
 #include <sys/timetc.h>
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/intr.h>
 
 #include <dev/fdt/fdt_common.h>

Modified: head/sys/arm/mv/mv_ts.c
==============================================================================
--- head/sys/arm/mv/mv_ts.c     Sat Apr  4 20:55:47 2015        (r281084)
+++ head/sys/arm/mv/mv_ts.c     Sat Apr  4 21:34:26 2015        (r281085)
@@ -35,7 +35,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/module.h>
 #include <sys/bus.h>
 #include <sys/sysctl.h>
-#include <machine/fdt.h>
 
 #include <dev/fdt/fdt_common.h>
 #include <dev/ofw/ofw_bus.h>

Modified: head/sys/arm/rockchip/rk30xx_common.c
==============================================================================
--- head/sys/arm/rockchip/rk30xx_common.c       Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/rockchip/rk30xx_common.c       Sat Apr  4 21:34:26 2015        
(r281085)
@@ -36,7 +36,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/openfirm.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/vmparam.h>
 
 struct fdt_fixup_entry fdt_fixup_table[] = {

Modified: head/sys/arm/rockchip/rk30xx_gpio.c
==============================================================================
--- head/sys/arm/rockchip/rk30xx_gpio.c Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/rockchip/rk30xx_gpio.c Sat Apr  4 21:34:26 2015        
(r281085)
@@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$");
 #include <machine/cpu.h>
 #include <machine/cpufunc.h>
 #include <machine/resource.h>
-#include <machine/fdt.h>
 #include <machine/intr.h>
 
 #include <dev/fdt/fdt_common.h>

Modified: head/sys/arm/rockchip/rk30xx_grf.c
==============================================================================
--- head/sys/arm/rockchip/rk30xx_grf.c  Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/rockchip/rk30xx_grf.c  Sat Apr  4 21:34:26 2015        
(r281085)
@@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 
 #include "rk30xx_grf.h"
 

Modified: head/sys/arm/rockchip/rk30xx_pmu.c
==============================================================================
--- head/sys/arm/rockchip/rk30xx_pmu.c  Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/rockchip/rk30xx_pmu.c  Sat Apr  4 21:34:26 2015        
(r281085)
@@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 
 #include "rk30xx_pmu.h"
 

Modified: head/sys/arm/ti/am335x/am335x_dmtimer.c
==============================================================================
--- head/sys/arm/ti/am335x/am335x_dmtimer.c     Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/ti/am335x/am335x_dmtimer.c     Sat Apr  4 21:34:26 2015        
(r281085)
@@ -52,7 +52,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 
 #include <arm/ti/ti_prcm.h>
 #include <arm/ti/ti_scm.h>

Modified: head/sys/arm/ti/am335x/am335x_prcm.c
==============================================================================
--- head/sys/arm/ti/am335x/am335x_prcm.c        Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/ti/am335x/am335x_prcm.c        Sat Apr  4 21:34:26 2015        
(r281085)
@@ -51,7 +51,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 
 #define CM_PER                         0
 #define CM_PER_L4LS_CLKSTCTRL          (CM_PER + 0x000)

Modified: head/sys/arm/ti/ti_common.c
==============================================================================
--- head/sys/arm/ti/ti_common.c Sat Apr  4 20:55:47 2015        (r281084)
+++ head/sys/arm/ti/ti_common.c Sat Apr  4 21:34:26 2015        (r281085)
@@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/openfirm.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/vmparam.h>
 
 struct fdt_fixup_entry fdt_fixup_table[] = {

Modified: head/sys/arm/ti/ti_mbox.c
==============================================================================
--- head/sys/arm/ti/ti_mbox.c   Sat Apr  4 20:55:47 2015        (r281084)
+++ head/sys/arm/ti/ti_mbox.c   Sat Apr  4 21:34:26 2015        (r281085)
@@ -47,7 +47,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 
 #include <arm/ti/ti_mbox.h>
 #include <arm/ti/ti_prcm.h>

Modified: head/sys/arm/ti/ti_pruss.c
==============================================================================
--- head/sys/arm/ti/ti_pruss.c  Sat Apr  4 20:55:47 2015        (r281084)
+++ head/sys/arm/ti/ti_pruss.c  Sat Apr  4 21:34:26 2015        (r281085)
@@ -47,7 +47,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 
 #include <arm/ti/ti_prcm.h>
 #include <arm/ti/ti_pruss.h>

Modified: head/sys/arm/ti/ti_wdt.c
==============================================================================
--- head/sys/arm/ti/ti_wdt.c    Sat Apr  4 20:55:47 2015        (r281084)
+++ head/sys/arm/ti/ti_wdt.c    Sat Apr  4 21:34:26 2015        (r281085)
@@ -48,7 +48,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 
 #include <arm/ti/ti_prcm.h>
 #include <arm/ti/ti_wdt.h>

Modified: head/sys/arm/versatile/pl050.c
==============================================================================
--- head/sys/arm/versatile/pl050.c      Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/versatile/pl050.c      Sat Apr  4 21:34:26 2015        
(r281085)
@@ -57,7 +57,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/kbd/kbdreg.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 
 #include <dev/kbd/kbdtables.h>
 

Modified: head/sys/arm/versatile/sp804.c
==============================================================================
--- head/sys/arm/versatile/sp804.c      Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/versatile/sp804.c      Sat Apr  4 21:34:26 2015        
(r281085)
@@ -48,7 +48,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 
 #define        SP804_TIMER1_LOAD       0x00
 #define        SP804_TIMER1_VALUE      0x04

Modified: head/sys/arm/versatile/versatile_clcd.c
==============================================================================
--- head/sys/arm/versatile/versatile_clcd.c     Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/versatile/versatile_clcd.c     Sat Apr  4 21:34:26 2015        
(r281085)
@@ -51,7 +51,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/syscons/syscons.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 
 #define        PL110_VENDOR_ARM926PXP  1
 

Modified: head/sys/arm/versatile/versatile_common.c
==============================================================================
--- head/sys/arm/versatile/versatile_common.c   Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/versatile/versatile_common.c   Sat Apr  4 21:34:26 2015        
(r281085)
@@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/openfirm.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/vmparam.h>
 
 struct fdt_fixup_entry fdt_fixup_table[] = {

Modified: head/sys/arm/versatile/versatile_timer.c
==============================================================================
--- head/sys/arm/versatile/versatile_timer.c    Sat Apr  4 20:55:47 2015        
(r281084)
+++ head/sys/arm/versatile/versatile_timer.c    Sat Apr  4 21:34:26 2015        
(r281085)
@@ -47,7 +47,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 
 void
 cpu_initclocks(void)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to