aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/bcm63xx_wdt.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2014-01-21 16:22:43 -0500
committerWim Van Sebroeck <wim@iguana.be>2014-03-31 07:22:45 -0400
commit8126334b20d79272a15b5c45053cb76b1e7320be (patch)
treee51c56e08a93556f7fda3e9b3a03bbb7450bd5aa /drivers/watchdog/bcm63xx_wdt.c
parent4af897fa9992e5648d01fcff19d2c6d86a5143c9 (diff)
watchdog: delete non-required instances of include <linux/init.h>
None of these files are actually using any __init type directives and hence don't need to include <linux/init.h>. Most are just a left over from __devinit and __cpuinit removal, or simply due to code getting copied from one driver to the next. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be> Cc: linux-watchdog@vger.kernel.org
Diffstat (limited to 'drivers/watchdog/bcm63xx_wdt.c')
-rw-r--r--drivers/watchdog/bcm63xx_wdt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/bcm63xx_wdt.c b/drivers/watchdog/bcm63xx_wdt.c
index 4eb188b87f8e..3fb18bb5e134 100644
--- a/drivers/watchdog/bcm63xx_wdt.c
+++ b/drivers/watchdog/bcm63xx_wdt.c
@@ -15,7 +15,6 @@
15#include <linux/bitops.h> 15#include <linux/bitops.h>
16#include <linux/errno.h> 16#include <linux/errno.h>
17#include <linux/fs.h> 17#include <linux/fs.h>
18#include <linux/init.h>
19#include <linux/io.h> 18#include <linux/io.h>
20#include <linux/kernel.h> 19#include <linux/kernel.h>
21#include <linux/miscdevice.h> 20#include <linux/miscdevice.h>