From: Shawn Guo Date: Sat, 15 Sep 2012 13:11:28 +0000 (+0800) Subject: dma: imx-dma: remove cpu_is_xxx by using platform_device_id X-Git-Tag: omap-for-v3.8/cleanup-multiplatform-signed~19^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e51d0f0ac4b7f513808743c6a62f0387eebd0144;p=pandora-kernel.git dma: imx-dma: remove cpu_is_xxx by using platform_device_id It changes the driver to use platform_device_id rather than cpu_is_xxx to determine the controller type, and updates the platform code accordingly. As the result, mach/hardware.h inclusion gets removed from the driver. Signed-off-by: Shawn Guo Signed-off-by: Sascha Hauer Acked-by: Arnd Bergmann Tested-by: Javier Martin Cc: Vinod Koul --- Reading git-diff-tree failed