diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-02-21 10:00:29 +0800 |
---|---|---|
committer | Wim Van Sebroeck <wim@linux-watchdog.org> | 2020-03-18 11:15:23 +0100 |
commit | dca96e0117a040b2898899a32f9cbac3082dd3b2 (patch) | |
tree | aaaa04373630dac4ff782d09630f653abf6f9495 | |
parent | 15a2638ab46d5da1accc224e566d319d8d9a521e (diff) | |
download | linux-dca96e0117a040b2898899a32f9cbac3082dd3b2.tar.bz2 |
watchdog: imx7ulp: Remove unused include of init.h
There is nothing in use from init.h, remove it.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Link: https://lore.kernel.org/r/1582250430-8872-2-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>
-rw-r--r-- | drivers/watchdog/imx7ulp_wdt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/imx7ulp_wdt.c b/drivers/watchdog/imx7ulp_wdt.c index 11b9e7c6b7f5..7993c8c41b3a 100644 --- a/drivers/watchdog/imx7ulp_wdt.c +++ b/drivers/watchdog/imx7ulp_wdt.c @@ -4,7 +4,6 @@ */ #include <linux/clk.h> -#include <linux/init.h> #include <linux/io.h> #include <linux/kernel.h> #include <linux/module.h> |