All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Felipe Balbi <felipe.balbi@nokia.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH] DSP: Fix up dspgateway when building n800 kernel images
Date: Tue, 18 Mar 2008 13:42:53 +0200	[thread overview]
Message-ID: <20080318114252.GA7843@atomide.com> (raw)
In-Reply-To: <1205843836-19121-1-git-send-email-felipe.balbi@nokia.com>

* 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

      reply	other threads:[~2008-03-18 12:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 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=20080318114252.GA7843@atomide.com \
    --to=tony@atomide.com \
    --cc=felipe.balbi@nokia.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.