On Wed, Jun 23, 2010 at 5:16 AM, Nishanth Menon <[email protected]> wrote: > Introduce a single omap generic check_revision that routes the > request to the right revision of check_revision. > > Cc: Tony Lindgren <[email protected]> > Cc: Angelo Arrifano <[email protected]> > Cc: "Zebediah C. McClure" <[email protected]> > Cc: Alistair Buxton <[email protected]> > Cc: Paul Walmsley <[email protected]> > Cc: Sanjeev Premi <[email protected]> > Cc: Santosh Shilimkar <[email protected]> > Cc: Senthilvadivu Gurusamy <[email protected]> > Cc: Kevin Hilman <[email protected]> > Cc: Tomi Valkeinen <[email protected]> > Cc: Aaro Koskinen <[email protected]> > Cc: Vikram Pandita <[email protected]> > Cc: Vishwanath S <[email protected]> > Cc: [email protected] > > Signed-off-by: Nishanth Menon <[email protected]> > --- > arch/arm/mach-omap1/io.c | 3 +-- > arch/arm/mach-omap2/io.c | 2 +- > arch/arm/plat-omap/common.c | 12 ++++++++++++ > arch/arm/plat-omap/include/plat/cpu.h | 13 ++++++++++++- > 4 files changed, 26 insertions(+), 4 deletions(-) >
<snip> > diff --git a/arch/arm/plat-omap/common.c b/arch/arm/plat-omap/common.c > index fca73cd..538e170 100644 > --- a/arch/arm/plat-omap/common.c > +++ b/arch/arm/plat-omap/common.c > @@ -89,6 +89,18 @@ void __init omap_reserve(void) > omap_vram_reserve_sdram_lmb(); > } > > +void __init omap_check_revision() minor nitpick: void __init omap_check_revision(void)? -- 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
