]> 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, 11 Aug 2011 21:31:37 +0000 (17:31 -0400)
commit314bb83957b8d17f50d173221487cda84aec29fd
treebcab0a19563cb1302c827acd581ba84a60f8101d
parent3eeb470fc7dda91c74a41d261a9ceef58e13ce73
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