]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/leds/leds-ot200.c
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / drivers / leds / leds-ot200.c
index 92521789067775ec4920b6a75a9fbf6efbc8e5d5..ee14662ed5cef46b845aeeb3557e55dcd6580efb 100644 (file)
@@ -115,7 +115,7 @@ static void ot200_led_brightness_set(struct led_classdev *led_cdev,
        spin_unlock_irqrestore(&value_lock, flags);
 }
 
-static int __devinit ot200_led_probe(struct platform_device *pdev)
+static int ot200_led_probe(struct platform_device *pdev)
 {
        int i;
        int ret;
@@ -144,7 +144,7 @@ err:
        return ret;
 }
 
-static int __devexit ot200_led_remove(struct platform_device *pdev)
+static int ot200_led_remove(struct platform_device *pdev)
 {
        int i;