From e97e3a414d448e119a1204ff918e3909a6618823 Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Tue, 18 Mar 2008 14:37:16 +0200 Subject: [PATCH] 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 --- drivers/dsp/dspgateway/dsp_ctl_core.c | 1 + drivers/dsp/dspgateway/taskwatch.c | 1 + 2 files changed, 2 insertions(+) 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" -- 2.41.1