leds: 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: Jan-Simon Moeller <jansimon.moeller@gmx.de> Acked-by: Bryan Wu <cooloney@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Este cometimento está contido em:

cometido por
Greg Kroah-Hartman

ascendente
df07cf8126
cometimento
98ea1ea20c
@@ -93,7 +93,7 @@ static void pca9633_led_set(struct led_classdev *led_cdev,
|
||||
schedule_work(&pca9633->work);
|
||||
}
|
||||
|
||||
static int __devinit pca9633_probe(struct i2c_client *client,
|
||||
static int pca9633_probe(struct i2c_client *client,
|
||||
const struct i2c_device_id *id)
|
||||
{
|
||||
struct pca9633_led *pca9633;
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador