gpio: remove use of __devinit
[deliverable/linux.git] / drivers / gpio / gpio-sch.c
index ed54425bffe88b0afee13a96d53e080d2660c7b7..4498855c7d7407f4f16537e632db2b2628386a73 100644 (file)
@@ -185,7 +185,7 @@ static struct gpio_chip sch_gpio_resume = {
        .set                    = sch_gpio_resume_set,
 };
 
-static int __devinit sch_gpio_probe(struct platform_device *pdev)
+static int sch_gpio_probe(struct platform_device *pdev)
 {
        struct resource *res;
        int err, id;
This page took 0.03545 seconds and 5 git commands to generate.