diff options
Diffstat (limited to 'drivers/leds/leds-clevo-mail.c')
-rw-r--r-- | drivers/leds/leds-clevo-mail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-clevo-mail.c b/drivers/leds/leds-clevo-mail.c index 1813c84ea5fc..8ee83ceb4a7d 100644 --- a/drivers/leds/leds-clevo-mail.c +++ b/drivers/leds/leds-clevo-mail.c | |||
@@ -145,7 +145,7 @@ static struct led_classdev clevo_mail_led = { | |||
145 | .flags = LED_CORE_SUSPENDRESUME, | 145 | .flags = LED_CORE_SUSPENDRESUME, |
146 | }; | 146 | }; |
147 | 147 | ||
148 | static int __init clevo_mail_led_probe(struct platform_device *pdev) | 148 | static int __devinit clevo_mail_led_probe(struct platform_device *pdev) |
149 | { | 149 | { |
150 | return led_classdev_register(&pdev->dev, &clevo_mail_led); | 150 | return led_classdev_register(&pdev->dev, &clevo_mail_led); |
151 | } | 151 | } |