From: Felipe Balbi Date: Tue, 18 Mar 2008 12:37:16 +0000 (+0200) Subject: DSP: Fix up dspgateway when building n800 kernel images X-Git-Tag: v2.6.25-omap1~112 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=e97e3a414d448e119a1204ff918e3909a6618823;p=linux-2.6-omap-h63xx.git DSP: Fix up dspgateway when building n800 kernel images A missing include file. Thanks to Tony Lindgren for pointing that out. Signed-off-by: Felipe Balbi Signed-off-by: Tony Lindgren --- diff --git a/drivers/dsp/dspgateway/dsp_ctl_core.c b/drivers/dsp/dspgateway/dsp_ctl_core.c index 956ef269871..3c135728dc7 100644 --- a/drivers/dsp/dspgateway/dsp_ctl_core.c +++ b/drivers/dsp/dspgateway/dsp_ctl_core.c @@ -25,6 +25,7 @@ #include #include #include +#include #include "dsp.h" #define CTL_MINOR 0 diff --git a/drivers/dsp/dspgateway/taskwatch.c b/drivers/dsp/dspgateway/taskwatch.c index 4297b51a2a8..0fab20e8b6d 100644 --- a/drivers/dsp/dspgateway/taskwatch.c +++ b/drivers/dsp/dspgateway/taskwatch.c @@ -27,6 +27,7 @@ #include #include #include +#include #include "dsp_mbcmd.h" #include "dsp.h"