linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] OMAP3: PM: include 'mach/irqs.h'
@ 2009-03-17  7:23 Kim Kyuwon
  2009-03-17 14:53 ` Kevin Hilman
  0 siblings, 1 reply; 2+ messages in thread
From: Kim Kyuwon @ 2009-03-17  7:23 UTC (permalink / raw)
  To: OMAP; +Cc: q1.kim, Kevin Hilman, Jouni Hogander, kyungmin.park

This patch fixes this compile error
  CC      arch/arm/mach-omap2/cpuidle34xx.o
arch/arm/mach-omap2/cpuidle34xx.c:100: error: implicit declaration of
function 'omap_irq_pending'
make[1]: *** [arch/arm/mach-omap2/cpuidle34xx.o] Error 1

The omap_irq_pending() function is declared in
'arch/arm/plat-omap/include/mach/irqs.h'

Signed-off-by: Kim Kyuwon <q1.kim@samsung.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 62fbb2e..5e50c46 100644
--- a/arch/arm/mach-omap2/cpuidle34xx.c
+++ b/arch/arm/mach-omap2/cpuidle34xx.c
@@ -28,6 +28,7 @@
 #include <mach/powerdomain.h>
 #include <mach/control.h>
 #include <mach/serial.h>
+#include <mach/irqs.h>

 #include "pm.h"

-- 
1.5.2.5

-- 
Kyuwon

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

* Re: [PATCH 1/3] OMAP3: PM: include 'mach/irqs.h'
  2009-03-17  7:23 [PATCH 1/3] OMAP3: PM: include 'mach/irqs.h' Kim Kyuwon
@ 2009-03-17 14:53 ` Kevin Hilman
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Hilman @ 2009-03-17 14:53 UTC (permalink / raw)
  To: Kim Kyuwon; +Cc: OMAP, q1.kim, Jouni Hogander, kyungmin.park

Kim Kyuwon <chammoru@gmail.com> writes:

> This patch fixes this compile error
>   CC      arch/arm/mach-omap2/cpuidle34xx.o
> arch/arm/mach-omap2/cpuidle34xx.c:100: error: implicit declaration of
> function 'omap_irq_pending'
> make[1]: *** [arch/arm/mach-omap2/cpuidle34xx.o] Error 1
>
> The omap_irq_pending() function is declared in
> 'arch/arm/plat-omap/include/mach/irqs.h'
>
> Signed-off-by: Kim Kyuwon <q1.kim@samsung.com>

Thanks, pushing to PM branch.

Kevin

>  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 62fbb2e..5e50c46 100644
> --- a/arch/arm/mach-omap2/cpuidle34xx.c
> +++ b/arch/arm/mach-omap2/cpuidle34xx.c
> @@ -28,6 +28,7 @@
>  #include <mach/powerdomain.h>
>  #include <mach/control.h>
>  #include <mach/serial.h>
> +#include <mach/irqs.h>
>
>  #include "pm.h"
>
> -- 
> 1.5.2.5
>
> -- 
> Kyuwon

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

end of thread, other threads:[~2009-03-17 14:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-17  7:23 [PATCH 1/3] OMAP3: PM: include 'mach/irqs.h' Kim Kyuwon
2009-03-17 14:53 ` Kevin Hilman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).