summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sunxi/pinctrl-sun7i-a20.c
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2015-03-16 20:59:09 +0100
committerLinus Walleij <linus.walleij@linaro.org>2015-03-27 09:58:35 +0100
commitbaa9946e32f9f26e740721c1f972de87c095baa9 (patch)
treef3c15cccc5b04181657e6e1328e331b815117b5a /drivers/pinctrl/sunxi/pinctrl-sun7i-a20.c
parent4024efb4047df0f317065571bd6ee9de3ab79512 (diff)
downloadop-kernel-dev-baa9946e32f9f26e740721c1f972de87c095baa9.zip
op-kernel-dev-baa9946e32f9f26e740721c1f972de87c095baa9.tar.gz
pinctrl: constify of_device_id array
of_device_id is always used as const. (See driver.of_match_table and open firmware functions) Signed-off-by: Fabian Frederick <fabf@skynet.be> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by: Patrice Chotard <patrice.chotard@st.com> Acked-by: Maxime Coquelin <maxime.coquelin@st.com> Acked-by: Hongzhou Yang <hongzhou.yang@mediatek.com> Acked-by: Lee Jones <lee@kernel.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/sunxi/pinctrl-sun7i-a20.c')
-rw-r--r--drivers/pinctrl/sunxi/pinctrl-sun7i-a20.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/sunxi/pinctrl-sun7i-a20.c b/drivers/pinctrl/sunxi/pinctrl-sun7i-a20.c
index 6af6cc8..cf1ce0c 100644
--- a/drivers/pinctrl/sunxi/pinctrl-sun7i-a20.c
+++ b/drivers/pinctrl/sunxi/pinctrl-sun7i-a20.c
@@ -1045,7 +1045,7 @@ static int sun7i_a20_pinctrl_probe(struct platform_device *pdev)
&sun7i_a20_pinctrl_data);
}
-static struct of_device_id sun7i_a20_pinctrl_match[] = {
+static const struct of_device_id sun7i_a20_pinctrl_match[] = {
{ .compatible = "allwinner,sun7i-a20-pinctrl", },
{}
};
OpenPOWER on IntegriCloud