From: Dirk Behme Date: Tue, 5 Sep 2006 14:47:58 +0000 (+0300) Subject: [PATCH] ARM: OMAP: Remove warnings in DSP code X-Git-Tag: v2.6.18-omap1~88^2~11 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2664e39b86037e4c5d925aa5614eb4cdf67cba8e;p=pandora-kernel.git [PATCH] ARM: OMAP: Remove warnings in DSP code 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 Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed