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:

committed by
Greg Kroah-Hartman

parent
1b9e450de1
commit
7e4b9d0bb2
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user