gpio: remove use of __devinit
[deliverable/linux.git] / drivers / gpio / gpio-stp-xway.c
index 8bead0bb6459d917a7f2f52fe3bbfb1ecaf1edde..85841ee70b17fc4dab51fc4ebc2d9886e5584de0 100644 (file)
@@ -197,7 +197,7 @@ static int xway_stp_hw_init(struct xway_stp *chip)
        return 0;
 }
 
-static int __devinit xway_stp_probe(struct platform_device *pdev)
+static int xway_stp_probe(struct platform_device *pdev)
 {
        struct resource *res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
        const __be32 *shadow, *groups, *dsl, *phy;
This page took 0.026237 seconds and 5 git commands to generate.