public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Kyungmin Park <kyungmin.park@samsung.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH] ARM: OMAP: Fix compiler error at pm-debug
Date: Thu, 22 May 2008 12:50:39 -0700	[thread overview]
Message-ID: <20080522195038.GK23002@atomide.com> (raw)
In-Reply-To: <20080521054330.GA5460@party>

* Kyungmin Park <kyungmin.park@samsung.com> [080520 22:57]:
> Fix compiler error at pm-debug

Thanks, pushing today.

Tony

> 
>   CC      arch/arm/mach-omap2/pm-debug.o
> In file included from arch/arm/mach-omap2/pm-debug.c:30:
> arch/arm/mach-omap2/prm.h: In function `prm_rmw_reg_bits':
> arch/arm/mach-omap2/prm.h:107: error: implicit declaration of function `__raw_readl'
> arch/arm/mach-omap2/prm.h:110: error: implicit declaration of function `__raw_writel'
> arch/arm/mach-omap2/pm-debug.c: In function `serial_wait_tx':
> arch/arm/mach-omap2/pm-debug.c:59: error: implicit declaration of function `__raw_readb'
> make[1]: *** [arch/arm/mach-omap2/pm-debug.o] Error 1
> make: *** [arch/arm/mach-omap2] Error 2
> 
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
> diff --git a/arch/arm/mach-omap2/pm-debug.c b/arch/arm/mach-omap2/pm-debug.c
> index 361e52b..8a9f3c4 100644
> --- a/arch/arm/mach-omap2/pm-debug.c
> +++ b/arch/arm/mach-omap2/pm-debug.c
> @@ -23,6 +23,7 @@
>  
>  #include <linux/clk.h>
>  #include <linux/err.h>
> +#include <linux/io.h>
>  
>  #include <asm/arch/clock.h>
>  #include <asm/arch/board.h>

      reply	other threads:[~2008-05-22 19:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-21  5:43 [PATCH] ARM: OMAP: Fix compiler error at pm-debug Kyungmin Park
2008-05-22 19:50 ` Tony Lindgren [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=20080522195038.GK23002@atomide.com \
    --to=tony@atomide.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-omap@vger.kernel.org \
    /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