diff options
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/backlight/ili9320.c | 2 |
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, | |||
267 | 267 | ||
268 | EXPORT_SYMBOL_GPL(ili9320_probe_spi); | 268 | EXPORT_SYMBOL_GPL(ili9320_probe_spi); |
269 | 269 | ||
270 | int __devexit ili9320_remove(struct ili9320 *ili) | 270 | int ili9320_remove(struct ili9320 *ili) |
271 | { | 271 | { |
272 | ili9320_power(ili, FB_BLANK_POWERDOWN); | 272 | ili9320_power(ili, FB_BLANK_POWERDOWN); |
273 | 273 | ||