Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0642d2ed authored by Konrad Rzeszutek Wilk's avatar Konrad Rzeszutek Wilk
Browse files

xen/balloon: Fix compile errors - missing header files.



With a specific enough .config file compile errors show
for missing workqueue declarations.

Reported-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
parent 272800dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -70,10 +70,10 @@
#include <linux/kernel.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/mm.h>
#include <linux/mman.h>
#include <linux/mman.h>

#include <linux/workqueue.h>
#include <xen/balloon.h>
#include <xen/balloon.h>

#include <xen/tmem.h>
#include <xen/tmem.h>
#include <xen/xen.h>


/* Enable/disable with sysfs. */
/* Enable/disable with sysfs. */
static int xen_selfballooning_enabled __read_mostly;
static int xen_selfballooning_enabled __read_mostly;