Skip to content

Commit cb0c05c

Browse files
committed
xen: fix build breakage in xen-selfballoon.c caused by sysdev conversion
This adds the needed include file for xen-selfballoon.c to fix the build error reported by Stephen Rothwell. Reported-by: Stephen Rothwell <[email protected]> Cc: Kay Sievers <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 0706802 commit cb0c05c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/xen/xen-selfballoon.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
#include <linux/mman.h>
7575
#include <linux/module.h>
7676
#include <linux/workqueue.h>
77+
#include <linux/device.h>
7778
#include <xen/balloon.h>
7879
#include <xen/tmem.h>
7980
#include <xen/xen.h>

0 commit comments

Comments
 (0)