From: Geert Uytterhoeven Date: Fri, 29 Aug 2014 13:26:19 +0000 (+0200) Subject: ARM: shmobile: sh7372: Make domain_devices[] static __initdata X-Git-Tag: fixes-for-v3.18-merge-window~6^2~6^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eda01b2f665d8bf29f6ac93e3db403290e0f3cf;p=pandora-kernel.git ARM: shmobile: sh7372: 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