diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-03 16:20:30 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:32:14 -0400 |
commit | b5a2c4f1996d1d258ac10897e0bbb57c6904a735 (patch) | |
tree | c9f577fb362f4416192792062191f6801f6be145 /drivers/virtio/virtio_balloon.c | |
parent | 39a0e33da0189c99ed3cea6945cda1bc9f4b7b83 (diff) |
virtio: Add module.h to drivers/virtio users.
Up to now, the module.h header was as hard to keep out as
sunlight. But we are cleaning that up. Fix the virtio users
who simply expect module.h to be there in every C file.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/virtio/virtio_balloon.c')
-rw-r--r-- | drivers/virtio/virtio_balloon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c index e058ace2a4ad..94fd738a7741 100644 --- a/drivers/virtio/virtio_balloon.c +++ b/drivers/virtio/virtio_balloon.c | |||
@@ -25,6 +25,7 @@ | |||
25 | #include <linux/freezer.h> | 25 | #include <linux/freezer.h> |
26 | #include <linux/delay.h> | 26 | #include <linux/delay.h> |
27 | #include <linux/slab.h> | 27 | #include <linux/slab.h> |
28 | #include <linux/module.h> | ||
28 | 29 | ||
29 | struct virtio_balloon | 30 | struct virtio_balloon |
30 | { | 31 | { |