summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sh-pfc/pfc-sh7723.c
diff options
context:
space:
mode:
authorLaurent Pinchart2013-12-16 20:25:16 +0100
committerLinus Walleij2013-12-20 12:27:43 +0100
commitf41a1efe63c6fc101b9c5b478c9dc22a43312b21 (patch)
tree79c3a1737ca80da55d3b56b821026a4bc2933fcc /drivers/pinctrl/sh-pfc/pfc-sh7723.c
parentpinctrl: sh-pfc: Constify IRQ GPIOs arrays (diff)
downloadkernel-qcow2-linux-f41a1efe63c6fc101b9c5b478c9dc22a43312b21.tar.gz
kernel-qcow2-linux-f41a1efe63c6fc101b9c5b478c9dc22a43312b21.tar.xz
kernel-qcow2-linux-f41a1efe63c6fc101b9c5b478c9dc22a43312b21.zip
pinctrl: sh-pfc: sh: Constify pins and cfg_regs arrays
The arrays are never modified, declare them as const. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/sh-pfc/pfc-sh7723.c')
-rw-r--r--drivers/pinctrl/sh-pfc/pfc-sh7723.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-sh7723.c b/drivers/pinctrl/sh-pfc/pfc-sh7723.c
index 1cecc9101a52..4eb7eae2e6d0 100644
--- a/drivers/pinctrl/sh-pfc/pfc-sh7723.c
+++ b/drivers/pinctrl/sh-pfc/pfc-sh7723.c
@@ -917,7 +917,7 @@ static const u16 pinmux_data[] = {
PINMUX_DATA(SIUBISLD_MARK, PSD1_PSD0_FN2, PTZ0_FN),
};
-static struct sh_pfc_pin pinmux_pins[] = {
+static const struct sh_pfc_pin pinmux_pins[] = {
/* PTA */
PINMUX_GPIO(PTA7),
PINMUX_GPIO(PTA6),