aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/watchdog.h
diff options
context:
space:
mode:
authorHardik Singh Rathore <hardiksingh.k@gmail.com>2018-12-09 16:17:26 +0530
committerWim Van Sebroeck <wim@linux-watchdog.org>2018-12-22 12:15:29 +0100
commite1b83a31c79811409023aac560d5b0fc2967bec9 (patch)
treeccae73332b782ff6bd9bbd6cb3557c6d02966485 /include/linux/watchdog.h
parentwatchdog: w83627hf_wdt: Add quirk for Inves system (diff)
downloadlinux-dev-e1b83a31c79811409023aac560d5b0fc2967bec9.tar.xz
linux-dev-e1b83a31c79811409023aac560d5b0fc2967bec9.zip
Watchdog: remove outdated comment
The lock field doesn't exist in watchdog_device structure. It was added by commit f4e9c82f64b5 ("watchdog: Add Locking support") and removed by commit b4ffb1909843 ("watchdog: Separate and maintain variables based on variable lifetime") Signed-off-by: Hardik Singh Rathore <hardiksingh.k@gmail.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Diffstat (limited to 'include/linux/watchdog.h')
-rw-r--r--include/linux/watchdog.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/watchdog.h b/include/linux/watchdog.h
index 44985c4a1e86..417d9f37077a 100644
--- a/include/linux/watchdog.h
+++ b/include/linux/watchdog.h
@@ -90,9 +90,6 @@ struct watchdog_ops {
*
* The driver-data field may not be accessed directly. It must be accessed
* via the watchdog_set_drvdata and watchdog_get_drvdata helpers.
- *
- * The lock field is for watchdog core internal use only and should not be
- * touched.
*/
struct watchdog_device {
int id;