Browse Source

xen/xenbus: Remove duplicate inclusion of asm/xen/hypervisor.h

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>
Sachin Kamat 12 years ago
parent
commit
5af19e475f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/xen/xenbus/xenbus_xs.c

+ 0 - 1
drivers/xen/xenbus/xenbus_xs.c

@@ -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;