public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@deeprootsystems.com>
To: Kim Kyuwon <chammoru@gmail.com>
Cc: OMAP <linux-omap@vger.kernel.org>,
	q1.kim@samsung.com, Jouni Hogander <jouni.hogander@nokia.com>,
	kyungmin.park@samsung.com
Subject: Re: [PATCH 1/3] OMAP3: PM: include 'mach/irqs.h'
Date: Tue, 17 Mar 2009 07:53:23 -0700	[thread overview]
Message-ID: <874oxsgpzw.fsf@deeprootsystems.com> (raw)
In-Reply-To: <4d34a0a70903170023l5b94db2an204f1aaae46b14cf@mail.gmail.com> (Kim Kyuwon's message of "Tue\, 17 Mar 2009 16\:23\:02 +0900")

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

      reply	other threads:[~2009-03-17 14:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-17  7:23 [PATCH 1/3] OMAP3: PM: include 'mach/irqs.h' Kim Kyuwon
2009-03-17 14:53 ` Kevin Hilman [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874oxsgpzw.fsf@deeprootsystems.com \
    --to=khilman@deeprootsystems.com \
    --cc=chammoru@gmail.com \
    --cc=jouni.hogander@nokia.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=q1.kim@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox