diff options
Diffstat (limited to 'arch/arm/mach-davinci/board-da850-evm.c')
-rw-r--r-- | arch/arm/mach-davinci/board-da850-evm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-davinci/board-da850-evm.c b/arch/arm/mach-davinci/board-da850-evm.c index 7d1721d4ba18..ba739e5ac3fb 100644 --- a/arch/arm/mach-davinci/board-da850-evm.c +++ b/arch/arm/mach-davinci/board-da850-evm.c | |||
@@ -401,7 +401,7 @@ enum da850_evm_ui_exp_pins { | |||
401 | DA850_EVM_UI_EXP_PB1, | 401 | DA850_EVM_UI_EXP_PB1, |
402 | }; | 402 | }; |
403 | 403 | ||
404 | static const char const *da850_evm_ui_exp[] = { | 404 | static const char * const da850_evm_ui_exp[] = { |
405 | [DA850_EVM_UI_EXP_SEL_C] = "sel_c", | 405 | [DA850_EVM_UI_EXP_SEL_C] = "sel_c", |
406 | [DA850_EVM_UI_EXP_SEL_B] = "sel_b", | 406 | [DA850_EVM_UI_EXP_SEL_B] = "sel_b", |
407 | [DA850_EVM_UI_EXP_SEL_A] = "sel_a", | 407 | [DA850_EVM_UI_EXP_SEL_A] = "sel_a", |
@@ -565,7 +565,7 @@ enum da850_evm_bb_exp_pins { | |||
565 | DA850_EVM_BB_EXP_USER_SW8 | 565 | DA850_EVM_BB_EXP_USER_SW8 |
566 | }; | 566 | }; |
567 | 567 | ||
568 | static const char const *da850_evm_bb_exp[] = { | 568 | static const char * const da850_evm_bb_exp[] = { |
569 | [DA850_EVM_BB_EXP_DEEP_SLEEP_EN] = "deep_sleep_en", | 569 | [DA850_EVM_BB_EXP_DEEP_SLEEP_EN] = "deep_sleep_en", |
570 | [DA850_EVM_BB_EXP_SW_RST] = "sw_rst", | 570 | [DA850_EVM_BB_EXP_SW_RST] = "sw_rst", |
571 | [DA850_EVM_BB_EXP_TP_23] = "tp_23", | 571 | [DA850_EVM_BB_EXP_TP_23] = "tp_23", |