diff options
Diffstat (limited to 'drivers/leds/leds-asic3.c')
-rw-r--r-- | drivers/leds/leds-asic3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-asic3.c b/drivers/leds/leds-asic3.c index ec601e2e92dc..c700ad9053f5 100644 --- a/drivers/leds/leds-asic3.c +++ b/drivers/leds/leds-asic3.c | |||
@@ -92,7 +92,7 @@ static int blink_set(struct led_classdev *cdev, | |||
92 | return 0; | 92 | return 0; |
93 | } | 93 | } |
94 | 94 | ||
95 | static int __devinit asic3_led_probe(struct platform_device *pdev) | 95 | static int asic3_led_probe(struct platform_device *pdev) |
96 | { | 96 | { |
97 | struct asic3_led *led = pdev->dev.platform_data; | 97 | struct asic3_led *led = pdev->dev.platform_data; |
98 | int ret; | 98 | int ret; |