mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-13 16:50:05 +00:00
pinctrl: zynq: add static to zynq_pins
This array is only referenced in this file. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
fc63d854cb
commit
c0b8555c15
@ -125,7 +125,7 @@ enum zynq_pinmux_functions {
|
||||
ZYNQ_PMUX_MAX_FUNC
|
||||
};
|
||||
|
||||
const struct pinctrl_pin_desc zynq_pins[] = {
|
||||
static const struct pinctrl_pin_desc zynq_pins[] = {
|
||||
PINCTRL_PIN(0, "MIO0"),
|
||||
PINCTRL_PIN(1, "MIO1"),
|
||||
PINCTRL_PIN(2, "MIO2"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user