]> git.kernelconcepts.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>
Mon, 31 Oct 2011 23:31:42 +0000 (19:31 -0400)
commit7deeab5dc414240a341e80f41b5f00620aa9ef98
treecdba93f2be20798be6008709fc96d04da222b223
parentc05aa8fbcc21b1863085dde5cb3c97b32c52ce40
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