aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-sh-hspi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/spi/spi-sh-hspi.c')
-rw-r--r--drivers/spi/spi-sh-hspi.c2
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
307static struct of_device_id hspi_of_match[] = { 307static const struct of_device_id hspi_of_match[] = {
308 { .compatible = "renesas,hspi", }, 308 { .compatible = "renesas,hspi", },
309 { /* sentinel */ } 309 { /* sentinel */ }
310}; 310};