aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhen Lei <[email protected]>2021-03-31 15:06:43 +0200
committerStafford Horne <[email protected]>2021-04-04 05:46:46 +0900
commit1683f7de65dbf0a2c6a7d639173fe92430a28930 (patch)
treed88e968d0ed8638262a8eb1be3ffb5fea03c9356
parenta5e13c6df0e41702d2b2c77c8ad41677ebb065b3 (diff)
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 <[email protected]> Signed-off-by: Mateusz Holenko <[email protected]> Signed-off-by: Stafford Horne <[email protected]>
-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>