提交 939417bd 编写于 作者: B Baruch Siach 提交者: 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: NBaruch Siach <baruch@tkos.co.il>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册