From: Laurent Pinchart Date: Mon, 16 Dec 2013 19:25:14 +0000 (+0100) Subject: pinctrl: sh-pfc: Constify enum_ids and var_field_width compound literals X-Git-Tag: v3.14-rc1~144^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aecff583e64a15b1f8f7fa739abb4a8701f7c67;p=pandora-kernel.git 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 Signed-off-by: Linus Walleij --- Reading git-diff-tree failed