pwm: remove use of __devinit
[deliverable/linux.git] / drivers / pwm / pwm-puv3.c
index 5d7ee9b075f83e206da5001435eed5f8e93ceaca..c1ee78ad5fcf6a178864f2af2473194679c75ed1 100644 (file)
@@ -101,7 +101,7 @@ static const struct pwm_ops puv3_pwm_ops = {
        .owner = THIS_MODULE,
 };
 
-static int __devinit pwm_probe(struct platform_device *pdev)
+static int pwm_probe(struct platform_device *pdev)
 {
        struct puv3_pwm_chip *puv3;
        struct resource *r;
This page took 0.031496 seconds and 5 git commands to generate.