diff options
Diffstat (limited to 'arch/arm/mach-omap1/clock.c')
-rw-r--r-- | arch/arm/mach-omap1/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/clock.c b/arch/arm/mach-omap1/clock.c index b67ba34c5636..f625f6dd228a 100644 --- a/arch/arm/mach-omap1/clock.c +++ b/arch/arm/mach-omap1/clock.c | |||
@@ -691,7 +691,7 @@ int __init omap1_clk_init(void) | |||
691 | 691 | ||
692 | info = omap_get_config(OMAP_TAG_CLOCK, struct omap_clock_config); | 692 | info = omap_get_config(OMAP_TAG_CLOCK, struct omap_clock_config); |
693 | if (info != NULL) { | 693 | if (info != NULL) { |
694 | if (!cpu_is_omap1510()) | 694 | if (!cpu_is_omap15xx()) |
695 | crystal_type = info->system_clock_type; | 695 | crystal_type = info->system_clock_type; |
696 | } | 696 | } |
697 | 697 | ||