diff options
author | Mark Brown <broonie@linaro.org> | 2013-09-01 14:49:03 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-01 14:49:03 +0200 |
commit | 68aa4cb3374a5f47fe1f7b31e0b5893826c05c69 (patch) | |
tree | aa350fff2ef8ef496d46820487198e9bbfe2bf77 /drivers/spi/spi-pl022.c | |
parent | Merge remote-tracking branch 'spi/topic/orion' into spi-next (diff) | |
parent | Merge remote-tracking branch 'spi/topic/rspi' into spi-pdata (diff) | |
download | linux-68aa4cb3374a5f47fe1f7b31e0b5893826c05c69.tar.xz linux-68aa4cb3374a5f47fe1f7b31e0b5893826c05c69.zip |
Merge remote-tracking branch 'spi/topic/pdata' into spi-next
Diffstat (limited to 'drivers/spi/spi-pl022.c')
-rw-r--r-- | drivers/spi/spi-pl022.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/spi/spi-pl022.c b/drivers/spi/spi-pl022.c index abef061fb84a..4b564b74c99c 100644 --- a/drivers/spi/spi-pl022.c +++ b/drivers/spi/spi-pl022.c @@ -2091,7 +2091,8 @@ pl022_platform_data_dt_get(struct device *dev) static int pl022_probe(struct amba_device *adev, const struct amba_id *id) { struct device *dev = &adev->dev; - struct pl022_ssp_controller *platform_info = adev->dev.platform_data; + struct pl022_ssp_controller *platform_info = + dev_get_platdata(&adev->dev); struct spi_master *master; struct pl022 *pl022 = NULL; /*Data for this driver */ struct device_node *np = adev->dev.of_node; |