gpio: remove use of __devinit
[deliverable/linux.git] / drivers / gpio / gpio-timberdale.c
index 1a3e2b9b4772f7e710c16dee60a48049a3ff5c6d..728d6e773a840db867adab994d06c0708496d7fa 100644 (file)
@@ -222,7 +222,7 @@ static struct irq_chip timbgpio_irqchip = {
        .irq_set_type   = timbgpio_irq_type,
 };
 
-static int __devinit timbgpio_probe(struct platform_device *pdev)
+static int timbgpio_probe(struct platform_device *pdev)
 {
        int err, i;
        struct gpio_chip *gc;
This page took 0.024386 seconds and 5 git commands to generate.