Skip to content

Commit

Permalink
soc: litex: Remove duplicated header file inclusion
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Zhen Lei authored and Stafford Horne committed Apr 3, 2021
1 parent a5e13c6 commit 1683f7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/soc/litex/litex_soc_ctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 1683f7d

Please sign in to comment.