From: Yong Shen yong.shen@freescale.com
Add tzic_enable_wake in the head file, so other code can call it.
Signed-off-by: Yong Shen yong.shen@freescale.com --- arch/arm/plat-mxc/include/mach/mxc.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/plat-mxc/include/mach/mxc.h b/arch/arm/plat-mxc/include/mach/mxc.h index 04c7a26..962d742 100644 --- a/arch/arm/plat-mxc/include/mach/mxc.h +++ b/arch/arm/plat-mxc/include/mach/mxc.h @@ -182,6 +182,7 @@ struct cpu_op { };
extern struct cpu_op *(*get_cpu_op)(int *op); +extern int tzic_enable_wake(int is_idle); #endif
#if defined(CONFIG_ARCH_MX3) || defined(CONFIG_ARCH_MX2)