Message ID | 20140224055212.1822.52295.sendpatchset@w520 (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, Feb 24, 2014 at 02:52:12PM +0900, Magnus Damm wrote: > From: Magnus Damm <damm@opensource.se> > > Move the rcar_sysc_base variable to inside #ifdefs to avoid > triggering build warnings in case PM or SMP is not selected. > > Signed-off-by: Magnus Damm <damm@opensource.se> Thanks, I have queued this up.
--- 0013/arch/arm/mach-shmobile/pm-rcar.c +++ work/arch/arm/mach-shmobile/pm-rcar.c 2014-02-24 14:09:44.000000000 +0900 @@ -15,8 +15,6 @@ #include <asm/io.h> #include "pm-rcar.h" -static void __iomem *rcar_sysc_base; - /* SYSC */ #define SYSCSR 0x00 #define SYSCISR 0x04 @@ -35,6 +33,7 @@ static void __iomem *rcar_sysc_base; #if defined(CONFIG_PM) || defined(CONFIG_SMP) +static void __iomem *rcar_sysc_base; static DEFINE_SPINLOCK(rcar_sysc_lock); /* SMP CPUs + I/O devices */ static int rcar_sysc_pwr_on_off(struct rcar_sysc_ch *sysc_ch,