sparc: remove references to of_device and to_of_device
[deliverable/linux.git] / arch / sparc / kernel / auxio_64.c
index 46ba58a8510f30422ec45275db2db812515830f1..3efd3c5af6a910181c47ba0075d7a95ae036beaf 100644 (file)
@@ -102,7 +102,8 @@ static struct of_device_id __initdata auxio_match[] = {
 
 MODULE_DEVICE_TABLE(of, auxio_match);
 
-static int __devinit auxio_probe(struct of_device *dev, const struct of_device_id *match)
+static int __devinit auxio_probe(struct platform_device *dev,
+                                const struct of_device_id *match)
 {
        struct device_node *dp = dev->dev.of_node;
        unsigned long size;
This page took 0.034761 seconds and 5 git commands to generate.