From: Magnus Damm Date: Fri, 19 Mar 2010 04:46:38 +0000 (+0000) Subject: dmaengine: shdma: Remove sh_dmae_slave_chan_id enum X-Git-Tag: v2.6.35-rc1~504^2~44^3~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bab9d426e6dbd9ea09330919a33d35d5faab400;p=pandora-kernel.git 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 Signed-off-by: Paul Mundt --- Reading git-diff-tree failed