watchdog: correct the name of the watchdog_core inlude file
authorWim Van Sebroeck <wim@iguana.be>
Mon, 21 May 2012 13:31:06 +0000 (15:31 +0200)
committerWim Van Sebroeck <wim@iguana.be>
Wed, 30 May 2012 05:54:03 +0000 (07:54 +0200)
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>
drivers/watchdog/watchdog_core.c
drivers/watchdog/watchdog_core.h [moved from drivers/watchdog/watchdog_dev.h with 100% similarity]
drivers/watchdog/watchdog_dev.c

index 14d768b..8598308 100644 (file)
@@ -35,7 +35,7 @@
 #include <linux/watchdog.h>    /* For watchdog specific items */
 #include <linux/init.h>                /* For __init/__exit/... */
 
 #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
 
 /**
  * watchdog_register_device() - register a watchdog device
index 930cc7c..beaf9cb 100644 (file)
@@ -42,7 +42,7 @@
 #include <linux/init.h>                /* For __init/__exit/... */
 #include <linux/uaccess.h>     /* For copy_to_user/put_user/... */
 
 #include <linux/init.h>                /* For __init/__exit/... */
 #include <linux/uaccess.h>     /* For copy_to_user/put_user/... */
 
-#include "watchdog_dev.h"
+#include "watchdog_core.h"
 
 /* make sure we only register one /dev/watchdog device */
 static unsigned long watchdog_dev_busy;
 
 /* make sure we only register one /dev/watchdog device */
 static unsigned long watchdog_dev_busy;