Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
[oweals/u-boot.git] / drivers / pci / pci-emul-uclass.c
index dcea1924182db820d78fe4ad350f18683a62c6e7..f89acd41dcbe526938605685bcaa4db686cc87aa 100644 (file)
@@ -12,8 +12,6 @@
 #include <pci.h>
 #include <dm/lists.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 struct sandbox_pci_priv {
        int dev_count;
 };