diff options
author | Guenter Roeck <linux@roeck-us.net> | 2013-11-19 13:26:17 -0800 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2013-12-10 08:48:09 +0100 |
commit | 9539210e17dc09ea1472076c297d461c7507a5bb (patch) | |
tree | 65a2aa9687e9796ac4e3bef21cbd65bf01c64811 /drivers/watchdog/softdog.c | |
parent | 17b2112f332db7c2bac56926c9e627807bce3615 (diff) | |
download | blackbird-obmc-linux-9539210e17dc09ea1472076c297d461c7507a5bb.tar.gz blackbird-obmc-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> |