]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/clocksource: Add module.h to those who were using it implicitly
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 3 Jul 2011 17:36:22 +0000 (13:36 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 03:43:52 +0000 (23:43 -0400)
commit0a6871dc4d1b35c9e1e4b56cc0258639ab948deb
treeeee32b34f50b370dad6278161461a7fb2444f71b
parentfdb46ccf01e4e9a5b45c89bb4dfaa60d9c954b1f
drivers/clocksource: 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 clocksource
are actually calling out for <module.h> explicitly in advance.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/clocksource/sh_cmt.c
drivers/clocksource/sh_mtu2.c
drivers/clocksource/sh_tmu.c