From: Alexandre Belloni Date: Thu, 22 Jan 2015 16:19:04 +0000 (+0100) Subject: ARM: at91: mark const init data with __initconst instead of __initdata X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~71^2~8^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37e9c4d947dedd74d6ce1488a3baac42349b7323;p=pandora-kernel.git ARM: at91: 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: Alexandre Belloni [nicolas.ferre@atmel.com: update the paths after having re-arranged the patches] Signed-off-by: Nicolas Ferre --- Reading git-diff-tree failed