mmc: tmio: sdhi: Move tap_pos to private data
[oweals/u-boot.git] / drivers / mmc / tegra_mmc.c
index 74745296b47ed080df5bc09bbd68491fff82b807..22990fa98b78d1314fa6c654dde5dd8643774481 100644 (file)
@@ -1,10 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2009 SAMSUNG Electronics
  * Minkyu Kang <mk7.kang@samsung.com>
  * Jaehoon Chung <jh80.chung@samsung.com>
  * Portions Copyright 2011-2016 NVIDIA Corporation
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <bouncebuf.h>
@@ -16,8 +15,6 @@
 #include <asm/io.h>
 #include <asm/arch-tegra/tegra_mmc.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 struct tegra_mmc_plat {
        struct mmc_config cfg;
        struct mmc mmc;