From: Arnd Bergmann Date: Sun, 5 Aug 2012 15:00:18 +0000 (+0000) Subject: ARM: mv78xx0: correct addr_map_cfg __initdata annotation X-Git-Tag: v3.7-rc1~38^2~5^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edc9e3334a19efe1f0c1d2dc7df354e77c8d535d;p=pandora-kernel.git ARM: mv78xx0: correct addr_map_cfg __initdata annotation The annotation on the addr_map_cfg variable is in the wrong place. Without this patch, building mv78xx0_defconfig results in: /home/arnd/linux-arm/arch/arm/mach-mv78xx0/addr-map.c:59:2: warning: initialization from incompatible pointer type [enabled by default] /home/arnd/linux-arm/arch/arm/mach-mv78xx0/addr-map.c:59:2: warning: (near initialization for 'addr_map_cfg.win_cfg_base') [enabled by default] Signed-off-by: Arnd Bergmann Acked-by: Andrew Lunn Cc: Jason Cooper --- Reading git-diff-tree failed