diff options
Diffstat (limited to 'arch/arm/mach-omap2/id.c')
-rw-r--r-- | arch/arm/mach-omap2/id.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/id.c b/arch/arm/mach-omap2/id.c index 1272c41d4749..54e4c16ce539 100644 --- a/arch/arm/mach-omap2/id.c +++ b/arch/arm/mach-omap2/id.c | |||
@@ -601,7 +601,7 @@ void __init omap2_set_globals_tap(u32 class, void __iomem *tap) | |||
601 | 601 | ||
602 | #ifdef CONFIG_SOC_BUS | 602 | #ifdef CONFIG_SOC_BUS |
603 | 603 | ||
604 | static const char const *omap_types[] = { | 604 | static const char * const omap_types[] = { |
605 | [OMAP2_DEVICE_TYPE_TEST] = "TST", | 605 | [OMAP2_DEVICE_TYPE_TEST] = "TST", |
606 | [OMAP2_DEVICE_TYPE_EMU] = "EMU", | 606 | [OMAP2_DEVICE_TYPE_EMU] = "EMU", |
607 | [OMAP2_DEVICE_TYPE_SEC] = "HS", | 607 | [OMAP2_DEVICE_TYPE_SEC] = "HS", |