From patchwork Mon May 4 13:38:50 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 245022 List-Id: U-Boot discussion From: michal.simek at xilinx.com (Michal Simek) Date: Mon, 4 May 2020 15:38:50 +0200 Subject: [PATCH] mmc: zynq_sdhci: Remove global pointer Message-ID: <73dbc301698bcaf6119c5df730bff1b2671a1a7a.1588599528.git.michal.simek@xilinx.com> Driver is not calling gd anywhere that's why there is not need to define it. Signed-off-by: Michal Simek --- drivers/mmc/zynq_sdhci.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/mmc/zynq_sdhci.c b/drivers/mmc/zynq_sdhci.c index 18925d01fa0b..df6d3f7a7e47 100644 --- a/drivers/mmc/zynq_sdhci.c +++ b/drivers/mmc/zynq_sdhci.c @@ -17,8 +17,6 @@ #include #include -DECLARE_GLOBAL_DATA_PTR; - struct arasan_sdhci_plat { struct mmc_config cfg; struct mmc mmc;