From: Arnd Bergmann Date: Thu, 26 Feb 2015 20:50:22 +0000 (+0900) Subject: ARM: S3C64XX: fix __initdata section mismatch X-Git-Tag: omap-for-v4.2/o2_dc~56^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19c69dafad673f342b8eb9dbc6a1ac9fa38b4f9f;p=pandora-kernel.git ARM: S3C64XX: fix __initdata section mismatch smdk6410_b_pwr_5v_data is marked as __initdata, but referenced from a structure that is not: WARNING: arch/arm/mach-s3c64xx/built-in.o(.data+0x4c5c): Section mismatch in reference from the variable smdk6410_b_pwr_5v_data to the (unknown reference) .init.data:(unknown) This removes the annotation to avoid an invalid pointer access when the regulator driver accesses this variable. Signed-off-by: Arnd Bergmann Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed