Skip to content

Commit

Permalink
cpuidle: ladder.c needs module.h and not just moduleparam.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Gortmaker committed Oct 31, 2011
1 parent 884b17e commit 70e522a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cpuidle/governors/ladder.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <linux/kernel.h>
#include <linux/cpuidle.h>
#include <linux/pm_qos.h>
#include <linux/moduleparam.h>
#include <linux/module.h>
#include <linux/jiffies.h>

#include <asm/io.h>
Expand Down

0 comments on commit 70e522a

Please sign in to comment.