diff options
author | Guenter Roeck <linux@roeck-us.net> | 2013-11-19 22:26:17 +0100 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2013-12-10 08:48:09 +0100 |
commit | 9539210e17dc09ea1472076c297d461c7507a5bb (patch) | |
tree | 65a2aa9687e9796ac4e3bef21cbd65bf01c64811 /drivers/watchdog/softdog.c | |
parent | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... (diff) | |
download | linux-9539210e17dc09ea1472076c297d461c7507a5bb.tar.xz linux-9539210e17dc09ea1472076c297d461c7507a5bb.zip |
watchdog: Drop unnecessary include of miscdevice.h
After commit 487722cf2 (watchdog: Get rid of MODULE_ALIAS_MISCDEV
statements) the affected drivers no longer need to include miscdevice.h.
Only exception is rt2880_wdt.c which never needed it.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/softdog.c')
-rw-r--r-- | drivers/watchdog/softdog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/softdog.c b/drivers/watchdog/softdog.c index ef2638fee4a8..c04a1aa158e2 100644 --- a/drivers/watchdog/softdog.c +++ b/drivers/watchdog/softdog.c @@ -42,7 +42,6 @@ #include <linux/moduleparam.h> #include <linux/types.h> #include <linux/timer.h> -#include <linux/miscdevice.h> #include <linux/watchdog.h> #include <linux/notifier.h> #include <linux/reboot.h> |