Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,
};