]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/sunbmac.c
fat: Fix and cleanup timestamp conversion
[linux-2.6-omap-h63xx.git] / drivers / net / sunbmac.c
index 7009a5e36c9757a38ecb6a6918e520c843deb2a4..018d0fca9422bc2760c835b6f9a9de46670da7e1 100644 (file)
@@ -1263,7 +1263,7 @@ static int __devexit bigmac_sbus_remove(struct of_device *op)
 
        qec_op = to_of_device(parent);
 
-       unregister_netdevice(net_dev);
+       unregister_netdev(net_dev);
 
        of_iounmap(&qec_op->resource[0], bp->gregs, GLOB_REG_SIZE);
        of_iounmap(&op->resource[0], bp->creg, CREG_REG_SIZE);
@@ -1281,7 +1281,7 @@ static int __devexit bigmac_sbus_remove(struct of_device *op)
        return 0;
 }
 
-static struct of_device_id bigmac_sbus_match[] = {
+static const struct of_device_id bigmac_sbus_match[] = {
        {
                .name = "be",
        },