linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] watchdog: dw_wdt: Remove duplicated include from dw_wdt.c
@ 2021-03-31  8:58 Qiheng Lin
  2021-03-31 12:57 ` Guenter Roeck
  0 siblings, 1 reply; 2+ messages in thread
From: Qiheng Lin @ 2021-03-31  8:58 UTC (permalink / raw)
  To: linqiheng, Wim Van Sebroeck, Guenter Roeck, Philipp Zabel
  Cc: linux-watchdog, kernel-janitors, Hulk Robot

Remove duplicated include.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Qiheng Lin <linqiheng@huawei.com>
---
 drivers/watchdog/dw_wdt.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/watchdog/dw_wdt.c b/drivers/watchdog/dw_wdt.c
index 32d0e1781e63..b1642e2d9175 100644
--- a/drivers/watchdog/dw_wdt.c
+++ b/drivers/watchdog/dw_wdt.c
@@ -19,7 +19,6 @@
 #include <linux/delay.h>
 #include <linux/err.h>
 #include <linux/io.h>
-#include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/moduleparam.h>
 #include <linux/interrupt.h>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-31 12:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-31  8:58 [PATCH -next] watchdog: dw_wdt: Remove duplicated include from dw_wdt.c Qiheng Lin
2021-03-31 12:57 ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).