]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/mfd/wm8994-regmap.c
mfd: wm8994-regmap: Constify reg_default tables
authorAxel Lin <axel.lin@ingics.com>
Tue, 7 Jul 2015 11:10:59 +0000 (19:10 +0800)
committerLee Jones <lee.jones@linaro.org>
Tue, 11 Aug 2015 14:08:47 +0000 (15:08 +0100)
commit66f2752fbb3b50ef816c41f07a6654610bb648ac
tree39d5f77f84e1293a34d16d2b1bc09d512cd297d3
parente6c7efa7ee2eb7c15ea0fc0bd7ab6dc808cb57a3
mfd: wm8994-regmap: Constify reg_default tables

These reg_default tables are not modified after initialized, so make them
const.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/wm8994-regmap.c