]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drivers/video/backlight/ili9320.c: add missing __devexit macros for remove
authorJingoo Han <jg1.han@samsung.com>
Sat, 3 Nov 2012 00:42:47 +0000 (11:42 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 6 Nov 2012 04:58:38 +0000 (15:58 +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);