diff options
Diffstat (limited to 'drivers/spi/spi-pxa2xx.c')
-rw-r--r-- | drivers/spi/spi-pxa2xx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/spi/spi-pxa2xx.c b/drivers/spi/spi-pxa2xx.c index dc25bee8d33f..5c8c4f5883c4 100644 --- a/drivers/spi/spi-pxa2xx.c +++ b/drivers/spi/spi-pxa2xx.c | |||
@@ -1438,7 +1438,7 @@ static void cleanup(struct spi_device *spi) | |||
1438 | kfree(chip); | 1438 | kfree(chip); |
1439 | } | 1439 | } |
1440 | 1440 | ||
1441 | static int __devinit init_queue(struct driver_data *drv_data) | 1441 | static int init_queue(struct driver_data *drv_data) |
1442 | { | 1442 | { |
1443 | INIT_LIST_HEAD(&drv_data->queue); | 1443 | INIT_LIST_HEAD(&drv_data->queue); |
1444 | spin_lock_init(&drv_data->lock); | 1444 | spin_lock_init(&drv_data->lock); |
@@ -1526,7 +1526,7 @@ static int destroy_queue(struct driver_data *drv_data) | |||
1526 | return 0; | 1526 | return 0; |
1527 | } | 1527 | } |
1528 | 1528 | ||
1529 | static int __devinit pxa2xx_spi_probe(struct platform_device *pdev) | 1529 | static int pxa2xx_spi_probe(struct platform_device *pdev) |
1530 | { | 1530 | { |
1531 | struct device *dev = &pdev->dev; | 1531 | struct device *dev = &pdev->dev; |
1532 | struct pxa2xx_spi_master *platform_info; | 1532 | struct pxa2xx_spi_master *platform_info; |