From: Shawn Guo Date: Wed, 22 Jun 2011 14:41:30 +0000 (+0800) Subject: ARM: mxc: clean up imx-dma device registration X-Git-Tag: v3.1-rc1~149^2~1^3~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3622360430e90d47a0d028dd5333a13771589331;p=pandora-kernel.git ARM: mxc: clean up imx-dma device registration The patch follows the implementation of gpio-mxc device registration to break the concentrated imx-dma device registration into soc specific setup function. Then we can avoid the churn of "#ifdef" and the cpu_is_mx checking on such a long list, which makes no sense, considering more soc supports need to be added and we need to support single image for multiple socs in the long run. Signed-off-by: Shawn Guo Signed-off-by: Sascha Hauer --- Reading git-diff-tree failed