diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-11-19 12:22:30 +0100 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2012-11-28 20:39:23 +0100 |
commit | 5af19e475fdc046a68be0c09cd53417ce73b8dcf (patch) | |
tree | 33d524d3f98d6c8cec8f692fcc73fa8f021f130c /drivers/xen | |
parent | xen/acpi: Fix compile error by missing decleration for xen_domain. (diff) | |
download | linux-5af19e475fdc046a68be0c09cd53417ce73b8dcf.tar.xz linux-5af19e475fdc046a68be0c09cd53417ce73b8dcf.zip |
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>
Diffstat (limited to 'drivers/xen')
-rw-r--r-- | drivers/xen/xenbus/xenbus_xs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/xen/xenbus/xenbus_xs.c b/drivers/xen/xenbus/xenbus_xs.c index acedeabe589c..88e677b0de74 100644 --- a/drivers/xen/xenbus/xenbus_xs.c +++ b/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; |