From: Uwe Kleine-König Date: Fri, 30 Mar 2012 20:04:51 +0000 (+0200) Subject: pinctrl: mark const init data with __initconst instead of __initdata X-Git-Tag: v3.5-rc1~176^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=122dbe7e58c7d064a17eefd33205227e6bce85ca;p=pandora-kernel.git 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 Cc: Randy Dunlap Signed-off-by: Linus Walleij --- Reading git-diff-tree failed