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)
commitc22405c98d3ff7042e369370d2bf54f9607d0f09
treed9eae01697a87fd4eda1c8a31ff4fcdfc00f9432
parentaaf195444be47aa3d3776825b3b384a61f40dca4
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