All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] spi: zynqmp: Remove unused platform headers
@ 2019-10-14 11:16 Michal Simek
  2019-10-24 11:20 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2019-10-14 11:16 UTC (permalink / raw)
  To: u-boot

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 | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/spi/zynqmp_gqspi.c b/drivers/spi/zynqmp_gqspi.c
index 04ea42cbccc4..c11f0402002a 100644
--- 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>
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] spi: zynqmp: Remove unused platform headers
  2019-10-14 11:16 [U-Boot] [PATCH] spi: zynqmp: Remove unused platform headers Michal Simek
@ 2019-10-24 11:20 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2019-10-24 11:20 UTC (permalink / raw)
  To: u-boot

po 14. 10. 2019 v 13:16 odesílatel Michal Simek
<michal.simek@xilinx.com> napsal:
>
> 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 | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/drivers/spi/zynqmp_gqspi.c b/drivers/spi/zynqmp_gqspi.c
> index 04ea42cbccc4..c11f0402002a 100644
> --- 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>
> --
> 2.17.1
>

Applied.
M

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-24 11:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-14 11:16 [U-Boot] [PATCH] spi: zynqmp: Remove unused platform headers Michal Simek
2019-10-24 11:20 ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.