summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/include/mach/sh7372.h
diff options
context:
space:
mode:
authorGuennadi Liakhovetski2011-05-24 12:24:03 +0200
committerPaul Mundt2011-05-25 04:37:19 +0200
commitf7481d012060d057b2727851373ca957958d41f1 (patch)
tree04e09030b889883518aeea002368d4e7271b6f38 /arch/arm/mach-shmobile/include/mach/sh7372.h
parentARM: mach-shmobile: Enable DMAEngine for SDHI on AG5EVM (diff)
downloadkernel-qcow2-linux-f7481d012060d057b2727851373ca957958d41f1.tar.gz
kernel-qcow2-linux-f7481d012060d057b2727851373ca957958d41f1.tar.xz
kernel-qcow2-linux-f7481d012060d057b2727851373ca957958d41f1.zip
ARM: mach-shmobile: mark DMA slave ID 0 as invalid
This makes it possible to leave DMA slave IDs in the platform data at default 0 value without hitting DMA channel allocation error paths. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/sh7372.h')
-rw-r--r--arch/arm/mach-shmobile/include/mach/sh7372.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/sh7372.h b/arch/arm/mach-shmobile/include/mach/sh7372.h
index 5736efcca60c..df20d7670172 100644
--- a/arch/arm/mach-shmobile/include/mach/sh7372.h
+++ b/arch/arm/mach-shmobile/include/mach/sh7372.h
@@ -435,6 +435,7 @@ enum {
/* DMA slave IDs */
enum {
+ SHDMA_SLAVE_INVALID,
SHDMA_SLAVE_SCIF0_TX,
SHDMA_SLAVE_SCIF0_RX,
SHDMA_SLAVE_SCIF1_TX,