video/ili9320: do not mark exported functions __devexit
commitff9440465c82099ba3365930a97f90b3acfcc980
authorArnd Bergmann <arnd@arndb.de>
Tue, 15 May 2012 21:02:58 +0000 (15 15:02 -0600)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Sat, 9 Jun 2012 12:51:11 +0000 (9 12:51 +0000)
tree67cdb3dcaa7f394af3d79bb186be9ebf60b15060
parent6f32d03bc63ab27f5e21d40c4ec81e18d991f424
video/ili9320: do not mark exported functions __devexit

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>
drivers/video/backlight/ili9320.c