aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-bcm63xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/spi/spi-bcm63xx.c')
-rw-r--r--drivers/spi/spi-bcm63xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-bcm63xx.c b/drivers/spi/spi-bcm63xx.c
index 9fd7a39b8029..6d0df500aa8f 100644
--- a/drivers/spi/spi-bcm63xx.c
+++ b/drivers/spi/spi-bcm63xx.c
@@ -353,7 +353,7 @@ static int bcm63xx_spi_probe(struct platform_device *pdev)
353{ 353{
354 struct resource *r; 354 struct resource *r;
355 struct device *dev = &pdev->dev; 355 struct device *dev = &pdev->dev;
356 struct bcm63xx_spi_pdata *pdata = pdev->dev.platform_data; 356 struct bcm63xx_spi_pdata *pdata = dev_get_platdata(&pdev->dev);
357 int irq; 357 int irq;
358 struct spi_master *master; 358 struct spi_master *master;
359 struct clk *clk; 359 struct clk *clk;