xen/xenbus: Remove duplicate inclusion of asm/xen/hypervisor.h
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 19 Nov 2012 11:22:30 +0000 (16:52 +0530)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 28 Nov 2012 19:39:23 +0000 (14:39 -0500)
asm/xen/hypervisor.h was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/xen/xenbus/xenbus_xs.c

index acedeab..88e677b 100644 (file)
@@ -48,7 +48,6 @@
 #include <xen/xenbus.h>
 #include <xen/xen.h>
 #include "xenbus_comms.h"
-#include <asm/xen/hypervisor.h>
 
 struct xs_stored_msg {
        struct list_head list;