diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-11-19 06:22:30 -0500 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2012-11-28 14:39:23 -0500 |
commit | 5af19e475fdc046a68be0c09cd53417ce73b8dcf (patch) | |
tree | 33d524d3f98d6c8cec8f692fcc73fa8f021f130c | |
parent | 0dfa5b5d09a882a33f3aa433ad0b16898a3589ad (diff) |
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>
-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 @@ | |||
48 | #include <xen/xenbus.h> | 48 | #include <xen/xenbus.h> |
49 | #include <xen/xen.h> | 49 | #include <xen/xen.h> |
50 | #include "xenbus_comms.h" | 50 | #include "xenbus_comms.h" |
51 | #include <asm/xen/hypervisor.h> | ||
52 | 51 | ||
53 | struct xs_stored_msg { | 52 | struct xs_stored_msg { |
54 | struct list_head list; | 53 | struct list_head list; |