]> git.sur5r.net Git - u-boot/blobdiff - drivers/cpu/cpu-uclass.c
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
[u-boot] / drivers / cpu / cpu-uclass.c
index 73e4853939e0a97ae0cb02ac39553f203c0ffd8e..e47377a0fe7ed938c57684bcedb8b6cfc1b13b14 100644 (file)
@@ -12,8 +12,6 @@
 #include <dm/lists.h>
 #include <dm/root.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 int cpu_get_desc(struct udevice *dev, char *buf, int size)
 {
        struct cpu_ops *ops = cpu_get_ops(dev);