[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1320768665-9759-1-git-send-email-joerg.roedel@amd.com>
Date: Tue, 8 Nov 2011 17:11:05 +0100
From: Joerg Roedel <joerg.roedel@....com>
To: Tony Lindgren <tony@...mide.com>,
Russell King <linux@....linux.org.uk>
CC: <linux-omap@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>, Joerg Roedel <joerg.roedel@....com>
Subject: [PATCH] arm: cpuidle34xx.c: Fix compile error
Add missing module.h include to provide THIS_MODULE.
Signed-off-by: Joerg Roedel <joerg.roedel@....com>
---
arch/arm/mach-omap2/cpuidle34xx.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-omap2/cpuidle34xx.c b/arch/arm/mach-omap2/cpuidle34xx.c
index 1fe35c2..158c17e 100644
--- a/arch/arm/mach-omap2/cpuidle34xx.c
+++ b/arch/arm/mach-omap2/cpuidle34xx.c
@@ -24,6 +24,7 @@
#include <linux/sched.h>
#include <linux/cpuidle.h>
+#include <linux/module.h>
#include <plat/prcm.h>
#include <plat/irqs.h>
--
1.7.5.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists