]> 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)
committerZefan Li <lizefan@huawei.com>
Fri, 18 Sep 2015 01:20:23 +0000 (09:20 +0800)
commit 939417bd8b909ae34a3b2106531594f5115eaea5 upstream.

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: Zefan Li <lizefan@huawei.com>
Documentation/pinctrl.txt

index d97bccf46147d639f31f56fef5c87064d929506f..89432d5ae9f1c8337179253e0b08408e13cef5d5 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,
 };