From 9aecff583e64a15b1f8f7fa739abb4a8701f7c67 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 16 Dec 2013 20:25:14 +0100 Subject: [PATCH] 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-format-patch failed