projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f24144c
)
xen/balloon: Fix compile errors - missing header files.
author
Konrad Rzeszutek Wilk
<
[email protected]
>
Fri, 22 Jul 2011 18:01:16 +0000
(14:01 -0400)
committer
Konrad Rzeszutek Wilk
<
[email protected]
>
Wed, 3 Aug 2011 18:34:55 +0000
(14:34 -0400)
With a specific enough .config file compile errors show
for missing workqueue declarations.
Reported-by: Randy Dunlap <
[email protected]
>
Signed-off-by: Konrad Rzeszutek Wilk <
[email protected]
>
drivers/xen/xen-selfballoon.c
patch
|
blob
|
history
diff --git
a/drivers/xen/xen-selfballoon.c
b/drivers/xen/xen-selfballoon.c
index 010937b5a7c91d6df27f2766744981a0571d2585..1b4afd81f872306bb4f5ffd9b860fb5f3c0adc6f 100644
(file)
--- a/
drivers/xen/xen-selfballoon.c
+++ b/
drivers/xen/xen-selfballoon.c
@@
-70,10
+70,10
@@
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/mman.h>
-
+#include <linux/workqueue.h>
#include <xen/balloon.h>
-
#include <xen/tmem.h>
+#include <xen/xen.h>
/* Enable/disable with sysfs. */
static int xen_selfballooning_enabled __read_mostly;