Rename omap2_check_revision to omap24xx_check_revision. Then next patch will split if further and add omap34xx_check_revision. Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx> --- arch/arm/mach-omap2/id.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/id.c b/arch/arm/mach-omap2/id.c index bf45ff3..b6ee18c 100644 --- a/arch/arm/mach-omap2/id.c +++ b/arch/arm/mach-omap2/id.c @@ -191,7 +191,7 @@ static void __init _set_omap_chip(void) } -void __init omap2_check_revision(void) +void __init omap24xx_check_revision(void) { int i, j; u32 idcode; @@ -266,6 +266,11 @@ void __init omap2_check_revision(void) } +void __init omap2_check_revision(void) +{ + omap24xx_check_revision(); +} + void __init omap2_set_globals_tap(struct omap_globals *omap2_globals) { class = omap2_globals->class; -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html