aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhen Lei <thunder.leizhen@huawei.com>2021-03-31 15:06:43 +0200
committerStafford Horne <shorne@gmail.com>2021-04-04 05:46:46 +0900
commit1683f7de65dbf0a2c6a7d639173fe92430a28930 (patch)
treed88e968d0ed8638262a8eb1be3ffb5fea03c9356
parenta5e13c6df0e41702d2b2c77c8ad41677ebb065b3 (diff)
downloadkernfs-1683f7de65dbf0a2c6a7d639173fe92430a28930.tar.gz
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@huawei.com> Signed-off-by: Mateusz Holenko <mholenko@antmicro.com> Signed-off-by: Stafford Horne <shorne@gmail.com>
-rw-r--r--drivers/soc/litex/litex_soc_ctrl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/soc/litex/litex_soc_ctrl.c b/drivers/soc/litex/litex_soc_ctrl.c
index 6268bfa7f0d608..c3e379a990f2cc 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>