]> git.baikalelectronics.ru Git - kernel.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>
Mon, 31 Oct 2011 23:31:40 +0000 (19:31 -0400)
commit2b3d50c5bf7a721434f0e8d68b19ac4b5f0513d7
treed9eae01697a87fd4eda1c8a31ff4fcdfc00f9432
parentf550648f805aa182d6cef98b76642a4d0448a853
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/ps3flash.c
drivers/char/virtio_console.c