diff options
Diffstat (limited to 'drivers/ide/ide_platform.c')
-rw-r--r-- | drivers/ide/ide_platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide_platform.c b/drivers/ide/ide_platform.c index ba4bfbead24b..a8b4b6af80e7 100644 --- a/drivers/ide/ide_platform.c +++ b/drivers/ide/ide_platform.c | |||
@@ -56,7 +56,7 @@ static int plat_ide_probe(struct platform_device *pdev) | |||
56 | struct ide_hw hw, *hws[] = { &hw }; | 56 | struct ide_hw hw, *hws[] = { &hw }; |
57 | struct ide_port_info d = platform_ide_port_info; | 57 | struct ide_port_info d = platform_ide_port_info; |
58 | 58 | ||
59 | pdata = pdev->dev.platform_data; | 59 | pdata = dev_get_platdata(&pdev->dev); |
60 | 60 | ||
61 | /* get a pointer to the register memory */ | 61 | /* get a pointer to the register memory */ |
62 | res_base = platform_get_resource(pdev, IORESOURCE_IO, 0); | 62 | res_base = platform_get_resource(pdev, IORESOURCE_IO, 0); |