]> Pileus Git - ~andy/linux/blobdiff - drivers/leds/leds-asic3.c
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[~andy/linux] / drivers / leds / leds-asic3.c
index ec601e2e92dcd4d823cf180649308b3c6ed202a9..b474745e001b3a4332ac96e584824e189bd76b21 100644 (file)
@@ -92,7 +92,7 @@ static int blink_set(struct led_classdev *cdev,
        return 0;
 }
 
-static int __devinit asic3_led_probe(struct platform_device *pdev)
+static int asic3_led_probe(struct platform_device *pdev)
 {
        struct asic3_led *led = pdev->dev.platform_data;
        int ret;
@@ -125,7 +125,7 @@ out:
        return ret;
 }
 
-static int __devexit asic3_led_remove(struct platform_device *pdev)
+static int asic3_led_remove(struct platform_device *pdev)
 {
        struct asic3_led *led = pdev->dev.platform_data;