|
@@ -649,8 +649,9 @@ static int __init sh_rtc_probe(struct platform_device *pdev)
|
|
|
clk_enable(rtc->clk);
|
|
|
|
|
|
rtc->capabilities = RTC_DEF_CAPABILITIES;
|
|
|
- if (pdev->dev.platform_data) {
|
|
|
- struct sh_rtc_platform_info *pinfo = pdev->dev.platform_data;
|
|
|
+ if (dev_get_platdata(&pdev->dev)) {
|
|
|
+ struct sh_rtc_platform_info *pinfo =
|
|
|
+ dev_get_platdata(&pdev->dev);
|
|
|
|
|
|
/*
|
|
|
* Some CPUs have special capabilities in addition to the
|