public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Dirk Behme <dirk.behme@googlemail.com>
To: linux-omap-open-source@linux.omap.com
Subject: [PATCH] ARM: OMAP: Remove warnings in DSP code
Date: Sun, 13 Aug 2006 16:04:18 +0200	[thread overview]
Message-ID: <44DF3162.2090700@gmail.com> (raw)

[-- 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 --]



                 reply	other threads:[~2006-08-13 14:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44DF3162.2090700@gmail.com \
    --to=dirk.behme@googlemail.com \
    --cc=linux-omap-open-source@linux.omap.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox