projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b3b755
)
spi: zynqmp: Remove unused platform headers
author
Michal Simek
<michal.simek@xilinx.com>
Mon, 14 Oct 2019 10:55:47 +0000
(12:55 +0200)
committer
Michal Simek
<michal.simek@xilinx.com>
Thu, 24 Oct 2019 11:37:02 +0000
(13:37 +0200)
There is no reason to include clk.h and hardware.h headers.
Driver doesn't require them.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/spi/zynqmp_gqspi.c
patch
|
blob
|
history
diff --git
a/drivers/spi/zynqmp_gqspi.c
b/drivers/spi/zynqmp_gqspi.c
index 04ea42cbccc40f96df2782cc29c594fcf6485894..c11f0402002ac91d02b8b42aac5c6200dfb63550 100644
(file)
--- a/
drivers/spi/zynqmp_gqspi.c
+++ b/
drivers/spi/zynqmp_gqspi.c
@@
-6,8
+6,6
@@
*/
#include <common.h>
-#include <asm/arch/clk.h>
-#include <asm/arch/hardware.h>
#include <asm/arch/sys_proto.h>
#include <asm/io.h>
#include <clk.h>