diff options
Diffstat (limited to 'drivers/xen/balloon.c')
-rw-r--r-- | drivers/xen/balloon.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/xen/balloon.c b/drivers/xen/balloon.c index 12eab503efd1..481c3f86033a 100644 --- a/drivers/xen/balloon.c +++ b/drivers/xen/balloon.c | |||
@@ -42,7 +42,6 @@ | |||
42 | #include <linux/kernel.h> | 42 | #include <linux/kernel.h> |
43 | #include <linux/sched.h> | 43 | #include <linux/sched.h> |
44 | #include <linux/errno.h> | 44 | #include <linux/errno.h> |
45 | #include <linux/module.h> | ||
46 | #include <linux/mm.h> | 45 | #include <linux/mm.h> |
47 | #include <linux/bootmem.h> | 46 | #include <linux/bootmem.h> |
48 | #include <linux/pagemap.h> | 47 | #include <linux/pagemap.h> |
@@ -751,7 +750,4 @@ static int __init balloon_init(void) | |||
751 | 750 | ||
752 | return 0; | 751 | return 0; |
753 | } | 752 | } |
754 | |||
755 | subsys_initcall(balloon_init); | 753 | subsys_initcall(balloon_init); |
756 | |||
757 | MODULE_LICENSE("GPL"); | ||