pinctrl: sh-pfc: Constify enum_ids and var_field_width compound literals
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 16 Dec 2013 19:25:14 +0000 (20:25 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 20 Dec 2013 11:25:59 +0000 (12:25 +0100)
commit9aecff583e64a15b1f8f7fa739abb4a8701f7c67
treeae79d60416d06b686fce35e6a503de282d3504f3
parente476e77fe0fc82ba0c240ca5d7e9f81a742fc62e
pinctrl: sh-pfc: Constify enum_ids and var_field_width compound literals

The enum_ids and var_field_width fields of struct pinmux_data_reg and
pinmux_cfg_reg are initialized using compound literals. Cast them to
const to store them in .rodata.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/sh-pfc/sh_pfc.h