From: Yauhen Kharuzhy Date: Thu, 6 Jan 2011 04:04:33 +0000 (+0900) Subject: ARM: SAMSUNG: Don't export __init functions to modules X-Git-Tag: v2.6.38-rc1~38^2^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1930a2983ab28c65a51a5169b7540f898309824;p=pandora-kernel.git ARM: SAMSUNG: Don't export __init functions to modules There are few functions marked as __init, but exported to modules in devices declaration files. s3c_nand_set_platdata() and s3c24xx_ts_set_platdata() are used only by boards init code now, so remove EXPORT_SYMBOL() for them. Signed-off-by: Yauhen Kharuzhy Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed