From: Andi Kleen Date: Fri, 28 Sep 2012 00:20:06 +0000 (+1000) Subject: sections: fix section conflicts in drivers/mfd X-Git-Tag: next-20121003~1^2~180 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a802ef426a15b704d7d8eec028bc1de7506e6fbe;p=karo-tx-linux.git sections: fix section conflicts in drivers/mfd Signed-off-by: Andi Kleen Cc: Samuel Ortiz Signed-off-by: Andrew Morton --- diff --git a/drivers/mfd/wm8994-core.c b/drivers/mfd/wm8994-core.c index 3d6d9beb18d4..8fefc961ec06 100644 --- a/drivers/mfd/wm8994-core.c +++ b/drivers/mfd/wm8994-core.c @@ -374,21 +374,21 @@ static int wm8994_ldo_in_use(struct wm8994_pdata *pdata, int ldo) } #endif -static const __devinitdata struct reg_default wm8994_revc_patch[] = { +static const __devinitconst struct reg_default wm8994_revc_patch[] = { { 0x102, 0x3 }, { 0x56, 0x3 }, { 0x817, 0x0 }, { 0x102, 0x0 }, }; -static const __devinitdata struct reg_default wm8958_reva_patch[] = { +static const __devinitconst struct reg_default wm8958_reva_patch[] = { { 0x102, 0x3 }, { 0xcb, 0x81 }, { 0x817, 0x0 }, { 0x102, 0x0 }, }; -static const __devinitdata struct reg_default wm1811_reva_patch[] = { +static const __devinitconst struct reg_default wm1811_reva_patch[] = { { 0x102, 0x3 }, { 0x56, 0xc07 }, { 0x5d, 0x7e },