watchdog: correct the name of the watchdog_core inlude file
The watchdog_core include file should have been named watchdog_core.h and not watchdog_dev.h . Correct this. Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
#include <linux/watchdog.h> /* For watchdog specific items */
|
||||
#include <linux/init.h> /* For __init/__exit/... */
|
||||
|
||||
#include "watchdog_dev.h" /* For watchdog_dev_register/... */
|
||||
#include "watchdog_core.h" /* For watchdog_dev_register/... */
|
||||
|
||||
/**
|
||||
* watchdog_register_device() - register a watchdog device
|
||||
|
Reference in New Issue
Block a user