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
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ static struct pinctrl_desc foo_desc = {
|
||||||
.name = "foo",
|
.name = "foo",
|
||||||
.pins = foo_pins,
|
.pins = foo_pins,
|
||||||
.npins = ARRAY_SIZE(foo_pins),
|
.npins = ARRAY_SIZE(foo_pins),
|
||||||
.maxpin = 63,
|
|
||||||
.owner = THIS_MODULE,
|
.owner = THIS_MODULE,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue