diff options
-rw-r--r-- | drivers/spi/spi-s3c64xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-s3c64xx.c b/drivers/spi/spi-s3c64xx.c index b1c6731fbf27..2a8c513c4d07 100644 --- a/drivers/spi/spi-s3c64xx.c +++ b/drivers/spi/spi-s3c64xx.c | |||
@@ -1347,7 +1347,7 @@ static struct s3c64xx_spi_port_config exynos7_spi_port_config = { | |||
1347 | .quirks = S3C64XX_SPI_QUIRK_CS_AUTO, | 1347 | .quirks = S3C64XX_SPI_QUIRK_CS_AUTO, |
1348 | }; | 1348 | }; |
1349 | 1349 | ||
1350 | static struct platform_device_id s3c64xx_spi_driver_ids[] = { | 1350 | static const struct platform_device_id s3c64xx_spi_driver_ids[] = { |
1351 | { | 1351 | { |
1352 | .name = "s3c2443-spi", | 1352 | .name = "s3c2443-spi", |
1353 | .driver_data = (kernel_ulong_t)&s3c2443_spi_port_config, | 1353 | .driver_data = (kernel_ulong_t)&s3c2443_spi_port_config, |