diff options
Diffstat (limited to 'drivers/leds/leds-pca955x.c')
-rw-r--r-- | drivers/leds/leds-pca955x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-pca955x.c b/drivers/leds/leds-pca955x.c index 12506e74a4c5..f07c5203fbd5 100644 --- a/drivers/leds/leds-pca955x.c +++ b/drivers/leds/leds-pca955x.c | |||
@@ -255,7 +255,7 @@ static void pca955x_led_set(struct led_classdev *led_cdev, enum led_brightness v | |||
255 | schedule_work(&pca955x->work); | 255 | schedule_work(&pca955x->work); |
256 | } | 256 | } |
257 | 257 | ||
258 | static int __devinit pca955x_probe(struct i2c_client *client, | 258 | static int pca955x_probe(struct i2c_client *client, |
259 | const struct i2c_device_id *id) | 259 | const struct i2c_device_id *id) |
260 | { | 260 | { |
261 | struct pca955x *pca955x; | 261 | struct pca955x *pca955x; |