From: Guennadi Liakhovetski Date: Wed, 31 Jul 2013 12:40:14 +0000 (+0200) Subject: ARM: shmobile: ape6evm: add "__initconst" annotations where needed X-Git-Tag: v3.12-rc1~114^2~5^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23f1751c5fef5c33e6a58ed2448774aeae436a39;p=pandora-kernel.git ARM: shmobile: ape6evm: add "__initconst" annotations where needed This patch adds __initconst markers to the platform data and resources, used on ape6evm as parameters to platform_device_register_resndata(). The data is duplicated inside that function, therefore original data can be discarded after initialisation is completed. Reported-by: Sergei Shtylyov Signed-off-by: Guennadi Liakhovetski Signed-off-by: Simon Horman --- Reading git-diff-tree failed