From: Uwe Kleine-König Date: Thu, 2 Sep 2010 08:14:22 +0000 (+0100) Subject: ARM: 6350/1: s3c64xx: don't put smartq5_leds in .init.data X-Git-Tag: v2.6.37-rc1~184^2~7^7~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d684f640639d7be8efb7b324294830d9bcbf15f9;p=pandora-kernel.git ARM: 6350/1: s3c64xx: don't put smartq5_leds in .init.data This fixes a section mismatch found by modpost: WARNING: arch/arm/mach-s3c64xx/built-in.o(.data+0x2814): Section mismatch in reference from the variable smartq5_led_data to the (unknown reference) .init.data:(unknown) The variable smartq5_led_data references the (unknown reference) __initdata (unknown) If the reference is valid then annotate the variable with __init* or __refdata (see linux/init.h) or name the variable: *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console, Signed-off-by: Uwe Kleine-König Signed-off-by: Russell King --- Reading git-diff-tree failed