]> git.sur5r.net Git - u-boot/blobdiff - common/spl/spl_usb.c
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
[u-boot] / common / spl / spl_usb.c
index 567a4505056a674343ff35d891f949a86c76988a..5aac10bd573c8cbd0361a286a816511192f134db 100644 (file)
@@ -16,8 +16,6 @@
 #include <usb.h>
 #include <fat.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 #ifdef CONFIG_USB_STORAGE
 static int usb_stor_curr_dev = -1; /* current device */
 #endif