* [PATCH] arm: cpuidle34xx.c: Fix compile error
@ 2011-11-08 16:11 Joerg Roedel
2011-11-08 17:36 ` Kevin Hilman
0 siblings, 1 reply; 3+ messages in thread
From: Joerg Roedel @ 2011-11-08 16:11 UTC (permalink / raw)
To: linux-arm-kernel
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] 3+ messages in thread
* [PATCH] arm: cpuidle34xx.c: Fix compile error
2011-11-08 16:11 [PATCH] arm: cpuidle34xx.c: Fix compile error Joerg Roedel
@ 2011-11-08 17:36 ` Kevin Hilman
2011-11-08 17:43 ` Joerg Roedel
0 siblings, 1 reply; 3+ messages in thread
From: Kevin Hilman @ 2011-11-08 17:36 UTC (permalink / raw)
To: linux-arm-kernel
Joerg Roedel <joerg.roedel@amd.com> writes:
> Add missing module.h include to provide THIS_MODULE.
>
> Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
FYI...
Tony has already queued fix for this in his fixes branch.
http://marc.info/?l=linux-arm-kernel&m=132071036621713&w=2
Kevin
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] arm: cpuidle34xx.c: Fix compile error
2011-11-08 17:36 ` Kevin Hilman
@ 2011-11-08 17:43 ` Joerg Roedel
0 siblings, 0 replies; 3+ messages in thread
From: Joerg Roedel @ 2011-11-08 17:43 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Nov 08, 2011 at 09:36:48AM -0800, Kevin Hilman wrote:
> Joerg Roedel <joerg.roedel@amd.com> writes:
>
> > Add missing module.h include to provide THIS_MODULE.
> >
> > Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
>
> FYI...
>
> Tony has already queued fix for this in his fixes branch.
>
> http://marc.info/?l=linux-arm-kernel&m=132071036621713&w=2
Great. I stumbled over it while compile-testing the iommu-tree for omap.
Thanks,
Joerg
--
AMD Operating System Research Center
Advanced Micro Devices GmbH Einsteinring 24 85609 Dornach
General Managers: Alberto Bozzo, Andrew Bowd
Registration: Dornach, Landkr. Muenchen; Registerger. Muenchen, HRB Nr. 43632
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-11-08 17:43 UTC | newest]
Thread overview: 3+ 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 17:36 ` Kevin Hilman
2011-11-08 17:43 ` Joerg Roedel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox