projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5e13c6
)
soc: litex: Remove duplicated header file inclusion
author
Zhen Lei
<thunder.leizhen@huawei.com>
Wed, 31 Mar 2021 13:06:43 +0000
(15:06 +0200)
committer
Stafford 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
patch
|
blob
|
history
diff --git
a/drivers/soc/litex/litex_soc_ctrl.c
b/drivers/soc/litex/litex_soc_ctrl.c
index 6268bfa7f0d6088ed464ef890c1a778d8f2d33c3..c3e379a990f2cc925a73caa9eb51d7de545591f8 100644
(file)
--- 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>