From: Jingoo Han Date: Fri, 9 Nov 2012 03:04:49 +0000 (+1100) Subject: drivers/video/backlight/ili9320.c: add missing __devexit macros for remove X-Git-Tag: next-20121112~5^2~95 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=367b399117480c8c1ae8fb011aafc4a0421bae5f;p=karo-tx-linux.git drivers/video/backlight/ili9320.c: add missing __devexit macros for remove The __devexit macros is added to remove function. The macros moves the remove function to devexit sections. Signed-off-by: Jingoo Han Cc: Richard Purdie Signed-off-by: Andrew Morton --- diff --git a/drivers/video/backlight/ili9320.c b/drivers/video/backlight/ili9320.c index 09ec735e43d8..a0a369da9485 100644 --- a/drivers/video/backlight/ili9320.c +++ b/drivers/video/backlight/ili9320.c @@ -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);