pinctrl: remove maxpin from documentation
struct pinctrl_desc does not contain the maxpin member since commit0d2006bbf0
(pinctrl: remove unnecessary max pin number). Fixes:0d2006bbf0
('pinctrl: remove unnecessary max pin number') Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
28b30c306a
commit
939417bd8b
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue