Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
[oweals/u-boot.git] / board / cavium / thunderx / atf.c
index 6ab9de944f229780a92e9d05640e94f15befa02f..51b4a9fa2777651396133dd933c70c620b8ab77d 100644 (file)
@@ -16,8 +16,6 @@
 
 #include <malloc.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 ssize_t atf_read_mmc(uintptr_t offset, void *buffer, size_t size)
 {
        struct pt_regs regs;