1
0
Fork 0

Watchdog: remove outdated comment

The lock field doesn't exist in watchdog_device structure.
It was added by commit f4e9c82f64 ("watchdog: Add Locking support")
and removed by commit b4ffb19098
("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>
hifive-unleashed-5.1
Hardik Singh Rathore 2018-12-09 16:17:26 +05:30 committed by Wim Van Sebroeck
parent 31eb42bd93
commit e1b83a31c7
1 changed files with 0 additions and 3 deletions

View File

@ -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;