From 63a6994cbd6d4709734645cd0d01ac59dd4e1552 Mon Sep 17 00:00:00 2001 From: Sekhar Nori Date: Wed, 10 Apr 2013 14:57:12 +0530 Subject: [PATCH] --- yaml --- r: 372719 b: refs/heads/master c: 58b6c5a133297e0154a085cc73e832222c57729c h: refs/heads/master i: 372717: eb481a8ff35797e826694ee9c7001e7324a56303 372715: 560d9b13780b2ff88a2a523cc7f52a40b2773e28 372711: ef212114ef4bc9b845694b88f6583d9057786056 372703: 586ef84445c1ddf4e14edb964d242677e78999b6 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-davinci/board-da850-evm.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index a114c47c82be..cc1d6119a3ca 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5428813499ea1302f032e0063e4e2d4a56b36221 +refs/heads/master: 58b6c5a133297e0154a085cc73e832222c57729c diff --git a/trunk/arch/arm/mach-davinci/board-da850-evm.c b/trunk/arch/arm/mach-davinci/board-da850-evm.c index 7d1721d4ba18..ba739e5ac3fb 100644 --- a/trunk/arch/arm/mach-davinci/board-da850-evm.c +++ b/trunk/arch/arm/mach-davinci/board-da850-evm.c @@ -401,7 +401,7 @@ enum da850_evm_ui_exp_pins { DA850_EVM_UI_EXP_PB1, }; -static const char const *da850_evm_ui_exp[] = { +static const char * const da850_evm_ui_exp[] = { [DA850_EVM_UI_EXP_SEL_C] = "sel_c", [DA850_EVM_UI_EXP_SEL_B] = "sel_b", [DA850_EVM_UI_EXP_SEL_A] = "sel_a", @@ -565,7 +565,7 @@ enum da850_evm_bb_exp_pins { DA850_EVM_BB_EXP_USER_SW8 }; -static const char const *da850_evm_bb_exp[] = { +static const char * const da850_evm_bb_exp[] = { [DA850_EVM_BB_EXP_DEEP_SLEEP_EN] = "deep_sleep_en", [DA850_EVM_BB_EXP_SW_RST] = "sw_rst", [DA850_EVM_BB_EXP_TP_23] = "tp_23",