gpio: remove use of __devinit
[deliverable/linux.git] / drivers / gpio / gpio-mpc5200.c
index 2c7cef367fc0e85664231cedd0b0b91cc6ec1062..42647f26c9e068c43ef443e6b4439552b1ec476b 100644 (file)
@@ -148,7 +148,7 @@ mpc52xx_wkup_gpio_dir_out(struct gpio_chip *gc, unsigned int gpio, int val)
        return 0;
 }
 
-static int __devinit mpc52xx_wkup_gpiochip_probe(struct platform_device *ofdev)
+static int mpc52xx_wkup_gpiochip_probe(struct platform_device *ofdev)
 {
        struct mpc52xx_gpiochip *chip;
        struct mpc52xx_gpio_wkup __iomem *regs;
@@ -308,7 +308,7 @@ mpc52xx_simple_gpio_dir_out(struct gpio_chip *gc, unsigned int gpio, int val)
        return 0;
 }
 
-static int __devinit mpc52xx_simple_gpiochip_probe(struct platform_device *ofdev)
+static int mpc52xx_simple_gpiochip_probe(struct platform_device *ofdev)
 {
        struct mpc52xx_gpiochip *chip;
        struct gpio_chip *gc;
This page took 0.027808 seconds and 5 git commands to generate.