From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Mon, 14 Oct 2019 13:16:09 +0200 Subject: [U-Boot] [PATCH] spi: zynqmp: Remove unused platform headers Message-ID: <5c2e65572929b148a7d5ef886d2e8efe4db1dcb8.1571051767.git.michal.simek@xilinx.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 100644 --- a/drivers/spi/zynqmp_gqspi.c +++ b/drivers/spi/zynqmp_gqspi.c @@ -6,8 +6,6 @@ */ #include -#include -#include #include #include #include -- 2.17.1