]> git.sur5r.net Git - u-boot/blobdiff - drivers/mmc/sandbox_mmc.c
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
[u-boot] / drivers / mmc / sandbox_mmc.c
index 8a5d256c11516e9fe474cf5f9ab6a7606857d538..0945beb368ae9c3682f4e7a41201fcadc4180632 100644 (file)
@@ -12,8 +12,6 @@
 #include <mmc.h>
 #include <asm/test.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 struct sandbox_mmc_plat {
        struct mmc_config cfg;
        struct mmc mmc;