diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-03-13 10:31:56 -0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-03-13 22:14:58 +0800 |
commit | 4a01f3a509bbfac6b38722807f4a7bd1933e1ee0 (patch) | |
tree | 77605f30f53a3ebd88a5c1ce81e2ad8eee2c03e6 /arch/arm/mach-imx/hardware.h | |
parent | 6869a22fcf10ba9e32ad9a6301ee3fe326625fd6 (diff) |
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/hardware.h')
-rw-r--r-- | arch/arm/mach-imx/hardware.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/hardware.h b/arch/arm/mach-imx/hardware.h index 66b2b564c463..76af2c03c241 100644 --- a/arch/arm/mach-imx/hardware.h +++ b/arch/arm/mach-imx/hardware.h @@ -112,7 +112,6 @@ #include "mx21.h" #include "mx27.h" #include "mx1.h" -#include "mx25.h" #define imx_map_entry(soc, name, _type) { \ .virtual = soc ## _IO_P2V(soc ## _ ## name ## _BASE_ADDR), \ |