mmc: zynq_sdhci: Remove global pointer
authorMichal Simek <michal.simek@xilinx.com>
Thu, 16 Apr 2020 12:48:44 +0000 (14:48 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 24 Jun 2020 11:07:57 +0000 (13:07 +0200)
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>
drivers/mmc/zynq_sdhci.c

index de404aa..43b9f21 100644 (file)
@@ -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;