]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drivers/video/backlight/ili9320.c: add missing __devexit macros for remove
authorJingoo Han <jg1.han@samsung.com>
Fri, 9 Nov 2012 03:04:49 +0000 (14:04 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 12 Nov 2012 04:17:21 +0000 (15:17 +1100)
The __devexit macros is added to remove function.  The macros moves the
remove function to devexit sections.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/video/backlight/ili9320.c

index 09ec735e43d87582e32db8f39206aa0048ce1cf8..a0a369da9485a98919efc65ecf036222d5547597 100644 (file)
@@ -260,7 +260,7 @@ int __devinit ili9320_probe_spi(struct spi_device *spi,
 }
 EXPORT_SYMBOL_GPL(ili9320_probe_spi);
 
-int ili9320_remove(struct ili9320 *ili)
+int __devexit ili9320_remove(struct ili9320 *ili)
 {
        ili9320_power(ili, FB_BLANK_POWERDOWN);