diff options
Diffstat (limited to 'drivers/spi/spi-omap2-mcspi.c')
-rw-r--r-- | drivers/spi/spi-omap2-mcspi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-omap2-mcspi.c b/drivers/spi/spi-omap2-mcspi.c index b2fb141da375..569714ebffe0 100644 --- a/drivers/spi/spi-omap2-mcspi.c +++ b/drivers/spi/spi-omap2-mcspi.c | |||
@@ -1116,7 +1116,7 @@ MODULE_DEVICE_TABLE(of, omap_mcspi_of_match); | |||
1116 | static int __devinit omap2_mcspi_probe(struct platform_device *pdev) | 1116 | static int __devinit omap2_mcspi_probe(struct platform_device *pdev) |
1117 | { | 1117 | { |
1118 | struct spi_master *master; | 1118 | struct spi_master *master; |
1119 | struct omap2_mcspi_platform_config *pdata; | 1119 | const struct omap2_mcspi_platform_config *pdata; |
1120 | struct omap2_mcspi *mcspi; | 1120 | struct omap2_mcspi *mcspi; |
1121 | struct resource *r; | 1121 | struct resource *r; |
1122 | int status = 0, i; | 1122 | int status = 0, i; |