]> 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, 25 Aug 2011 17:55:31 +0000 (13:55 -0400)
commit9dfd752a720a3b66cd20ee9fa690f24a424c7dd9
tree93aafd7d739a108bbbc78fc8fdb447132b01b281
parent0b635046ce3bb098ebd1eb7bfa2bdf35ee711283
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