diff options
author | Yingjoe Chen <yingjoe.chen@mediatek.com> | 2014-11-03 10:28:11 +0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-11-04 11:15:45 +0100 |
commit | ee76a9abde4f428a3d342822301ddb8d080d6557 (patch) | |
tree | 894d7f7a43c585d26a68171ebae6c46259a09738 /Documentation/devicetree/bindings/pinctrl | |
parent | 13d6a11af6de385f47603fac4538c504f574b67d (diff) | |
download | linux-ee76a9abde4f428a3d342822301ddb8d080d6557.tar.gz linux-ee76a9abde4f428a3d342822301ddb8d080d6557.tar.bz2 linux-ee76a9abde4f428a3d342822301ddb8d080d6557.zip |
pinctrl: Fix path error in documentation
Fix pinconfig include file path.
Signed-off-by: Yingjoe Chen <yingjoe.chen@mediatek.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/pinctrl')
-rw-r--r-- | Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt b/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt index 98eb94d91a1c..47d84b6ee91b 100644 --- a/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt @@ -216,4 +216,4 @@ arguments are described below. or 0 to disable debouncing More in-depth documentation on these parameters can be found in -<include/linux/pinctrl/pinconfig-generic.h> +<include/linux/pinctrl/pinconf-generic.h> |