From: Michal Simek Date: Thu, 16 Apr 2020 12:48:44 +0000 (+0200) Subject: mmc: zynq_sdhci: Remove global pointer X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=aeb3c386c81017657f4faef34d5c203fe32d3aeb;p=oweals%2Fu-boot.git mmc: zynq_sdhci: Remove global pointer Driver is not calling gd anywhere that's why there is not need to define it. Signed-off-by: Michal Simek --- diff --git a/drivers/mmc/zynq_sdhci.c b/drivers/mmc/zynq_sdhci.c index de404aa956..43b9f21522 100644 --- a/drivers/mmc/zynq_sdhci.c +++ b/drivers/mmc/zynq_sdhci.c @@ -19,8 +19,6 @@ #include #include -DECLARE_GLOBAL_DATA_PTR; - struct arasan_sdhci_plat { struct mmc_config cfg; struct mmc mmc;