diff mbox

[v5,13/13] x86/traps.h: remove unused declaration of cpu_user_regs

Message ID 20170626162842.482-14-wei.liu2@citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Wei Liu June 26, 2017, 4:28 p.m. UTC
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
 xen/include/asm-x86/traps.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Andrew Cooper June 27, 2017, 6:13 p.m. UTC | #1
On 26/06/17 17:28, Wei Liu wrote:
> Signed-off-by: Wei Liu <wei.liu2@citrix.com>

Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
diff mbox

Patch

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,