From: Wei Liu Date: Mon, 26 Jun 2017 16:00:52 +0000 (+0100) Subject: x86/traps.h: remove unused declaration of cpu_user_regs X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~1889 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=657291b2e623dd1a4b4c65a6925142eade3e1ce0;p=xen.git x86/traps.h: remove unused declaration of cpu_user_regs Signed-off-by: Wei Liu Reviewed-by: Andrew Cooper --- diff --git a/xen/include/asm-x86/traps.h b/xen/include/asm-x86/traps.h index 8d903ec91b..bed25290d7 100644 --- a/xen/include/asm-x86/traps.h +++ b/xen/include/asm-x86/traps.h @@ -19,8 +19,6 @@ #ifndef ASM_TRAP_H #define ASM_TRAP_H -struct cpu_user_regs; - void async_exception_cleanup(struct vcpu *); uint32_t guest_io_read(unsigned int port, unsigned int bytes,