aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2012-05-15 15:02:58 -0600
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2012-06-09 12:51:11 +0000
commitff9440465c82099ba3365930a97f90b3acfcc980 (patch)
tree67cdb3dcaa7f394af3d79bb186be9ebf60b15060 /drivers/video
parentdrivers/video: use correct __devexit_p annotation (diff)
downloadlinux-dev-ff9440465c82099ba3365930a97f90b3acfcc980.tar.xz
linux-dev-ff9440465c82099ba3365930a97f90b3acfcc980.zip
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>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/backlight/ili9320.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/ili9320.c b/drivers/video/backlight/ili9320.c
index 5118a9f029ab..b67485a595a8 100644
--- a/drivers/video/backlight/ili9320.c
+++ b/drivers/video/backlight/ili9320.c
@@ -267,7 +267,7 @@ int __devinit ili9320_probe_spi(struct spi_device *spi,
EXPORT_SYMBOL_GPL(ili9320_probe_spi);
-int __devexit ili9320_remove(struct ili9320 *ili)
+int ili9320_remove(struct ili9320 *ili)
{
ili9320_power(ili, FB_BLANK_POWERDOWN);