* [PATCH] ARM: OMAP: Fix compiler error at pm-debug
@ 2008-05-21 5:43 Kyungmin Park
2008-05-22 19:50 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Kyungmin Park @ 2008-05-21 5:43 UTC (permalink / raw)
To: linux-omap; +Cc: Tony Lindgren
Fix compiler error at pm-debug
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>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: OMAP: Fix compiler error at pm-debug
2008-05-21 5:43 [PATCH] ARM: OMAP: Fix compiler error at pm-debug Kyungmin Park
@ 2008-05-22 19:50 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2008-05-22 19:50 UTC (permalink / raw)
To: Kyungmin Park; +Cc: linux-omap
* 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>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-22 19:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-21 5:43 [PATCH] ARM: OMAP: Fix compiler error at pm-debug Kyungmin Park
2008-05-22 19:50 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox