diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2014-09-01 00:57:20 (GMT) |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-09-01 14:00:02 (GMT) |
commit | ee295d7ff442699bb7982f2283f71eabcc16f367 (patch) | |
tree | 9f30fbee15ce9f1538e69939cfdebdb6390be896 /arch/arm/mach-imx/common.h | |
parent | 1ca7070d1d08e71692295ed06c6cb6331ecac3c8 (diff) | |
download | linux-ee295d7ff442699bb7982f2283f71eabcc16f367.tar.xz |
ARM: imx: remove imx_scu_standby_enable()
With commit c716483c3db1 ("ARM: 8122/1: smp_scu: enable SCU standby
support"), the STANDBY bit of SCU is handled by core function
scu_enable(). So imx_scu_standby_enable() can be removed now.
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/mach-imx/common.h')
-rw-r--r-- | arch/arm/mach-imx/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h index 22ba897..1dabf43 100644 --- a/arch/arm/mach-imx/common.h +++ b/arch/arm/mach-imx/common.h @@ -98,11 +98,9 @@ void imx_set_cpu_arg(int cpu, u32 arg); void v7_secondary_startup(void); void imx_scu_map_io(void); void imx_smp_prepare(void); -void imx_scu_standby_enable(void); #else static inline void imx_scu_map_io(void) {} static inline void imx_smp_prepare(void) {} -static inline void imx_scu_standby_enable(void) {} #endif void imx_src_init(void); void imx_gpc_init(void); |