aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnson Huang <[email protected]>2020-02-21 10:00:28 +0800
committerWim Van Sebroeck <[email protected]>2020-03-18 11:15:23 +0100
commit15a2638ab46d5da1accc224e566d319d8d9a521e (patch)
tree57c924f518ff1a39965f5992623eb64d9b0d3bc7
parentcc9cc794c329a9c4d0c1056b4b1f1632e9db0b8c (diff)
watchdog: imx_sc_wdt: Remove unused includes
There is nothing in use from init.h/reboot.h, remove them. Signed-off-by: Anson Huang <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
-rw-r--r--drivers/watchdog/imx_sc_wdt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/watchdog/imx_sc_wdt.c b/drivers/watchdog/imx_sc_wdt.c
index 8ed89f032ebf..60a32469f7de 100644
--- a/drivers/watchdog/imx_sc_wdt.c
+++ b/drivers/watchdog/imx_sc_wdt.c
@@ -6,13 +6,11 @@
#include <linux/arm-smccc.h>
#include <linux/firmware/imx/sci.h>
#include <linux/io.h>
-#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/of.h>
#include <linux/platform_device.h>
-#include <linux/reboot.h>
#include <linux/watchdog.h>
#define DEFAULT_TIMEOUT 60