]> 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, 6 Oct 2011 17:59:30 +0000 (13:59 -0400)
commitb7922381908960751bff91b6e0f3681353f0d848
tree02b7fd9e1ad55b3782d51b95767c1305354f4f9f
parent55cfbdaf79431ba30008f714663763d4e8c65c9d
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