From: Axel Lin Date: Fri, 18 Feb 2011 08:36:06 +0000 (+0900) Subject: ARM: SAMSUNG: Drop exporting s3c24xx_ts_set_platdata X-Git-Tag: v2.6.38-rc6~11^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9613afc36a3114b776d7b09877060062cd3e4d89;p=pandora-kernel.git ARM: SAMSUNG: Drop exporting s3c24xx_ts_set_platdata s3c24xx_ts_set_platdata is annotated __init and not used by any module, thus don't export it. This patch fixes below warning: WARNING: arch/arm/plat-samsung/built-in.o(__ksymtab+0x90): Section mismatch in reference from the variable __ksymtab_s3c24xx_ts_set_platdata to the function .init.text:s3c24xx_ts_set_platdata() The symbol s3c24xx_ts_set_platdata is exported and annotated __init Fix this by removing the __init annotation of s3c24xx_ts_set_platdata or drop the export. Signed-off-by: Axel Lin Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed