diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-11 17:33:41 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-10-31 14:44:14 +0300 |
commit | 0f12999e27e087cd4c832760b59efd58c9642bb2 (patch) | |
tree | fb2d2f488bd4c5ad4f81f3279f75078e8e2d47c6 /Documentation/arm/samsung | |
parent | 9484f2cb83327c4197c0809cdf3156d4213c44e5 (diff) | |
download | linux-0f12999e27e087cd4c832760b59efd58c9642bb2.tar.xz |
Documentation: Update paths of Samsung S3C machine files
Documentation references Samsung S3C24xx and S3C64xx machine files in
multiple places but the files were traveling around the kernel multiple
times.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200911143343.498-1-krzk@kernel.org
Diffstat (limited to 'Documentation/arm/samsung')
-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. |