diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-11-19 16:52:30 +0530 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2012-11-28 14:39:23 -0500 |
commit | 5af19e475fdc046a68be0c09cd53417ce73b8dcf (patch) | |
tree | 33d524d3f98d6c8cec8f692fcc73fa8f021f130c /drivers/xen | |
parent | 0dfa5b5d09a882a33f3aa433ad0b16898a3589ad (diff) | |
download | linux-5af19e475fdc046a68be0c09cd53417ce73b8dcf.tar.gz linux-5af19e475fdc046a68be0c09cd53417ce73b8dcf.tar.bz2 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; |