diff options
-rw-r--r-- | Documentation/acpi/enumeration.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/acpi/enumeration.txt b/Documentation/acpi/enumeration.txt index 2a1519b87177..fd786ea13a1f 100644 --- a/Documentation/acpi/enumeration.txt +++ b/Documentation/acpi/enumeration.txt | |||
@@ -296,7 +296,7 @@ specifies the path to the controller. In order to use these GPIOs in Linux | |||
296 | we need to translate them to the corresponding Linux GPIO descriptors. | 296 | we need to translate them to the corresponding Linux GPIO descriptors. |
297 | 297 | ||
298 | There is a standard GPIO API for that and is documented in | 298 | There is a standard GPIO API for that and is documented in |
299 | Documentation/gpio.txt. | 299 | Documentation/gpio/. |
300 | 300 | ||
301 | In the above example we can get the corresponding two GPIO descriptors with | 301 | In the above example we can get the corresponding two GPIO descriptors with |
302 | a code like this: | 302 | a code like this: |