diff options
Diffstat (limited to 'drivers/block/xsysace.c')
-rw-r--r-- | drivers/block/xsysace.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/xsysace.c b/drivers/block/xsysace.c index a7b83c0a7eb5..d7cb69db3067 100644 --- a/drivers/block/xsysace.c +++ b/drivers/block/xsysace.c | |||
@@ -1188,7 +1188,7 @@ static struct platform_driver ace_platform_driver = { | |||
1188 | 1188 | ||
1189 | #if defined(CONFIG_OF) | 1189 | #if defined(CONFIG_OF) |
1190 | static int __devinit | 1190 | static int __devinit |
1191 | ace_of_probe(struct of_device *op, const struct of_device_id *match) | 1191 | ace_of_probe(struct platform_device *op, const struct of_device_id *match) |
1192 | { | 1192 | { |
1193 | struct resource res; | 1193 | struct resource res; |
1194 | resource_size_t physaddr; | 1194 | resource_size_t physaddr; |
@@ -1220,7 +1220,7 @@ ace_of_probe(struct of_device *op, const struct of_device_id *match) | |||
1220 | return ace_alloc(&op->dev, id ? *id : 0, physaddr, irq, bus_width); | 1220 | return ace_alloc(&op->dev, id ? *id : 0, physaddr, irq, bus_width); |
1221 | } | 1221 | } |
1222 | 1222 | ||
1223 | static int __devexit ace_of_remove(struct of_device *op) | 1223 | static int __devexit ace_of_remove(struct platform_device *op) |
1224 | { | 1224 | { |
1225 | ace_free(&op->dev); | 1225 | ace_free(&op->dev); |
1226 | return 0; | 1226 | return 0; |