OSDN Git Service

soc: litex: Remove duplicated header file inclusion
authorZhen Lei <thunder.leizhen@huawei.com>
Wed, 31 Mar 2021 13:06:43 +0000 (15:06 +0200)
committerStafford Horne <shorne@gmail.com>
Sat, 3 Apr 2021 20:46:46 +0000 (05:46 +0900)
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>
drivers/soc/litex/litex_soc_ctrl.c

index 6268bfa..c3e379a 100644 (file)
@@ -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>