public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix n800 dummy audio init function declaration
@ 2008-04-04 10:59 tapio laxström
  2008-04-04 10:59 ` [PATCH 1/1] Fix " tapio laxström
  0 siblings, 1 reply; 4+ messages in thread
From: tapio laxström @ 2008-04-04 10:59 UTC (permalink / raw)
  To: linux-omap

This dummy init function is only used when kernel is compiled without audio support.



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

* [PATCH 1/1] Fix function declaration.
  2008-04-04 10:59 [PATCH 0/1] Fix n800 dummy audio init function declaration tapio laxström
@ 2008-04-04 10:59 ` tapio laxström
  2008-04-04 11:33   ` Jarkko Nikula
  0 siblings, 1 reply; 4+ messages in thread
From: tapio laxström @ 2008-04-04 10:59 UTC (permalink / raw)
  To: linux-omap; +Cc: tapio laxström

Signed-off-by: tapio laxström <ext-tapio.laxstroem@nokia.com>
---
 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 majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH 1/1] Fix function declaration.
  2008-04-04 10:59 ` [PATCH 1/1] Fix " tapio laxström
@ 2008-04-04 11:33   ` Jarkko Nikula
  2008-04-04 11:34     ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: Jarkko Nikula @ 2008-04-04 11:33 UTC (permalink / raw)
  To: ext tapio laxström; +Cc: linux-omap

On Fri,  4 Apr 2008 13:59:36 +0300
ext tapio laxström <ext-tapio.laxstroem@nokia.com> wrote:

> Signed-off-by: tapio laxström <ext-tapio.laxstroem@nokia.com>
> ---
>  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 majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH 1/1] Fix function declaration.
  2008-04-04 11:33   ` Jarkko Nikula
@ 2008-04-04 11:34     ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2008-04-04 11:34 UTC (permalink / raw)
  To: Jarkko Nikula; +Cc: ext tapio laxström, linux-omap

* Jarkko Nikula <jarkko.nikula@nokia.com> [080404 14:33]:
> On Fri,  4 Apr 2008 13:59:36 +0300
> ext tapio laxström <ext-tapio.laxstroem@nokia.com> wrote:
> 
> > Signed-off-by: tapio laxström <ext-tapio.laxstroem@nokia.com>
> > ---
> >  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 majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2008-04-04 11:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-04 10:59 [PATCH 0/1] Fix n800 dummy audio init function declaration tapio laxström
2008-04-04 10:59 ` [PATCH 1/1] Fix " tapio laxström
2008-04-04 11:33   ` Jarkko Nikula
2008-04-04 11:34     ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox