]> git.sur5r.net Git - u-boot/blobdiff - drivers/mmc/arm_pl180_mmci.c
Merge branch 'master' of git://git.denx.de/u-boot-mips
[u-boot] / drivers / mmc / arm_pl180_mmci.c
index 89a7c1924244cc738e41ab11b56b487f5114496c..e267cd782e8b1f4d5e9f144ebe6f2a3636c0bde9 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * ARM PrimeCell MultiMedia Card Interface - PL180
  *
@@ -6,8 +7,6 @@
  * Author: Ulf Hansson <ulf.hansson@stericsson.com>
  * Author: Martin Lundholm <martin.xa.lundholm@stericsson.com>
  * Ported to drivers/mmc/ by: Matt Waddel <matt.waddel@linaro.org>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 /* #define DEBUG */
@@ -25,8 +24,6 @@
 
 #ifdef CONFIG_DM_MMC
 #include <dm.h>
-DECLARE_GLOBAL_DATA_PTR;
-
 #define MMC_CLOCK_MAX  48000000
 #define MMC_CLOCK_MIN  400000