aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/sm501.c
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2014-05-07 04:24:05 -0400
committerLee Jones <lee.jones@linaro.org>2014-06-03 03:11:25 -0400
commitae6eee3c8bc38ef45f35e9ee492840ac3e5c103c (patch)
treebf099ee6090aff0850b13a9d092894557c92d38d /drivers/mfd/sm501.c
parentcfb61a419630a810033f2777aba724ab6b1272b3 (diff)
mfd: sm501: Make of_device_id array const
Make of_device_id array const, because all OF functions handle it as const. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/sm501.c')
-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};