From: Paul Gortmaker Date: Sun, 3 Jul 2011 17:35:48 +0000 (-0400) Subject: drivers/char: Add module.h to those who were using it implicitly X-Git-Tag: next-20110826~3^2~78 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9dfd752a720a3b66cd20ee9fa690f24a424c7dd9;p=karo-tx-linux.git drivers/char: Add module.h to those who were using it implicitly A pending cleanup will mean that module.h won't be implicitly everywhere anymore. Make sure the modular drivers in char are actually calling out for explicitly in advance. Signed-off-by: Paul Gortmaker --- diff --git a/drivers/char/hw_random/virtio-rng.c b/drivers/char/hw_random/virtio-rng.c index 75f1cbd61c17..fd699ccecf5b 100644 --- a/drivers/char/hw_random/virtio-rng.c +++ b/drivers/char/hw_random/virtio-rng.c @@ -23,6 +23,7 @@ #include #include #include +#include static struct virtqueue *vq; static unsigned int data_avail; diff --git a/drivers/char/virtio_console.c b/drivers/char/virtio_console.c index fb68b1295373..97044319bc7b 100644 --- a/drivers/char/virtio_console.c +++ b/drivers/char/virtio_console.c @@ -32,6 +32,7 @@ #include #include #include +#include #include "../tty/hvc/hvc_console.h" /*