From: Konrad Rzeszutek Wilk Date: Fri, 22 Jul 2011 18:01:16 +0000 (-0400) Subject: xen/balloon: Fix compile errors - missing header files. X-Git-Tag: v2.6.39-400.9.0~923^2~6 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=fb3a7f50ec76f817aa7a929a323e05cb37d01bdd;p=users%2Fjedix%2Flinux-maple.git xen/balloon: Fix compile errors - missing header files. With a specific enough .config file compile errors show for missing workqueue declarations. Reported-by: Randy Dunlap Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/drivers/xen/xen-selfballoon.c b/drivers/xen/xen-selfballoon.c index 010937b5a7c91..1b4afd81f8723 100644 --- a/drivers/xen/xen-selfballoon.c +++ b/drivers/xen/xen-selfballoon.c @@ -70,10 +70,10 @@ #include #include #include - +#include #include - #include +#include /* Enable/disable with sysfs. */ static int xen_selfballooning_enabled __read_mostly;