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>
此提交包含在:
@@ -169,7 +169,7 @@ static struct lcd_ops tosa_lcd_ops = {
|
||||
.set_mode = tosa_lcd_set_mode,
|
||||
};
|
||||
|
||||
static int __devinit tosa_lcd_probe(struct spi_device *spi)
|
||||
static int tosa_lcd_probe(struct spi_device *spi)
|
||||
{
|
||||
int ret;
|
||||
struct tosa_lcd_data *data;
|
||||
|
新增問題並參考
封鎖使用者