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:
2dc60c5
)
misc: do not mark exported functions __devexit
author
Arnd Bergmann
<arnd@arndb.de>
Sat, 14 Apr 2012 16:25:04 +0000
(10:25 -0600)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 18 Apr 2012 21:54:31 +0000
(14:54 -0700)
No symbol can be exported when the section is discarded - the only
solution I could think of is not to mark symbols as __devexit
when they are exported.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found