]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit999daa4859b0c06a3b23639edfed6eccb3930356
tree1193b9222ddd0e43955317303c055b74a7506d9a
parent982fb0fc0cf0d4cfec6bab08c8f11f73763df609
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