From: Sachin Kamat Date: Mon, 19 Nov 2012 11:22:30 +0000 (+0530) Subject: xen/xenbus: Remove duplicate inclusion of asm/xen/hypervisor.h X-Git-Tag: upstream/snapshot3+hdmi~5748^2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5af19e475fdc046a68be0c09cd53417ce73b8dcf;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git xen/xenbus: Remove duplicate inclusion of asm/xen/hypervisor.h asm/xen/hypervisor.h was included twice. Signed-off-by: Sachin Kamat Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/drivers/xen/xenbus/xenbus_xs.c b/drivers/xen/xenbus/xenbus_xs.c index acedeab..88e677b 100644 --- a/drivers/xen/xenbus/xenbus_xs.c +++ b/drivers/xen/xenbus/xenbus_xs.c @@ -48,7 +48,6 @@ #include #include #include "xenbus_comms.h" -#include struct xs_stored_msg { struct list_head list;