]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
DSP: Fix up dspgateway when building n800 kernel images
authorFelipe Balbi <felipe.balbi@nokia.com>
Tue, 18 Mar 2008 12:37:16 +0000 (14:37 +0200)
committerTony Lindgren <tony@atomide.com>
Tue, 18 Mar 2008 11:41:53 +0000 (13:41 +0200)
A missing include file. Thanks to Tony Lindgren for
pointing that out.

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/dsp/dspgateway/dsp_ctl_core.c
drivers/dsp/dspgateway/taskwatch.c

index 956ef269871d18784cb99dea40744dc063da953d..3c135728dc729115794c519ec0ba80fa41c5257a 100644 (file)
@@ -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
index 4297b51a2a809300923a406aa1663e59013924f1..0fab20e8b6d087d78e8835a40bcb5b4735672347 100644 (file)
@@ -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"