]> git.sur5r.net Git - u-boot/blobdiff - drivers/mmc/rockchip_dw_mmc.c
dm: core: Add ofnode function to read a 64-bit int
[u-boot] / drivers / mmc / rockchip_dw_mmc.c
index 807dc9e72f6683b338d575d3a7db2df39712e249..f54d95a881a52307d59660451f80183b9bc21780 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (c) 2013 Google, Inc
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -18,8 +17,6 @@
 #include <asm/arch/periph.h>
 #include <linux/err.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 struct rockchip_mmc_plat {
 #if CONFIG_IS_ENABLED(OF_PLATDATA)
        struct dtd_rockchip_rk3288_dw_mshc dtplat;