summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/sm501.c
diff options
context:
space:
mode:
authorJingoo Han2014-05-07 10:24:05 +0200
committerLee Jones2014-06-03 09:11:25 +0200
commitae6eee3c8bc38ef45f35e9ee492840ac3e5c103c (patch)
treebf099ee6090aff0850b13a9d092894557c92d38d /drivers/mfd/sm501.c
parentmfd: AXP20x: Add mfd driver for AXP20x PMIC (diff)
downloadkernel-qcow2-linux-ae6eee3c8bc38ef45f35e9ee492840ac3e5c103c.tar.gz
kernel-qcow2-linux-ae6eee3c8bc38ef45f35e9ee492840ac3e5c103c.tar.xz
kernel-qcow2-linux-ae6eee3c8bc38ef45f35e9ee492840ac3e5c103c.zip
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 = {
MODULE_ALIAS("platform:sm501");
-static struct of_device_id of_sm501_match_tbl[] = {
+static const struct of_device_id of_sm501_match_tbl[] = {
{ .compatible = "smi,sm501", },
{ /* end */ }
};