From 657291b2e623dd1a4b4c65a6925142eade3e1ce0 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Mon, 26 Jun 2017 17:00:52 +0100 Subject: [PATCH] x86/traps.h: remove unused declaration of cpu_user_regs Signed-off-by: Wei Liu Reviewed-by: Andrew Cooper --- xen/include/asm-x86/traps.h | 2 -- 1 file changed, 2 deletions(-) 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, -- 2.30.2