]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
pinctrl: remove maxpin from documentation
authorBaruch Siach <baruch@tkos.co.il>
Mon, 2 Mar 2015 14:55:02 +0000 (16:55 +0200)
committerSasha Levin <sasha.levin@oracle.com>
Sun, 28 Jun 2015 17:39:15 +0000 (13:39 -0400)
[ Upstream commit 939417bd8b909ae34a3b2106531594f5115eaea5 ]

struct pinctrl_desc does not contain the maxpin member since commit 0d2006bbf0
(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>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Documentation/pinctrl.txt

index b8f2147b96dd90afd16cd742a40be40f64a09c89..348a8af8d06ce2b2c4652676c61306fdc0c0d263 100644 (file)
@@ -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,
 };