projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc9cc79
)
watchdog: imx_sc_wdt: Remove unused includes
author
Anson Huang
<Anson.Huang@nxp.com>
Fri, 21 Feb 2020 02:00:28 +0000
(10:00 +0800)
committer
Wim Van Sebroeck
<wim@linux-watchdog.org>
Wed, 18 Mar 2020 10:15:23 +0000
(11:15 +0100)
There is nothing in use from init.h/reboot.h, remove them.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link:
https://lore.kernel.org/r/1582250430-8872-1-git-send-email-Anson.Huang@nxp.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/imx_sc_wdt.c
patch
|
blob
|
history
diff --git
a/drivers/watchdog/imx_sc_wdt.c
b/drivers/watchdog/imx_sc_wdt.c
index 8ed89f032ebf29058c6f13ee0b9fb46a31a8588c..60a32469f7ded899e25ce9fc79d4e8e087922481 100644
(file)
--- 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