Hello Paul, hello Will, On Fri, Oct 28, 2011 at 5:47 PM, Paul Walmsley <[email protected]> wrote: > > fyi > > > > - Paul > > ---------- Forwarded message ---------- > Date: Fri, 28 Oct 2011 15:43:45 +0100 > From: Will Deacon <[email protected]> > To: [email protected] > Cc: Paul Walmsley <[email protected]>, Will Deacon <[email protected]> > Subject: [PATCH 17/51] ARM: OMAP: convert reset to use arm_arch_reset > > From: Paul Walmsley <[email protected]> > > Align the OMAP reset code with Will Deacon's "ARM: reset: introduce > arm_arch_reset function pointer" cleanup patch. > > Signed-off-by: Paul Walmsley <[email protected]> > Signed-off-by: Will Deacon <[email protected]> > --- > arch/arm/mach-omap1/board-voiceblue.c | 2 +- > arch/arm/mach-omap1/io.c | 4 ++++ > arch/arm/mach-omap1/reset.c | 2 -- > arch/arm/mach-omap2/io.c | 7 ++++++- > arch/arm/mach-omap2/prcm.c | 4 +--- > arch/arm/plat-omap/include/plat/system.h | 6 +++++- > 6 files changed, 17 insertions(+), 8 deletions(-) > <snip> > diff --git a/arch/arm/mach-omap2/prcm.c b/arch/arm/mach-omap2/prcm.c > index 2e40a5c..ad3ac5c 100644 > --- a/arch/arm/mach-omap2/prcm.c > +++ b/arch/arm/mach-omap2/prcm.c > @@ -58,7 +58,7 @@ u32 omap_prcm_get_reset_sources(void) > EXPORT_SYMBOL(omap_prcm_get_reset_sources); > > /* Resets clock rates and reboots the system. Only called from system.h */ I think it is no longer called from system.h only, isn't? > -static void omap_prcm_arch_reset(char mode, const char *cmd) > +void omap_prcm_arch_reset(char mode, const char *cmd) > { > s16 prcm_offs = 0; >
Thomas -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
