On Wed, Jun 23, 2010 at 5:16 AM, Nishanth Menon <n...@ti.com> wrote:
> Introduce a single omap generic check_revision that routes the
> request to the right revision of check_revision.
>
> Cc: Tony Lindgren <t...@atomide.com>
> Cc: Angelo Arrifano <mik...@gmail.com>
> Cc: "Zebediah C. McClure" <z...@lurian.net>
> Cc: Alistair Buxton <a.j.bux...@gmail.com>
> Cc: Paul Walmsley <p...@pwsan.com>
> Cc: Sanjeev Premi <pr...@ti.com>
> Cc: Santosh Shilimkar <santosh.shilim...@ti.com>
> Cc: Senthilvadivu Gurusamy <svad...@ti.com>
> Cc: Kevin Hilman <khil...@deeprootsystems.com>
> Cc: Tomi Valkeinen <tomi.valkei...@nokia.com>
> Cc: Aaro Koskinen <aaro.koski...@nokia.com>
> Cc: Vikram Pandita <vikram.pand...@ti.com>
> Cc: Vishwanath S <vishw...@ti.com>
> Cc: linux-omap@vger.kernel.org
>
> Signed-off-by: Nishanth Menon <n...@ti.com>
> ---
>  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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to