]> git.sur5r.net Git - u-boot/blobdiff - common/spl/spl_mmc.c
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
[u-boot] / common / spl / spl_mmc.c
index 4aa0b2caf3901c37b69b4836f9e8d6b79fc99f6a..e780b82fd2bfa0bfc1dd95d797fe60886aaa32dd 100644 (file)
@@ -16,8 +16,6 @@
 #include <mmc.h>
 #include <image.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 static int mmc_load_legacy(struct spl_image_info *spl_image, struct mmc *mmc,
                           ulong sector, struct image_header *header)
 {