commit | f1930a2983ab28c65a51a5169b7540f898309824 | [log] [tgz] |
---|---|---|
author | Yauhen Kharuzhy <jekhor@gmail.com> | Thu Jan 06 13:04:33 2011 +0900 |
committer | Kukjin Kim <kgene.kim@samsung.com> | Thu Jan 06 14:09:19 2011 +0900 |
tree | 1193b9222ddd0e43955317303c055b74a7506d9a | |
parent | 0536d0d087c264f0edbb911fca6fff39bb2eb71b [diff] |
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>