diff options
Diffstat (limited to 'drivers/spi/spi-pxa2xx-pci.c')
-rw-r--r-- | drivers/spi/spi-pxa2xx-pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/spi/spi-pxa2xx-pci.c b/drivers/spi/spi-pxa2xx-pci.c index 869f188b02eb..1727fdfbac28 100644 --- a/drivers/spi/spi-pxa2xx-pci.c +++ b/drivers/spi/spi-pxa2xx-pci.c | |||
@@ -197,7 +197,7 @@ static int pxa2xx_spi_pci_probe(struct pci_dev *dev, | |||
197 | struct platform_device_info pi; | 197 | struct platform_device_info pi; |
198 | int ret; | 198 | int ret; |
199 | struct platform_device *pdev; | 199 | struct platform_device *pdev; |
200 | struct pxa2xx_spi_master spi_pdata; | 200 | struct pxa2xx_spi_controller spi_pdata; |
201 | struct ssp_device *ssp; | 201 | struct ssp_device *ssp; |
202 | struct pxa_spi_info *c; | 202 | struct pxa_spi_info *c; |
203 | char buf[40]; | 203 | char buf[40]; |
@@ -265,7 +265,7 @@ static int pxa2xx_spi_pci_probe(struct pci_dev *dev, | |||
265 | static void pxa2xx_spi_pci_remove(struct pci_dev *dev) | 265 | static void pxa2xx_spi_pci_remove(struct pci_dev *dev) |
266 | { | 266 | { |
267 | struct platform_device *pdev = pci_get_drvdata(dev); | 267 | struct platform_device *pdev = pci_get_drvdata(dev); |
268 | struct pxa2xx_spi_master *spi_pdata; | 268 | struct pxa2xx_spi_controller *spi_pdata; |
269 | 269 | ||
270 | spi_pdata = dev_get_platdata(&pdev->dev); | 270 | spi_pdata = dev_get_platdata(&pdev->dev); |
271 | 271 | ||