dect
/
linux-2.6
Archived
13
0
Fork 0

watchdog: WatchDog Timer Driver Core: fix comment

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
This commit is contained in:
Fabio Porcedda 2012-10-05 12:16:09 +02:00 committed by Wim Van Sebroeck
parent 50d854c8a7
commit cf13a84d17
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ static inline void *watchdog_get_drvdata(struct watchdog_device *wdd)
return wdd->driver_data;
}
/* drivers/watchdog/core/watchdog_core.c */
/* drivers/watchdog/watchdog_core.c */
extern int watchdog_register_device(struct watchdog_device *);
extern void watchdog_unregister_device(struct watchdog_device *);