diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-06-24 12:49:56 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-06-28 04:26:20 +0200 |
commit | 6f98cb22e4089c3eb63ff86fac010291a0e30241 (patch) | |
tree | dba416187bb35b1a76e7bca6b36ecc8cffa15d2c /arch/arm/mach-imx/common.h | |
parent | ARM: i.MX: Do not explicitly call l2x0_of_init() (diff) | |
download | linux-6f98cb22e4089c3eb63ff86fac010291a0e30241.tar.xz linux-6f98cb22e4089c3eb63ff86fac010291a0e30241.zip |
ARM: imx: remove cpu_is_mx1 check
There is only one call site for this, and it's easily replaced
by initializing the reset value at boot time.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/mach-imx/common.h')
-rw-r--r-- | arch/arm/mach-imx/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h index 60d9ae63f76e..0a1d1f175b7a 100644 --- a/arch/arm/mach-imx/common.h +++ b/arch/arm/mach-imx/common.h @@ -54,6 +54,7 @@ struct platform_device *mxc_register_gpio(char *name, int id, void mxc_set_cpu_type(unsigned int type); void mxc_restart(enum reboot_mode, const char *); void mxc_arch_reset_init(void __iomem *); +void imx1_reset_init(void __iomem *); void imx_set_aips(void __iomem *); void imx_aips_allow_unprivileged_access(const char *compat); int mxc_device_init(void); |