[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1620871503-100900-1-git-send-email-jiapeng.chong@linux.alibaba.com>
Date: Thu, 13 May 2021 10:05:03 +0800
From: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
To: wim@...ux-watchdog.org
Cc: linux@...ck-us.net, p.zabel@...gutronix.de,
linux-watchdog@...r.kernel.org, linux-kernel@...r.kernel.org,
Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
Subject: [PATCH] watchdog: dw_wdt: Fix duplicate included linux/kernel.h
Clean up the following includecheck warning:
./drivers/watchdog/dw_wdt.c: linux/kernel.h is included more than once.
Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@...ux.alibaba.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 32d0e17..b1642e2 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>
--
1.8.3.1
Powered by blists - more mailing lists