aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/core.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2012-03-30 22:04:51 +0200
committerLinus Walleij <linus.walleij@linaro.org>2012-04-18 13:53:10 +0200
commit122dbe7e58c7d064a17eefd33205227e6bce85ca (patch)
tree99a7ece2870dc22cd58ec6897a921266b4f587c5 /drivers/pinctrl/core.c
parenteb181c3533e8e5b3eaa96d3e8ed1cf5d9a408076 (diff)
pinctrl: mark const init data with __initconst instead of __initdata
As long as there is no other non-const variable marked __initdata in the same compilation unit it doesn't hurt. If there were one however compilation would fail with error: $variablename causes a section type conflict because a section containing const variables is marked read only and so cannot contain non-const variables. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Cc: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/core.c')
0 files changed, 0 insertions, 0 deletions