diff options
Diffstat (limited to 'drivers/spi/spi-sh-hspi.c')
-rw-r--r-- | drivers/spi/spi-sh-hspi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-sh-hspi.c b/drivers/spi/spi-sh-hspi.c index c8e795ef2e13..94b5faed21e2 100644 --- a/drivers/spi/spi-sh-hspi.c +++ b/drivers/spi/spi-sh-hspi.c | |||
@@ -304,7 +304,7 @@ static int hspi_remove(struct platform_device *pdev) | |||
304 | return 0; | 304 | return 0; |
305 | } | 305 | } |
306 | 306 | ||
307 | static struct of_device_id hspi_of_match[] = { | 307 | static const struct of_device_id hspi_of_match[] = { |
308 | { .compatible = "renesas,hspi", }, | 308 | { .compatible = "renesas,hspi", }, |
309 | { /* sentinel */ } | 309 | { /* sentinel */ } |
310 | }; | 310 | }; |