aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/xsysace.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block/xsysace.c')
-rw-r--r--drivers/block/xsysace.c4
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)
1190static int __devinit 1190static int __devinit
1191ace_of_probe(struct of_device *op, const struct of_device_id *match) 1191ace_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
1223static int __devexit ace_of_remove(struct of_device *op) 1223static 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;