[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20210327012716.1659-1-thunder.leizhen@huawei.com>
Date: Sat, 27 Mar 2021 09:27:16 +0800
From: Zhen Lei <thunder.leizhen@...wei.com>
To: Karol Gugala <kgugala@...micro.com>,
Mateusz Holenko <mholenko@...micro.com>,
linux-kernel <linux-kernel@...r.kernel.org>
CC: Zhen Lei <thunder.leizhen@...wei.com>
Subject: [PATCH 1/1] soc: litex: Remove duplicated header file inclusion
The header file <linux/errno.h> is already included above and can be
removed here.
Signed-off-by: Zhen Lei <thunder.leizhen@...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 6268bfa7f0d6088..c3e379a990f2cc9 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>
--
1.8.3
Powered by blists - more mailing lists