aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_dwc_460ex.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-08-16 12:20:59 +1000
committerGrant Likely <grant.likely@secretlab.ca>2010-08-16 15:13:28 -0600
commit60652d07a028595df5c2582e915325d643a3800d (patch)
treeeee050fa6595eeb14adf97f3983a6ce104f93838 /drivers/ata/sata_dwc_460ex.c
parent088ab302f23bfc8abfaada32506d02d64a637b23 (diff)
downloadkernel_samsung_smdk4412-60652d07a028595df5c2582e915325d643a3800d.zip
kernel_samsung_smdk4412-60652d07a028595df5c2582e915325d643a3800d.tar.gz
kernel_samsung_smdk4412-60652d07a028595df5c2582e915325d643a3800d.tar.bz2
ata: update for of_device to platform_device replacement
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/ata/sata_dwc_460ex.c')
-rw-r--r--drivers/ata/sata_dwc_460ex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/sata_dwc_460ex.c b/drivers/ata/sata_dwc_460ex.c
index ea24c1e..2673a3d 100644
--- a/drivers/ata/sata_dwc_460ex.c
+++ b/drivers/ata/sata_dwc_460ex.c
@@ -1588,7 +1588,7 @@ static const struct ata_port_info sata_dwc_port_info[] = {
},
};
-static int sata_dwc_probe(struct of_device *ofdev,
+static int sata_dwc_probe(struct platform_device *ofdev,
const struct of_device_id *match)
{
struct sata_dwc_device *hsdev;
@@ -1702,7 +1702,7 @@ error_out:
return err;
}
-static int sata_dwc_remove(struct of_device *ofdev)
+static int sata_dwc_remove(struct platform_device *ofdev)
{
struct device *dev = &ofdev->dev;
struct ata_host *host = dev_get_drvdata(dev);