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

Signed-off-by: Felipe Balbi <[EMAIL PROTECTED]>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to