summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/devices/platform-imx2-wdt.c
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-03-13 10:31:56 -0300
committerShawn Guo <shawn.guo@linaro.org>2015-03-13 22:14:58 +0800
commit4a01f3a509bbfac6b38722807f4a7bd1933e1ee0 (patch)
tree77605f30f53a3ebd88a5c1ce81e2ad8eee2c03e6 /arch/arm/mach-imx/devices/platform-imx2-wdt.c
parent6869a22fcf10ba9e32ad9a6301ee3fe326625fd6 (diff)
downloadtalos-op-linux-4a01f3a509bbfac6b38722807f4a7bd1933e1ee0.tar.gz
talos-op-linux-4a01f3a509bbfac6b38722807f4a7bd1933e1ee0.zip
ARM: mx25: Remove "mx25.h" header file
As mx25 has been converted to a dt-only platform, we do not need the "mx25.h" header file anymore. Remove it and also clean up all the mx25 occurences from the platform helper code. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/devices/platform-imx2-wdt.c')
-rw-r--r--arch/arm/mach-imx/devices/platform-imx2-wdt.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-imx/devices/platform-imx2-wdt.c b/arch/arm/mach-imx/devices/platform-imx2-wdt.c
index 54f63bc25ca4..8c134c8d7500 100644
--- a/arch/arm/mach-imx/devices/platform-imx2-wdt.c
+++ b/arch/arm/mach-imx/devices/platform-imx2-wdt.c
@@ -25,11 +25,6 @@ const struct imx_imx2_wdt_data imx21_imx2_wdt_data __initconst =
imx_imx2_wdt_data_entry_single(MX21, 0, , SZ_4K);
#endif /* ifdef CONFIG_SOC_IMX21 */
-#ifdef CONFIG_SOC_IMX25
-const struct imx_imx2_wdt_data imx25_imx2_wdt_data __initconst =
- imx_imx2_wdt_data_entry_single(MX25, 0, , SZ_16K);
-#endif /* ifdef CONFIG_SOC_IMX25 */
-
#ifdef CONFIG_SOC_IMX27
const struct imx_imx2_wdt_data imx27_imx2_wdt_data __initconst =
imx_imx2_wdt_data_entry_single(MX27, 0, , SZ_4K);
OpenPOWER on IntegriCloud