Commit 939417bd authored by Baruch Siach's avatar Baruch Siach Committed by Linus Walleij

pinctrl: remove maxpin from documentation

struct pinctrl_desc does not contain the maxpin member since commit 0d2006bb
(pinctrl: remove unnecessary max pin number).

Fixes: 0d2006bb ('pinctrl: remove unnecessary max pin number')
Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 28b30c30
......@@ -72,7 +72,6 @@ static struct pinctrl_desc foo_desc = {
.name = "foo",
.pins = foo_pins,
.npins = ARRAY_SIZE(foo_pins),
.maxpin = 63,
.owner = THIS_MODULE,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment