* [PATCH] ARM: OMAP: Remove warnings in DSP code
@ 2006-08-13 14:04 Dirk Behme
0 siblings, 0 replies; only message in thread
From: Dirk Behme @ 2006-08-13 14:04 UTC (permalink / raw)
To: linux-omap-open-source
[-- Attachment #1: Type: text/plain, Size: 585 bytes --]
Remove warnings:
arch/arm/plat-omap/dsp/dsp_common.c: In function
'dsp_cpustat_update':
arch/arm/plat-omap/dsp/dsp_common.c:317: warning: implicit
declaration of function 'enable_irq'
arch/arm/plat-omap/dsp/dsp_common.c:325: warning: implicit
declaration of function 'disable_irq'
arch/arm/plat-omap/dsp/task.c: In function 'dsp_task_write_bk':
arch/arm/plat-omap/dsp/task.c:1232: warning: implicit
declaration of function 'disable_irq'
arch/arm/plat-omap/dsp/task.c:1232: warning: implicit
declaration of function 'enable_irq'
Signed-off-by: Dirk Behme <dirk.behme_at_gmail.com>
[-- Attachment #2: dsp_warnings_patch.txt --]
[-- Type: text/plain, Size: 699 bytes --]
--- ./arch/arm/plat-omap/dsp/dsp_common.c_orig 2006-08-13 15:55:45.000000000 +0200
+++ ./arch/arm/plat-omap/dsp/dsp_common.c 2006-08-13 15:58:51.000000000 +0200
@@ -32,6 +32,7 @@
#include <linux/mm.h>
#include <linux/clk.h>
#include <linux/mutex.h>
+#include <linux/interrupt.h>
#include <asm/io.h>
#include <asm/tlbflush.h>
#include <asm/irq.h>
--- ./arch/arm/plat-omap/dsp/task.c_orig 2006-08-13 15:55:30.000000000 +0200
+++ ./arch/arm/plat-omap/dsp/task.c 2006-08-13 15:59:03.000000000 +0200
@@ -37,6 +37,7 @@
#include <linux/mm.h>
#include <linux/proc_fs.h>
#include <linux/mutex.h>
+#include <linux/interrupt.h>
#include <asm/uaccess.h>
#include <asm/io.h>
#include <asm/signal.h>
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-08-13 14:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-13 14:04 [PATCH] ARM: OMAP: Remove warnings in DSP code Dirk Behme
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox