aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mfd/sm501.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/sm501.c b/drivers/mfd/sm501.c
index e7dc441a8f8a..81e6d0932bf0 100644
--- a/drivers/mfd/sm501.c
+++ b/drivers/mfd/sm501.c
@@ -1726,7 +1726,7 @@ static struct pci_driver sm501_pci_driver = {
1726 1726
1727MODULE_ALIAS("platform:sm501"); 1727MODULE_ALIAS("platform:sm501");
1728 1728
1729static struct of_device_id of_sm501_match_tbl[] = { 1729static const struct of_device_id of_sm501_match_tbl[] = {
1730 { .compatible = "smi,sm501", }, 1730 { .compatible = "smi,sm501", },
1731 { /* end */ } 1731 { /* end */ }
1732}; 1732};