aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
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 /drivers
parentLinux 5.12-rc5 (diff)
downloadlinux-dev-1683f7de65dbf0a2c6a7d639173fe92430a28930.tar.xz
linux-dev-1683f7de65dbf0a2c6a7d639173fe92430a28930.zip
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>
Diffstat (limited to 'drivers')
-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 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>