- Update Xen patches to 3.3-rc5 and c/s 1157.
[linux-flexiantxendom0-3.2.10.git] / drivers / xen / xen-selfballoon.c
index 767ff65..0f5171d 100644 (file)
 #include <xen/tmem.h>
 #include <xen/xen.h>
 
+#ifdef CONFIG_XEN
+#include "balloon/common.h"
+#endif
+
 /* Enable/disable with sysfs. */
 static int xen_selfballooning_enabled __read_mostly;
 
@@ -503,7 +507,6 @@ int register_xen_selfballooning(struct device *dev)
 #endif
        return error;
 }
-EXPORT_SYMBOL(register_xen_selfballooning);
 
 static int __init xen_selfballoon_init(void)
 {