diff options
-rw-r--r-- | drivers/leds/leds-h1940.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-h1940.c b/drivers/leds/leds-h1940.c index 11b77a70bbcb..1aa46a390a0d 100644 --- a/drivers/leds/leds-h1940.c +++ b/drivers/leds/leds-h1940.c | |||
@@ -104,7 +104,7 @@ static struct led_classdev h1940_blueled = { | |||
104 | .default_trigger = "h1940-bluetooth", | 104 | .default_trigger = "h1940-bluetooth", |
105 | }; | 105 | }; |
106 | 106 | ||
107 | static int __init h1940leds_probe(struct platform_device *pdev) | 107 | static int __devinit h1940leds_probe(struct platform_device *pdev) |
108 | { | 108 | { |
109 | int ret; | 109 | int ret; |
110 | 110 | ||