[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1407771277-19477-3-git-send-email-kiran.padwal@smartplayin.com>
Date: Mon, 11 Aug 2014 21:04:28 +0530
From: Kiran Padwal <kiran.padwal@...rtplayin.com>
To: linus.walleij@...aro.org
Cc: shawn.guo@...aro.org, kiran.padwal@...rtplayin.com,
linux-kernel@...r.kernel.org
Subject: [PATCH 02/11] pinctrl: imx25: Make of_device_id array const
Make of_device_id array const, because all OF functions handle it as const.
---
drivers/pinctrl/pinctrl-imx25.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-imx25.c b/drivers/pinctrl/pinctrl-imx25.c
index 1aae1b6..550e6d7 100644
--- a/drivers/pinctrl/pinctrl-imx25.c
+++ b/drivers/pinctrl/pinctrl-imx25.c
@@ -315,7 +315,7 @@ static struct imx_pinctrl_soc_info imx25_pinctrl_info = {
.npins = ARRAY_SIZE(imx25_pinctrl_pads),
};
-static struct of_device_id imx25_pinctrl_of_match[] = {
+static const struct of_device_id imx25_pinctrl_of_match[] = {
{ .compatible = "fsl,imx25-iomuxc", },
{ /* sentinel */ }
};
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists