backlight: remove use of __devinit
CONFIG_HOTPLUG is going away as an option so __devinit 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
d1723fa266
commit
1b9e450de1
@@ -150,7 +150,7 @@ static struct lcd_ops lms_ops = {
|
||||
.get_power = NULL,
|
||||
};
|
||||
|
||||
static int __devinit lms283gf05_probe(struct spi_device *spi)
|
||||
static int lms283gf05_probe(struct spi_device *spi)
|
||||
{
|
||||
struct lms283gf05_state *st;
|
||||
struct lms283gf05_pdata *pdata = spi->dev.platform_data;
|
||||
|
Reference in New Issue
Block a user