diff options
Diffstat (limited to 'drivers/mfd/ti-ssp.c')
-rw-r--r-- | drivers/mfd/ti-ssp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/ti-ssp.c b/drivers/mfd/ti-ssp.c index 09a14cec351b..1c2b994e1f6c 100644 --- a/drivers/mfd/ti-ssp.c +++ b/drivers/mfd/ti-ssp.c | |||
@@ -318,7 +318,7 @@ static irqreturn_t ti_ssp_interrupt(int irq, void *dev_data) | |||
318 | static int ti_ssp_probe(struct platform_device *pdev) | 318 | static int ti_ssp_probe(struct platform_device *pdev) |
319 | { | 319 | { |
320 | static struct ti_ssp *ssp; | 320 | static struct ti_ssp *ssp; |
321 | const struct ti_ssp_data *pdata = pdev->dev.platform_data; | 321 | const struct ti_ssp_data *pdata = dev_get_platdata(&pdev->dev); |
322 | int error = 0, prediv = 0xff, id; | 322 | int error = 0, prediv = 0xff, id; |
323 | unsigned long sysclk; | 323 | unsigned long sysclk; |
324 | struct device *dev = &pdev->dev; | 324 | struct device *dev = &pdev->dev; |