Commit 1683f7de authored by Zhen Lei's avatar Zhen Lei Committed by Stafford Horne
Browse files

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: default avatarZhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: default avatarMateusz Holenko <mholenko@antmicro.com>
Signed-off-by: default avatarStafford Horne <shorne@gmail.com>
parent a5e13c6d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>