From: Manuel Lauss Date: Thu, 25 Jan 2007 06:22:11 +0000 (+0900) Subject: sh: SH-DMAC compile fixes X-Git-Tag: v2.6.21-rc1~179^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f8a5e3a44d81bbf19fddeb74645dec6b0e23b23;p=pandora-kernel.git sh: SH-DMAC compile fixes This patch does the following: - remove the make_ipr_irq stuff from dma-sh.c and replace it with a simple channel<->irq mapping table. - add DMTEx_IRQ constants for sh4 cpus - fix sh7751 DMAE irq number The SH7780 uses the same IRQs for DMA as other SH4 types, so I put the constants on top of the dma.h file. Other CPU types need to #define their own DMTEx_IRQ contants in their appropriate header. Signed-off-by: Manuel Lauss Signed-off-by: Paul Mundt --- Reading git-diff-tree failed