From: Geert Uytterhoeven Date: Fri, 29 Aug 2014 13:26:18 +0000 (+0200) Subject: ARM: shmobile: mackerel: Make domain_devices[] static __initdata X-Git-Tag: fixes-for-v3.18-merge-window~6^2~6^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6dc6ed8540ab8802c6ba31b4292204dd3cb0fee;p=pandora-kernel.git ARM: shmobile: mackerel: Make domain_devices[] static __initdata Make the domain_devices[] array static and __initdata, to reduce kernel size: - Making it static gets rid of the code to copy the data to the stack, - Marking it __initdata allows more init memory to be freed. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- Reading git-diff-tree failed