diff options
author | Mark Brown <broonie@kernel.org> | 2020-12-28 15:20:00 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-12-28 15:20:00 +0100 |
commit | 2ae6f64ce1ce304b502461fdfe0b96c8171ae2cc (patch) | |
tree | 88e987c447daf2c29e2d4c15e58d1029b0cc78c2 /Documentation/arm/samsung/gpio.rst | |
parent | regulator: bd718x7: Add enable times (diff) | |
parent | Linux 5.11-rc1 (diff) | |
download | linux-2ae6f64ce1ce304b502461fdfe0b96c8171ae2cc.tar.xz linux-2ae6f64ce1ce304b502461fdfe0b96c8171ae2cc.zip |
Merge tag 'v5.11-rc1' into regulator-5.11
Linux 5.11-rc1
Diffstat (limited to 'Documentation/arm/samsung/gpio.rst')
-rw-r--r-- | Documentation/arm/samsung/gpio.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/arm/samsung/gpio.rst b/Documentation/arm/samsung/gpio.rst index 5f7cadd7159e..f6e27b07c993 100644 --- a/Documentation/arm/samsung/gpio.rst +++ b/Documentation/arm/samsung/gpio.rst @@ -37,5 +37,4 @@ implementation to configure pins as necessary. The s3c_gpio_cfgpin() and s3c_gpio_setpull() provide the means for a driver or machine to change gpio configuration. -See arch/arm/plat-samsung/include/plat/gpio-cfg.h for more information -on these functions. +See arch/arm/mach-s3c/gpio-cfg.h for more information on these functions. |