arm: Add explicit include of <asm/mach-types.h>
authorSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2017 01:47:48 +0000 (19:47 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 5 Jun 2017 15:02:36 +0000 (11:02 -0400)
Rather than relying on common.h to provide this include, which is going
away at some point, include it explicitly in each file.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
55 files changed:
arch/arm/lib/spl.c
board/Barix/ipam390/ipam390.c
board/LaCie/edminiv2/edminiv2.c
board/LaCie/net2big_v2/net2big_v2.c
board/LaCie/netspace_v2/netspace_v2.c
board/Marvell/aspenite/aspenite.c
board/Marvell/gplugd/gplugd.c
board/Marvell/guruplug/guruplug.c
board/Marvell/openrd/openrd.c
board/Marvell/sheevaplug/sheevaplug.c
board/Seagate/dockstar/dockstar.c
board/Seagate/goflexhome/goflexhome.c
board/Seagate/nas220/nas220.c
board/amazon/kc1/kc1.c
board/armltd/integrator/integrator.c
board/armltd/vexpress/vexpress_common.c
board/atmel/at91rm9200ek/at91rm9200ek.c
board/atmel/at91sam9261ek/at91sam9261ek.c
board/atmel/at91sam9263ek/at91sam9263ek.c
board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c
board/atmel/at91sam9rlek/at91sam9rlek.c
board/atmel/at91sam9x5ek/at91sam9x5ek.c
board/bluewater/gurnard/gurnard.c
board/bluewater/snapper9260/snapper9260.c
board/cirrus/edb93xx/edb93xx.c
board/davinci/da8xxevm/da850evm.c
board/davinci/da8xxevm/omapl138_lcdk.c
board/davinci/ea20/ea20.c
board/esd/meesc/meesc.c
board/freescale/mx35pdk/mx35pdk.c
board/gumstix/duovero/duovero.c
board/h2200/h2200.c
board/imx31_phycore/imx31_phycore.c
board/lego/ev3/legoev3.c
board/mini-box/picosam9g45/picosam9g45.c
board/nvidia/seaboard/seaboard.c
board/overo/common.c
board/ronetix/pm9261/pm9261.c
board/ronetix/pm9263/pm9263.c
board/ronetix/pm9g45/pm9g45.c
board/samsung/goni/goni.c
board/samsung/smdkc100/smdkc100.c
board/samsung/universal_c210/universal.c
board/siemens/common/board.c
board/spear/spear300/spear300.c
board/spear/spear310/spear310.c
board/spear/spear320/spear320.c
board/spear/spear600/spear600.c
board/spear/x600/x600.c
board/ti/omap5_uevm/evm.c
board/ti/panda/panda.c
board/toradex/colibri_pxa270/colibri_pxa270.c
board/toradex/common/tdx-cfg-block.c
board/zipitz2/zipitz2.c
drivers/usb/host/ehci-mx6.c

index 8ff2c5065ddeea7bb8d77b3c60bffe5474980da1..27d6682c0bd81c6ce2f111f1a8404ed95c6e5729 100644 (file)
@@ -12,6 +12,7 @@
 #include <spl.h>
 #include <image.h>
 #include <linux/compiler.h>
+#include <asm/mach-types.h>
 
 #ifndef CONFIG_SPL_DM
 /* Pointer to as well as the global data structure for SPL */
index fd1965d9f50bc084cd08554a07a5e250c743730d..3a584021ac71dc5225c33f75defa481638fdbff9 100644 (file)
@@ -29,6 +29,7 @@
 #include <asm/gpio.h>
 #include <hwconfig.h>
 #include <bootstage.h>
+#include <asm/mach-types.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index edf6281797bff412a1918101e4cacf880264cf76..736d65caa16b63df32ef80295881164d6263c1e8 100644 (file)
@@ -14,6 +14,7 @@
 #include "../common/common.h"
 #include <spl.h>
 #include <ns16550.h>
+#include <asm/mach-types.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index 263bb5426c0d1a7086b9ed28ea7085e7ee0a96ed..2e6e9ef916676e4370f68d98bcf05ce0a4063385 100644 (file)
@@ -12,6 +12,7 @@
 #include <common.h>
 #include <command.h>
 #include <i2c.h>
+#include <asm/mach-types.h>
 #include <asm/arch/cpu.h>
 #include <asm/arch/soc.h>
 #include <asm/arch/mpp.h>
index 17e629622ff733487303611f58730835e1317246..16d694716f78c7901aa14e52a8e53e3309b4ed0a 100644 (file)
@@ -11,6 +11,7 @@
 
 #include <common.h>
 #include <command.h>
+#include <asm/mach-types.h>
 #include <asm/arch/cpu.h>
 #include <asm/arch/soc.h>
 #include <asm/arch/mpp.h>
index 24ee6791a6287dfd1d83eb34a8f417dc4b9aaebb..0ef63b7b7cb5e2b0dbc349f9d3a64d5228385bd9 100644 (file)
@@ -9,6 +9,7 @@
 
 #include <common.h>
 #include <mvmfp.h>
+#include <asm/mach-types.h>
 #include <asm/arch/cpu.h>
 #include <asm/arch/mfp.h>
 #include <asm/arch/armada100.h>
index 16040e19d79f813a1f8b3f6720726de00c8cf0ec..05ce98bb614d3c750aab63863a48928ba07e09b7 100644 (file)
@@ -19,6 +19,7 @@
 #include <asm/arch/armada100.h>
 #include <asm/gpio.h>
 #include <miiphy.h>
+#include <asm/mach-types.h>
 
 #ifdef CONFIG_ARMADA100_FEC
 #include <net.h>
index b0d5f1e10f4ddf46a4f21371a3f5edaaa22af10f..af0c491632e131d77abca6e1b9e79fef1c029c79 100644 (file)
@@ -8,6 +8,7 @@
 
 #include <common.h>
 #include <miiphy.h>
+#include <asm/mach-types.h>
 #include <asm/arch/cpu.h>
 #include <asm/arch/soc.h>
 #include <asm/arch/mpp.h>
index 17a65600e4ea6c55617be3badeb1e45c4ab951e7..f6cffc8cbbc9e24d37d903574f82150fcac91876 100644 (file)
@@ -13,6 +13,7 @@
 
 #include <common.h>
 #include <miiphy.h>
+#include <asm/mach-types.h>
 #include <asm/arch/cpu.h>
 #include <asm/arch/soc.h>
 #include <asm/arch/mpp.h>
index 8907fb58ff80f90f48c14545e7bbb04c93ae705f..c7dfaa276c74d7bfa40975b6a96f0d041c3ff23b 100644 (file)
@@ -8,6 +8,7 @@
 
 #include <common.h>
 #include <miiphy.h>
+#include <asm/mach-types.h>
 #include <asm/arch/cpu.h>
 #include <asm/arch/soc.h>
 #include <asm/arch/mpp.h>
index 83ab1bc32d307dc16b3e5017dcb169d31b32b8d2..f444c1628d9c1ee24e2a26aa7908e60ba7cd67f4 100644 (file)
@@ -15,6 +15,7 @@
 #include <asm/arch/mpp.h>
 #include <asm/arch/cpu.h>
 #include <asm/io.h>
+#include <asm/mach-types.h>
 #include "dockstar.h"
 
 DECLARE_GLOBAL_DATA_PTR;
index 1f4fb924942a4c65a9833fd660eb6847853b90a7..5d0a4242a8ab31bc27ab1c532a6f5804c66dde81 100644 (file)
@@ -14,6 +14,7 @@
 
 #include <common.h>
 #include <miiphy.h>
+#include <asm/mach-types.h>
 #include <asm/arch/soc.h>
 #include <asm/arch/mpp.h>
 #include <asm/arch/cpu.h>
index c5349b900e8c0851753443a8d2dc3fe2bb640a81..18c2895993d032c3282ae3508a481ff030171828 100644 (file)
@@ -11,6 +11,7 @@
 
 #include <common.h>
 #include <miiphy.h>
+#include <asm/mach-types.h>
 #include <asm/arch/soc.h>
 #include <asm/arch/mpp.h>
 #include <asm/arch/cpu.h>
index b3fa7896c5fb6bb84da38bcc697a57ba464caa1c..13a9c6a0fe10e5b314ca98a0e09a125e98238afc 100644 (file)
@@ -17,6 +17,7 @@
 #include <asm/emif.h>
 #include <twl6030.h>
 #include "kc1.h"
+#include <asm/mach-types.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index fabb8b1c571c83e06358c904cbe0269fd0903ec9..c3bafd453ebea8956631550bfbd2d8389a4dccd4 100644 (file)
@@ -24,6 +24,7 @@
 #include <dm/platform_data/serial_pl01x.h>
 #include "arm-ebi.h"
 #include "integrator-sc.h"
+#include <asm/mach-types.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index 458f1d81483489b63e68189cafbaa55978a97e36..89ab8f7a5974bbca1d77d3413a20f164f42a3d49 100644 (file)
@@ -21,6 +21,7 @@
 #include <errno.h>
 #include <netdev.h>
 #include <asm/io.h>
+#include <asm/mach-types.h>
 #include <asm/arch/systimer.h>
 #include <asm/arch/sysctrl.h>
 #include <asm/arch/wdt.h>
index 98d76a6fa71a2d1f8aee9840febd6b1937cdb0d6..36f147b44de0f5b46de364877e18f7171e1e4b8f 100644 (file)
@@ -12,6 +12,7 @@
 
 #include <common.h>
 #include <netdev.h>
+#include <asm/mach-types.h>
 #include <asm/arch/hardware.h>
 #include <asm/arch/at91_pio.h>
 #include <asm/arch/at91_common.h>
index 6398bcbc9ea8b9adef2c0fab8aa0ca7043f2df60..b4acb742b3b2fdd1fc1cab6ddf469ef5d760a324 100644 (file)
@@ -21,6 +21,7 @@
 #include <net.h>
 #include <netdev.h>
 #endif
+#include <asm/mach-types.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index 3de978311de4502e4e599dcad882f0bc552d5d9d..b37e9d3c7ad0be09ba483c45779a8fd15a10a924 100644 (file)
@@ -20,6 +20,7 @@
 #include <asm/arch/hardware.h>
 #include <lcd.h>
 #include <atmel_lcdc.h>
+#include <asm/mach-types.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index d3bc5c69d4f2d369f8450ec67adc6f6384f7714c..8e377593ef085d29b311e9e56fd026647fb4f7df 100644 (file)
@@ -18,6 +18,7 @@
 #include <lcd.h>
 #include <linux/mtd/nand.h>
 #include <atmel_lcdc.h>
+#include <asm/mach-types.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index 0b603ed13a7f140d97ec97d8776a330f551acaa1..7966269ff350d8f7fdd2deea756519535ed4e14d 100644 (file)
@@ -9,6 +9,7 @@
 #include <common.h>
 #include <debug_uart.h>
 #include <asm/io.h>
+#include <asm/mach-types.h>
 #include <asm/arch/at91sam9rl.h>
 #include <asm/arch/at91sam9rl_matrix.h>
 #include <asm/arch/at91sam9_smc.h>
index 81c2aad1a52df0aa68c422618a9dfa5dff0569e7..1e4a4a2acf0256ef1e77c3206191d9884b054d5e 100644 (file)
@@ -19,6 +19,7 @@
 #include <nand.h>
 #include <version.h>
 #endif
+#include <asm/mach-types.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index 08b1401372c9fb2034db9e2f47d44b9bc3a88c56..e82c6918414088fbc53691f09eedf05ea1ee1295 100644 (file)
@@ -21,6 +21,7 @@
 #include <spi.h>
 #include <asm/gpio.h>
 #include <asm/io.h>
+#include <asm/mach-types.h>
 #include <asm/arch/at91sam9g45_matrix.h>
 #include <asm/arch/at91sam9_smc.h>
 #include <asm/arch/at91_common.h>
index 2d1a89e102afd347dbfeb23a9ecf1572dfbf04d1..7e9da4e7b70c658605d1a41c095bc8f0c85393cd 100644 (file)
@@ -12,6 +12,7 @@
 #include <dm.h>
 #include <asm/io.h>
 #include <asm/gpio.h>
+#include <asm/mach-types.h>
 #include <asm/arch/at91sam9260_matrix.h>
 #include <asm/arch/at91sam9_smc.h>
 #include <asm/arch/at91_common.h>
index 720b490f2b7ba9e114e8f7a7b0a7d9cc3d0b7b09..02e2896fa7e0a3ca089bdddf804efe79dfe1fc7f 100644 (file)
@@ -18,6 +18,7 @@
 #include <common.h>
 #include <netdev.h>
 #include <asm/io.h>
+#include <asm/mach-types.h>
 #include <asm/arch/ep93xx.h>
 
 DECLARE_GLOBAL_DATA_PTR;
index 9e17eb865d0a8280d67fb13be860134eaff88556..11ea52f24048d743a0e09fe58e08e7635f329c65 100644 (file)
@@ -23,6 +23,7 @@
 #include <asm/arch/davinci_misc.h>
 #include <linux/errno.h>
 #include <hwconfig.h>
+#include <asm/mach-types.h>
 
 #ifdef CONFIG_MMC_DAVINCI
 #include <mmc.h>
index d94128597760f3e38e6dd7cb5b738ba1089f0d62..52bb7363a7e279903242ca33c49699ee8380336f 100644 (file)
@@ -19,6 +19,7 @@
 #include <asm/ti-common/davinci_nand.h>
 #include <asm/io.h>
 #include <linux/errno.h>
+#include <asm/mach-types.h>
 #include <asm/arch/davinci_misc.h>
 #ifdef CONFIG_MMC_DAVINCI
 #include <mmc.h>
index 6edfa17a9119f5803d09f6c9e8bc2759a10c6873..2a187f1900a60c23bceca917d06047e8f01a14a5 100644 (file)
@@ -18,6 +18,7 @@
 #include <i2c.h>
 #include <net.h>
 #include <netdev.h>
+#include <asm/mach-types.h>
 #include <asm/arch/hardware.h>
 #include <asm/ti-common/davinci_nand.h>
 #include <asm/arch/emac_defs.h>
index 19b673e6d216a289d5d4d8075331e5fee9c61039..037cf074ea284bee5c5d41ba48e573a42b9a2a9d 100644 (file)
@@ -13,6 +13,7 @@
 #include <common.h>
 #include <asm/io.h>
 #include <asm/gpio.h>
+#include <asm/mach-types.h>
 #include <asm/arch/at91sam9_smc.h>
 #include <asm/arch/at91_common.h>
 #include <asm/arch/at91_pmc.h>
index 123fb11f42831db24a0914117a35dc38f0eaddcc..ea0bd8f30a316dd7f4b73645196e4737028ef4b8 100644 (file)
@@ -24,6 +24,7 @@
 #include <asm/gpio.h>
 #include <asm/arch/sys_proto.h>
 #include <netdev.h>
+#include <asm/mach-types.h>
 
 #ifndef CONFIG_BOARD_LATE_INIT
 #error "CONFIG_BOARD_LATE_INIT must be set for this board"
index fefcde87aec1569c82b78280e3801d9123eadc8f..849224efda4385abcbc1327231bf09b7bc365735 100644 (file)
@@ -14,6 +14,7 @@
 #include <asm/arch/clock.h>
 #include <asm/arch/gpio.h>
 #include <asm/gpio.h>
+#include <asm/mach-types.h>
 
 #include "duovero_mux_data.h"
 
index 01f8e67be1456325358ded26ed1757be12cbb33c..2a2b7979f1ca06bc6654bfcaae0e6385ea86707e 100644 (file)
@@ -11,6 +11,7 @@
 #include <asm/arch/pxa-regs.h>
 #include <asm/io.h>
 #include <usb.h>
+#include <asm/mach-types.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index 3f45e4e4b81df6c0c0294a481fbee41e87200f03..653246615fd97fd1d61bcc9e1ee9310bdf3ba009 100644 (file)
@@ -11,6 +11,7 @@
 #include <netdev.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/imx-regs.h>
+#include <asm/mach-types.h>
 #include <asm/arch/sys_proto.h>
 
 DECLARE_GLOBAL_DATA_PTR;
index 0ad33eaeae05b9885e426c1895b692293b5cee89..3d6de11798a420eb9bf911a9d08de3ef15372f23 100644 (file)
@@ -25,6 +25,7 @@
 #include <asm/arch/davinci_misc.h>
 #include <linux/errno.h>
 #include <hwconfig.h>
+#include <asm/mach-types.h>
 
 #ifdef CONFIG_MMC_DAVINCI
 #include <mmc.h>
index 5eb2ad77ca98a7acec2c49663566a65a11d17ebd..09ec24766333293bac0ea6f7c54414ee8f099b2a 100644 (file)
@@ -27,6 +27,7 @@
 #include <net.h>
 #endif
 #include <netdev.h>
+#include <asm/mach-types.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index b56bc529d1a6963e2739fb3ed281c6415a873f96..0d5eec9dd82dafcd85bb980c872113c3e80304dd 100644 (file)
@@ -7,6 +7,7 @@
 
 #include <common.h>
 #include <asm/io.h>
+#include <asm/mach-types.h>
 #include <asm/arch/tegra.h>
 #include <asm/arch-tegra/board.h>
 #include <asm/arch/clock.h>
index f6f6792d0950855df0da86839f74225e45b4b1bf..5656e2d17f0287c2456393a4d832dac3c8d9fa24 100644 (file)
@@ -18,6 +18,7 @@
 #include <asm/arch/mux.h>
 #include <asm/arch/sys_proto.h>
 #include <asm/gpio.h>
+#include <asm/mach-types.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index 79073d8aaaf15191ac430d6dbcb9397fed589712..f60dddac7b8fa315763d035c1b4d13196f607189 100644 (file)
@@ -26,6 +26,7 @@
 #include <net.h>
 #endif
 #include <netdev.h>
+#include <asm/mach-types.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index accf16f1519501f54162480b8fc789aecbed5075..146913629514ffbb31ec91c81dd5315b432217bf 100644 (file)
@@ -25,6 +25,7 @@
 #include <net.h>
 #endif
 #include <netdev.h>
+#include <asm/mach-types.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index c1225800a9bc3e91ac48f4474b1ed93ba104c1e3..e2620e3c0484bbe6823dd1dd888557a38475bd68 100644 (file)
@@ -25,6 +25,7 @@
 #include <net.h>
 #endif
 #include <netdev.h>
+#include <asm/mach-types.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index 12593830e99ebea95bc3f12df5efcc9940a7e991..d0247ac2571ae864254975110d59712197b6bb68 100644 (file)
@@ -17,6 +17,7 @@
 #include <samsung/misc.h>
 #include <usb.h>
 #include <usb_mass_storage.h>
+#include <asm/mach-types.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index 79e127d99abff27031b82a691d24778a1810c3e0..5d23844458a0dc9ba15c9668c8e0e964ed01cc5b 100644 (file)
@@ -11,6 +11,7 @@
 #include <asm/io.h>
 #include <asm/arch/sromc.h>
 #include <netdev.h>
+#include <asm/mach-types.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index feb8a341bef3ee9f03c7328aa4a55c6b5e7839c4..cc6eaf7ad0fe33e9b1b5b8bdde64d0d1250db77c 100644 (file)
@@ -23,6 +23,7 @@
 #include <libtizen.h>
 #include <samsung/misc.h>
 #include <usb_mass_storage.h>
+#include <asm/mach-types.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index 9cafcea53a3c7ea87d07cc8829710164e4f6af86..b9672274117d38574ca988e61504cfa94b920577 100644 (file)
@@ -28,6 +28,7 @@
 #include <miiphy.h>
 #include <cpsw.h>
 #include <watchdog.h>
+#include <asm/mach-types.h>
 #include "../common/factoryset.h"
 
 DECLARE_GLOBAL_DATA_PTR;
index 396b5bdf60ab00087106b500a8786c6eda5594ed..8f8132a31a7d396d7263eb87faf8c1710fb24b58 100644 (file)
@@ -11,6 +11,7 @@
 #include <nand.h>
 #include <asm/io.h>
 #include <linux/mtd/fsmc_nand.h>
+#include <asm/mach-types.h>
 #include <asm/arch/hardware.h>
 #include <asm/arch/spr_defs.h>
 #include <asm/arch/spr_misc.h>
index 6f39ef1b407af9ffa5d2fb66f655d80f762d63b4..d07dda34e900e54747dcec52242e39e5ce3db074 100644 (file)
@@ -12,6 +12,7 @@
 #include <nand.h>
 #include <asm/io.h>
 #include <linux/mtd/fsmc_nand.h>
+#include <asm/mach-types.h>
 #include <asm/arch/hardware.h>
 #include <asm/arch/spr_defs.h>
 #include <asm/arch/spr_misc.h>
index 52196afd1745084dea121a38cd3a1dfefa75e20a..66073f3715c7fa874a6689308f6f12f5b574b72f 100644 (file)
@@ -12,6 +12,7 @@
 #include <nand.h>
 #include <asm/io.h>
 #include <linux/mtd/fsmc_nand.h>
+#include <asm/mach-types.h>
 #include <asm/arch/hardware.h>
 #include <asm/arch/spr_defs.h>
 #include <asm/arch/spr_misc.h>
index 858a9cae76ab5eb9874b530a0b632f3f04f9e777..2a54b8b3234b1cf6a4baa4d7ec0250ce8cc112d1 100644 (file)
@@ -11,6 +11,7 @@
 #include <nand.h>
 #include <asm/io.h>
 #include <linux/mtd/fsmc_nand.h>
+#include <asm/mach-types.h>
 #include <asm/arch/hardware.h>
 #include <asm/arch/spr_defs.h>
 #include <asm/arch/spr_misc.h>
index f8e9fddb0fb2849ac32b20c4cc40ce856ebe78c7..2c34ea1ad1b9be11c9c97b11e4a1726b380c2c5d 100644 (file)
@@ -14,6 +14,7 @@
 #include <phy.h>
 #include <rtc.h>
 #include <asm/io.h>
+#include <asm/mach-types.h>
 #include <asm/arch/hardware.h>
 #include <asm/arch/spr_defs.h>
 #include <asm/arch/spr_misc.h>
index b6cc417333854981d495c8f6204993c48bca92f0..4b25cc2d7c3cec8ce3c85dfcdf46695b36d570f3 100644 (file)
@@ -24,6 +24,7 @@
 #include <sata.h>
 #include <usb.h>
 #include <asm/gpio.h>
+#include <asm/mach-types.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/ehci.h>
 #include <asm/ehci-omap.h>
index 72aabb242c8117c44f3f7106060a753319c6f3f7..6ffb53c4c618d55cd4a602e75f5e4f1f8dd14642 100644 (file)
@@ -6,6 +6,7 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 #include <common.h>
+#include <asm/mach-types.h>
 #include <asm/arch/sys_proto.h>
 #include <asm/arch/mmc_host_def.h>
 #include <asm/arch/clock.h>
index 5d62e66495b5826bc2269d861fe09855fba3dd9c..85afecff944f9416ca1642036270ffb099713263 100644 (file)
@@ -19,6 +19,7 @@
 #include <netdev.h>
 #include <serial.h>
 #include <usb.h>
+#include <asm/mach-types.h>
 #include "../common/tdx-common.h"
 
 DECLARE_GLOBAL_DATA_PTR;
index 2a810c89aa4c99b39760c12dba28bba1c42819d9..68ec4369ad7e01ae11d987adca77679f8790b474 100644 (file)
@@ -23,6 +23,7 @@
 #include <malloc.h>
 #include <mmc.h>
 #include <nand.h>
+#include <asm/mach-types.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index e81d6ff18d9a2250703416671f5531a89e0c9fc2..8a15c30c0b6dee846dd1ea4d5fdf37cf56e48e72 100644 (file)
@@ -16,6 +16,7 @@
 #include <spi.h>
 #include <asm/io.h>
 #include <usb.h>
+#include <asm/mach-types.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index 2367671daee49cc7650d42188ddea27cd60a0f8b..f348ec9bca9d8ff1c6b4bf0bb8018986e0d384ce 100644 (file)
@@ -17,6 +17,7 @@
 #include <asm/imx-common/iomux-v3.h>
 #include <asm/imx-common/sys_proto.h>
 #include <dm.h>
+#include <asm/mach-types.h>
 #include <power/regulator.h>
 
 #include "ehci.h"