diff options
Diffstat (limited to 'arch/x86/cpu/qemu/cpu.c')
-rw-r--r-- | arch/x86/cpu/qemu/cpu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/cpu/qemu/cpu.c b/arch/x86/cpu/qemu/cpu.c index b1a965e7156..b53630b099f 100644 --- a/arch/x86/cpu/qemu/cpu.c +++ b/arch/x86/cpu/qemu/cpu.c @@ -11,8 +11,6 @@ #include <qfw.h> #include <asm/cpu.h> -DECLARE_GLOBAL_DATA_PTR; - int cpu_qemu_get_desc(struct udevice *dev, char *buf, int size) { if (size < CPU_MAX_NAME_LEN) |