projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0706802
)
xen: fix build breakage in xen-selfballoon.c caused by sysdev conversion
author
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 15 Dec 2011 19:07:02 +0000
(11:07 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 15 Dec 2011 19:07:02 +0000
(11:07 -0800)
This adds the needed include file for xen-selfballoon.c to fix the build
error reported by Stephen Rothwell.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/xen/xen-selfballoon.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/xen/xen-selfballoon.c
b/drivers/xen/xen-selfballoon.c
index b7b9e95f87178313fbb8cfdd01ceecd6d9e3808a..767ff656d5a71b65d15bb213bff3b311256ee1c3 100644
(file)
--- a/
drivers/xen/xen-selfballoon.c
+++ b/
drivers/xen/xen-selfballoon.c
@@
-74,6
+74,7
@@
#include <linux/mman.h>
#include <linux/module.h>
#include <linux/workqueue.h>
+#include <linux/device.h>
#include <xen/balloon.h>
#include <xen/tmem.h>
#include <xen/xen.h>