diff options
author | Flavio Suligoi <f.suligoi@asem.it> | 2021-02-23 12:13:24 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-03-06 17:36:51 -0700 |
commit | 378261870a0fdef80f2a24fa16895d0a6c2e5c05 (patch) | |
tree | a775817963ad4b15e535a1c6ba629645d10f7c20 /Documentation | |
parent | 1364c67875251cd254c4fbbe10650e8a603493d8 (diff) | |
download | linux-next-378261870a0fdef80f2a24fa16895d0a6c2e5c05.tar.gz |
docs: watchdog: fix obsolete include file reference in pcwd
The file linux/pcwd.h is not more present in the kernel
sources. Its information is now moved into the file:
include/uapi/linux/watchdog.h
Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
Link: https://lore.kernel.org/r/20210223111324.309285-1-f.suligoi@asem.it
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/watchdog/pcwd-watchdog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/watchdog/pcwd-watchdog.rst b/Documentation/watchdog/pcwd-watchdog.rst index 405e2a370082..151505c856f6 100644 --- a/Documentation/watchdog/pcwd-watchdog.rst +++ b/Documentation/watchdog/pcwd-watchdog.rst @@ -47,7 +47,7 @@ Documentation and Driver by Ken Hollis <kenji@bitgate.com> WDIOC_GETSTATUS This returns the status of the card, with the bits of WDIOF_* bitwise-anded into the value. (The comments - are in linux/pcwd.h) + are in include/uapi/linux/watchdog.h) WDIOC_GETBOOTSTATUS This returns the status of the card that was reported |