]> 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>
Thu, 28 Jul 2011 03:43:52 +0000 (23:43 -0400)
commit5b0b86201b0999c701987402d3350d2260971bb7
tree29605b45a7dc7b5753e3bca0c39a87958db6a7d2
parent0a6871dc4d1b35c9e1e4b56cc0258639ab948deb
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