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:
6f32d03
)
video/ili9320: do not mark exported functions __devexit
author
Arnd Bergmann
<arnd@arndb.de>
Tue, 15 May 2012 21:02:58 +0000
(15:02 -0600)
committer
Florian Tobias Schandinat
<FlorianSchandinat@gmx.de>
Sat, 9 Jun 2012 12:51:11 +0000
(12:51 +0000)
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: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
No differences found