mmc: zynq_sdhci: Remove global pointer
[platform/kernel/u-boot.git] / drivers / mmc / zynq_sdhci.c
index 18925d0..43b9f21 100644 (file)
@@ -9,7 +9,9 @@
 #include <common.h>
 #include <dm.h>
 #include <fdtdec.h>
+#include <linux/delay.h>
 #include "mmc_private.h"
+#include <log.h>
 #include <dm/device_compat.h>
 #include <linux/err.h>
 #include <linux/libfdt.h>
@@ -17,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;