Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70e522a0 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 884b17e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>