aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2020-04-16 14:48:44 +0200
committerMichal Simek <michal.simek@xilinx.com>2020-06-24 13:07:57 +0200
commitaeb3c386c81017657f4faef34d5c203fe32d3aeb (patch)
tree88638c2ff149177d96d4093063603574cfb33e26 /drivers/mmc
parent0ef8cd38d066a51143a9f5dfaf52f9212ca94a32 (diff)
downloadu-boot-aeb3c386c81017657f4faef34d5c203fe32d3aeb.zip
u-boot-aeb3c386c81017657f4faef34d5c203fe32d3aeb.tar.gz
u-boot-aeb3c386c81017657f4faef34d5c203fe32d3aeb.tar.bz2
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 <michal.simek@xilinx.com>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/zynq_sdhci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/zynq_sdhci.c b/drivers/mmc/zynq_sdhci.c
index de404aa..43b9f21 100644
--- a/drivers/mmc/zynq_sdhci.c
+++ b/drivers/mmc/zynq_sdhci.c
@@ -19,8 +19,6 @@
#include <sdhci.h>
#include <zynqmp_tap_delay.h>
-DECLARE_GLOBAL_DATA_PTR;
-
struct arasan_sdhci_plat {
struct mmc_config cfg;
struct mmc mmc;