[kirkwood] Adds leds and gpio keys support for Iomega iConnect.
[openwrt.git] / target / linux / ar71xx / files / drivers / net / ag71xx / ag71xx_main.c
index 45dd3e5..31c8ee4 100644 (file)
@@ -990,7 +990,7 @@ static const struct net_device_ops ag71xx_netdev_ops = {
 #endif
 };
 
-static int __init ag71xx_probe(struct platform_device *pdev)
+static int __devinit ag71xx_probe(struct platform_device *pdev)
 {
        struct net_device *dev;
        struct resource *res;
@@ -1122,7 +1122,7 @@ static int __init ag71xx_probe(struct platform_device *pdev)
        return err;
 }
 
-static int __exit ag71xx_remove(struct platform_device *pdev)
+static int __devexit ag71xx_remove(struct platform_device *pdev)
 {
        struct net_device *dev = platform_get_drvdata(pdev);
 
This page took 0.01907 seconds and 4 git commands to generate.