]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/char: Add module.h to those who were using it implicitly
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 3 Jul 2011 17:35:48 +0000 (13:35 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 08:05:59 +0000 (04:05 -0400)
commit37460ffce45c9de51a3f73284f4503c8b5f99d0e
tree4ae84f4e76327677a714682b16aac030fe3712d7
parente20798ed1f3fba7dad971996a09bd5a62e4700da
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 <module.h> explicitly in advance.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/char/hw_random/virtio-rng.c
drivers/char/virtio_console.c