git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e476e77
)
pinctrl: sh-pfc: Constify enum_ids and var_field_width compound literals
author
Laurent Pinchart
<laurent.pinchart+renesas@ideasonboard.com>
Mon, 16 Dec 2013 19:25:14 +0000
(20:25 +0100)
committer
Linus Walleij
<linus.walleij@linaro.org>
Fri, 20 Dec 2013 11:25:59 +0000
(12:25 +0100)
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>
No differences found