]> git.baikalelectronics.ru Git - kernel.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)
commit5d934ca87518b8c8360dc18f60362a650d54cfc0
treecdba93f2be20798be6008709fc96d04da222b223
parentc058e16ccaabe9e89ae2c87a915e0af339d6887c
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