All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: cpuidle34xx.c: Fix compile error
@ 2011-11-08 16:11 ` Joerg Roedel
  0 siblings, 0 replies; 9+ messages in thread
From: Joerg Roedel @ 2011-11-08 16:11 UTC (permalink / raw)
  To: Tony Lindgren, Russell King
  Cc: linux-omap, linux-arm-kernel, linux-kernel, Joerg Roedel

Add missing module.h include to provide THIS_MODULE.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.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



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-11-08 17:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-08 16:11 [PATCH] arm: cpuidle34xx.c: Fix compile error Joerg Roedel
2011-11-08 16:11 ` Joerg Roedel
2011-11-08 16:11 ` Joerg Roedel
2011-11-08 17:36 ` Kevin Hilman
2011-11-08 17:36   ` Kevin Hilman
2011-11-08 17:36   ` Kevin Hilman
2011-11-08 17:43   ` Joerg Roedel
2011-11-08 17:43     ` Joerg Roedel
2011-11-08 17:43     ` Joerg Roedel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.