X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fcpu%2Fcpu-uclass.c;h=e47377a0fe7ed938c57684bcedb8b6cfc1b13b14;hb=d024236e5a31a2b4b82cbcc98b31b8170fc88d28;hp=73e4853939e0a97ae0cb02ac39553f203c0ffd8e;hpb=f1b1f77060beadbfe9f42a3be00019bd025afbd6;p=u-boot diff --git a/drivers/cpu/cpu-uclass.c b/drivers/cpu/cpu-uclass.c index 73e4853939..e47377a0fe 100644 --- a/drivers/cpu/cpu-uclass.c +++ b/drivers/cpu/cpu-uclass.c @@ -12,8 +12,6 @@ #include #include -DECLARE_GLOBAL_DATA_PTR; - int cpu_get_desc(struct udevice *dev, char *buf, int size) { struct cpu_ops *ops = cpu_get_ops(dev);