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 acedeabe589c94eaecd5ab5d478f7e7b3bfbe4af..88e677b0de74042f017ef017bf08a1029311c3ce 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;
This page took 0.025384 seconds and 5 git commands to generate.