ARM: SAMSUNG: Don't export __init functions to modules
authorYauhen Kharuzhy <jekhor@gmail.com>
Thu, 6 Jan 2011 04:04:33 +0000 (13:04 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 6 Jan 2011 05:09:19 +0000 (14:09 +0900)
commitf1930a2983ab28c65a51a5169b7540f898309824
tree1193b9222ddd0e43955317303c055b74a7506d9a
parent0536d0d087c264f0edbb911fca6fff39bb2eb71b
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 <jekhor@gmail.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/plat-s3c24xx/devs.c
arch/arm/plat-samsung/dev-nand.c