backlight: remove use of __devexit

CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Bill Pemberton
2012-11-19 13:26:34 -05:00
committed by Greg Kroah-Hartman
parent 1b9e450de1
commit 7e4b9d0bb2
22 changed files with 26 additions and 26 deletions

View File

@@ -401,7 +401,7 @@ out_unregister:
return err;
}
static int __devexit tdo24m_remove(struct spi_device *spi)
static int tdo24m_remove(struct spi_device *spi)
{
struct tdo24m *lcd = dev_get_drvdata(&spi->dev);