diff options
Diffstat (limited to 'arch/arm/mach-omap2/id.c')
-rw-r--r-- | 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 bf45ff39a7b5..b6ee18cd67d3 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) | |||
191 | 191 | ||
192 | } | 192 | } |
193 | 193 | ||
194 | void __init omap2_check_revision(void) | 194 | void __init omap24xx_check_revision(void) |
195 | { | 195 | { |
196 | int i, j; | 196 | int i, j; |
197 | u32 idcode; | 197 | u32 idcode; |
@@ -266,6 +266,11 @@ void __init omap2_check_revision(void) | |||
266 | 266 | ||
267 | } | 267 | } |
268 | 268 | ||
269 | void __init omap2_check_revision(void) | ||
270 | { | ||
271 | omap24xx_check_revision(); | ||
272 | } | ||
273 | |||
269 | void __init omap2_set_globals_tap(struct omap_globals *omap2_globals) | 274 | void __init omap2_set_globals_tap(struct omap_globals *omap2_globals) |
270 | { | 275 | { |
271 | class = omap2_globals->class; | 276 | class = omap2_globals->class; |