]> git.baikalelectronics.ru Git - kernel.git/commit
cpuidle: ladder.c needs module.h and not just moduleparam.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 29 Aug 2011 21:52:39 +0000 (17:52 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:31 +0000 (19:31 -0400)
commite395c102a105f14b140633fcdf92daf7ee9ecde3
treee889f61014e95da2ac41185a7686d911e0f70b66
parent6f92da4c800aae832838d333f0a4bbc10a0753ba
cpuidle: ladder.c needs module.h and not just moduleparam.h

This file has module_init/exit and MODULE_LICENSE, and so it
needs the full module.h header.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/cpuidle/governors/ladder.c