[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20210326064752.3262234-1-zhengyongjun3@huawei.com>
Date: Fri, 26 Mar 2021 14:47:52 +0800
From: Zheng Yongjun <zhengyongjun3@...wei.com>
To: <zhengyongjun3@...wei.com>, Karol Gugala <kgugala@...micro.com>,
"Mateusz Holenko" <mholenko@...micro.com>
CC: <linux-kernel@...r.kernel.org>, <kernel-janitors@...r.kernel.org>,
"Hulk Robot" <hulkci@...wei.com>
Subject: [PATCH -next] drivers/soc/litex: remove duplicated include from litex_soc_ctrl.c
Remove duplicated include.
Reported-by: Hulk Robot <hulkci@...wei.com>
Signed-off-by: Zheng Yongjun <zhengyongjun3@...wei.com>
---
drivers/soc/litex/litex_soc_ctrl.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/soc/litex/litex_soc_ctrl.c b/drivers/soc/litex/litex_soc_ctrl.c
index 6268bfa7f0d6..c3e379a990f2 100644
--- a/drivers/soc/litex/litex_soc_ctrl.c
+++ b/drivers/soc/litex/litex_soc_ctrl.c
@@ -13,7 +13,6 @@
#include <linux/platform_device.h>
#include <linux/printk.h>
#include <linux/module.h>
-#include <linux/errno.h>
#include <linux/io.h>
#include <linux/reboot.h>
Powered by blists - more mailing lists