summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/stmp3xxx_rtc_wdt.c
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2013-11-19 13:26:17 -0800
committerWim Van Sebroeck <wim@iguana.be>2013-12-10 08:48:09 +0100
commit9539210e17dc09ea1472076c297d461c7507a5bb (patch)
tree65a2aa9687e9796ac4e3bef21cbd65bf01c64811 /drivers/watchdog/stmp3xxx_rtc_wdt.c
parent17b2112f332db7c2bac56926c9e627807bce3615 (diff)
downloadop-kernel-dev-9539210e17dc09ea1472076c297d461c7507a5bb.zip
op-kernel-dev-9539210e17dc09ea1472076c297d461c7507a5bb.tar.gz
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/stmp3xxx_rtc_wdt.c')
-rw-r--r--drivers/watchdog/stmp3xxx_rtc_wdt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/stmp3xxx_rtc_wdt.c b/drivers/watchdog/stmp3xxx_rtc_wdt.c
index d667f6b..bb64ae3 100644
--- a/drivers/watchdog/stmp3xxx_rtc_wdt.c
+++ b/drivers/watchdog/stmp3xxx_rtc_wdt.c
@@ -12,7 +12,6 @@
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
-#include <linux/miscdevice.h>
#include <linux/watchdog.h>
#include <linux/platform_device.h>
#include <linux/stmp3xxx_rtc_wdt.h>
OpenPOWER on IntegriCloud