mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-26 07:35:44 +08:00
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 <rdunlap@xenotime.net> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
This commit is contained in:
parent
f24144c0c3
commit
61077b2c50
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user