From: Paul Gortmaker Date: Mon, 29 Aug 2011 21:52:39 +0000 (-0400) Subject: cpuidle: ladder.c needs module.h and not just moduleparam.h X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=70e522a02838e52ca007d3f183171fd9324eceb4;p=~shefty%2Frdma-dev.git 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 --- diff --git a/drivers/cpuidle/governors/ladder.c b/drivers/cpuidle/governors/ladder.c index f62fde21e96..3b8fce20f02 100644 --- a/drivers/cpuidle/governors/ladder.c +++ b/drivers/cpuidle/governors/ladder.c @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include