of/device: Replace struct of_device with struct platform_device
[deliverable/linux.git] / drivers / block / xsysace.c
index a7b83c0a7eb5575ded978fd7a2e89025d829057d..d7cb69db3067db73bdfd2aa23bbec2fbd14d9320 100644 (file)
@@ -1188,7 +1188,7 @@ static struct platform_driver ace_platform_driver = {
 
 #if defined(CONFIG_OF)
 static int __devinit
-ace_of_probe(struct of_device *op, const struct of_device_id *match)
+ace_of_probe(struct platform_device *op, const struct of_device_id *match)
 {
        struct resource res;
        resource_size_t physaddr;
@@ -1220,7 +1220,7 @@ ace_of_probe(struct of_device *op, const struct of_device_id *match)
        return ace_alloc(&op->dev, id ? *id : 0, physaddr, irq, bus_width);
 }
 
-static int __devexit ace_of_remove(struct of_device *op)
+static int __devexit ace_of_remove(struct platform_device *op)
 {
        ace_free(&op->dev);
        return 0;
This page took 0.02391 seconds and 5 git commands to generate.