Re: [PATCH 1/1] Fix function declaration.

2008-04-04 Thread Tony Lindgren
* Jarkko Nikula <[EMAIL PROTECTED]> [080404 14:33]:
> On Fri,  4 Apr 2008 13:59:36 +0300
> ext tapio laxström <[EMAIL PROTECTED]> wrote:
> 
> > Signed-off-by: tapio laxström <[EMAIL PROTECTED]>
> > ---
> >  arch/arm/mach-omap2/board-n800-audio.c |2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > -void __init n800_audio_init(void)
> > +void __init n800_audio_init(struct tsc2301_platform_data *tc)
> >  {
> >  }
> Acked. Had exactly same fix in my own tree but forgot to send it :-)

Pushed.

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 1/1] Fix function declaration.

2008-04-04 Thread Jarkko Nikula
On Fri,  4 Apr 2008 13:59:36 +0300
ext tapio laxström <[EMAIL PROTECTED]> wrote:

> Signed-off-by: tapio laxström <[EMAIL PROTECTED]>
> ---
>  arch/arm/mach-omap2/board-n800-audio.c |2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> -void __init n800_audio_init(void)
> +void __init n800_audio_init(struct tsc2301_platform_data *tc)
>  {
>  }
Acked. Had exactly same fix in my own tree but forgot to send it :-)


Jarkko
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 1/1] Fix function declaration.

2008-04-04 Thread tapio laxström
Signed-off-by: tapio laxström <[EMAIL PROTECTED]>
---
 arch/arm/mach-omap2/board-n800-audio.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap2/board-n800-audio.c 
b/arch/arm/mach-omap2/board-n800-audio.c
index 75c4e4e..bebc4a5 100644
--- a/arch/arm/mach-omap2/board-n800-audio.c
+++ b/arch/arm/mach-omap2/board-n800-audio.c
@@ -316,7 +316,7 @@ void __init n800_audio_init(struct tsc2301_platform_data 
*tc)
 
 #else
 
-void __init n800_audio_init(void)
+void __init n800_audio_init(struct tsc2301_platform_data *tc)
 {
 }
 
-- 
1.5.4.4

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html