git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0536d0d
)
ARM: SAMSUNG: Don't export __init functions to modules
author
Yauhen Kharuzhy
<jekhor@gmail.com>
Thu, 6 Jan 2011 04:04:33 +0000
(13:04 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Thu, 6 Jan 2011 05:09:19 +0000
(14:09 +0900)
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>
No differences found