aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/watchdog_core.c
diff options
context:
space:
mode:
authorWim Van Sebroeck <wim@iguana.be>2012-05-21 15:31:06 +0200
committerWim Van Sebroeck <wim@iguana.be>2012-05-30 07:54:03 +0200
commit6cfb5aa836884bcd66e2c5d0a101e97ba78aaafd (patch)
treeba0dc48421be040e0577ea4ab8d1a3fa16aaa058 /drivers/watchdog/watchdog_core.c
parentwatchdog: Add watchdog_active() routine (diff)
downloadlinux-dev-6cfb5aa836884bcd66e2c5d0a101e97ba78aaafd.tar.xz
linux-dev-6cfb5aa836884bcd66e2c5d0a101e97ba78aaafd.zip
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>
Diffstat (limited to 'drivers/watchdog/watchdog_core.c')
-rw-r--r--drivers/watchdog/watchdog_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/watchdog_core.c b/drivers/watchdog/watchdog_core.c
index 14d768bfa267..8598308278d3 100644
--- a/drivers/watchdog/watchdog_core.c
+++ b/drivers/watchdog/watchdog_core.c
@@ -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