From 66ad12931d523e833516659eafcc29af9a08fff3 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Wed, 25 May 2011 11:22:58 +0900 Subject: [PATCH] ARM: mach-shmobile: Tidy up after SH7372 pm changes. Signed-off-by: Paul Mundt --- arch/arm/mach-shmobile/pm-sh7372.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-shmobile/pm-sh7372.c b/arch/arm/mach-shmobile/pm-sh7372.c index 338049eed4ad..8e4aadf14c9f 100644 --- a/arch/arm/mach-shmobile/pm-sh7372.c +++ b/arch/arm/mach-shmobile/pm-sh7372.c @@ -25,7 +25,7 @@ #define SBAR 0xe6180020 #define APARMBAREA 0xe6f10020 -void sh7372_enter_core_standby(void) +static void sh7372_enter_core_standby(void) { void __iomem *smfram = (void __iomem *)SMFRAM; -- 2.34.1