public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] DSP: Fix up dspgateway when building n800 kernel images
  2008-03-18 12:37 [PATCH] DSP: Fix up dspgateway when building n800 kernel images Felipe Balbi
@ 2008-03-18 11:42 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2008-03-18 11:42 UTC (permalink / raw)
  To: Felipe Balbi; +Cc: linux-omap

* Felipe Balbi <felipe.balbi@nokia.com> [080318 14:39]:
> A missing include file. Thanks to Tony Lindgren for
> pointing that out.
> 
> Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
> ---
>  drivers/dsp/dspgateway/dsp_ctl_core.c |    1 +
>  drivers/dsp/dspgateway/taskwatch.c    |    1 +
>  2 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/dsp/dspgateway/dsp_ctl_core.c b/drivers/dsp/dspgateway/dsp_ctl_core.c
> index 956ef26..3c13572 100644
> --- a/drivers/dsp/dspgateway/dsp_ctl_core.c
> +++ b/drivers/dsp/dspgateway/dsp_ctl_core.c
> @@ -25,6 +25,7 @@
>  #include <linux/fs.h>
>  #include <linux/device.h>
>  #include <linux/init.h>
> +#include <asm/io.h>
>  #include "dsp.h"
>  
>  #define CTL_MINOR	0
> diff --git a/drivers/dsp/dspgateway/taskwatch.c b/drivers/dsp/dspgateway/taskwatch.c
> index 4297b51..0fab20e 100644
> --- a/drivers/dsp/dspgateway/taskwatch.c
> +++ b/drivers/dsp/dspgateway/taskwatch.c
> @@ -27,6 +27,7 @@
>  #include <linux/sched.h>
>  #include <asm/uaccess.h>
>  #include <asm/arch/dsp.h>
> +#include <asm/io.h>
>  #include "dsp_mbcmd.h"
>  #include "dsp.h"

Thanks, looks like more breakage from my header changes.. Pushing today.

Tony

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

* [PATCH] DSP: Fix up dspgateway when building n800 kernel images
@ 2008-03-18 12:37 Felipe Balbi
  2008-03-18 11:42 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Felipe Balbi @ 2008-03-18 12:37 UTC (permalink / raw)
  To: linux-omap; +Cc: Felipe Balbi

A missing include file. Thanks to Tony Lindgren for
pointing that out.

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
---
 drivers/dsp/dspgateway/dsp_ctl_core.c |    1 +
 drivers/dsp/dspgateway/taskwatch.c    |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/dsp/dspgateway/dsp_ctl_core.c b/drivers/dsp/dspgateway/dsp_ctl_core.c
index 956ef26..3c13572 100644
--- a/drivers/dsp/dspgateway/dsp_ctl_core.c
+++ b/drivers/dsp/dspgateway/dsp_ctl_core.c
@@ -25,6 +25,7 @@
 #include <linux/fs.h>
 #include <linux/device.h>
 #include <linux/init.h>
+#include <asm/io.h>
 #include "dsp.h"
 
 #define CTL_MINOR	0
diff --git a/drivers/dsp/dspgateway/taskwatch.c b/drivers/dsp/dspgateway/taskwatch.c
index 4297b51..0fab20e 100644
--- a/drivers/dsp/dspgateway/taskwatch.c
+++ b/drivers/dsp/dspgateway/taskwatch.c
@@ -27,6 +27,7 @@
 #include <linux/sched.h>
 #include <asm/uaccess.h>
 #include <asm/arch/dsp.h>
+#include <asm/io.h>
 #include "dsp_mbcmd.h"
 #include "dsp.h"
 
-- 
1.5.4.4.481.g5075


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

end of thread, other threads:[~2008-03-18 12:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-18 12:37 [PATCH] DSP: Fix up dspgateway when building n800 kernel images Felipe Balbi
2008-03-18 11:42 ` Tony Lindgren

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