projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28b30c3
)
pinctrl: remove maxpin from documentation
author
Baruch Siach
<baruch@tkos.co.il>
Mon, 2 Mar 2015 14:55:02 +0000
(16:55 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Mon, 9 Mar 2015 17:11:00 +0000
(18:11 +0100)
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>
Documentation/pinctrl.txt
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/pinctrl.txt
b/Documentation/pinctrl.txt
index b8f2147b96dd90afd16cd742a40be40f64a09c89..348a8af8d06ce2b2c4652676c61306fdc0c0d263 100644
(file)
--- a/
Documentation/pinctrl.txt
+++ b/
Documentation/pinctrl.txt
@@
-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,
};