From f8b5ec3f65479be736d3731827297df398179eaa Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 14 Jan 2015 16:22:28 +0100 Subject: [PATCH] mmc: zynq: Remove unused hardware.h header It is completely unused. Signed-off-by: Michal Simek --- drivers/mmc/zynq_sdhci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mmc/zynq_sdhci.c b/drivers/mmc/zynq_sdhci.c index b15896dcf72..601c870350a 100644 --- a/drivers/mmc/zynq_sdhci.c +++ b/drivers/mmc/zynq_sdhci.c @@ -12,7 +12,6 @@ #include #include #include -#include int zynq_sdhci_init(unsigned long regbase) { -- 2.47.3