dmaengine: shdma: Remove sh_dmae_slave_chan_id enum
authorMagnus Damm <damm@opensource.se>
Fri, 19 Mar 2010 04:46:38 +0000 (04:46 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 23 Mar 2010 08:19:30 +0000 (17:19 +0900)
commit4bab9d426e6dbd9ea09330919a33d35d5faab400
treecb78032733f4a45e8b36719b70854cc567b56b55
parentae6be51ed01d6c4aaf249a207b4434bc7785853b
dmaengine: shdma: Remove sh_dmae_slave_chan_id enum

This patch replaces the sh_dmae_slave_chan_id enum
with an unsigned int. The purpose of this chainge is
to make it possible to separate the slave id enums
from the dmaengine header.

The slave id enums varies with processor model, so in
the future it makes sense to put these in the processor
specific headers together with the pinmux enums.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/dmaengine.h
arch/sh/include/asm/siu.h
drivers/dma/shdma.c
drivers/serial/sh-sci.c
include/linux/serial_sci.h