Re: [U-Boot] [PATCH] spi: zynqmp: Remove unused platform headers

2019-10-24 Thread Michal Simek
po 14. 10. 2019 v 13:16 odesílatel Michal Simek napsal: > > There is no reason to include clk.h and hardware.h headers. > Driver doesn't require them. > > Signed-off-by: Michal Simek > --- > > drivers/spi/zynqmp_gqspi.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/spi/zynqmp

[U-Boot] [PATCH] spi: zynqmp: Remove unused platform headers

2019-10-14 Thread Michal Simek
There is no reason to include clk.h and hardware.h headers. Driver doesn't require them. Signed-off-by: Michal Simek --- 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 10064