From: Shawn Guo Date: Wed, 13 Jun 2012 06:07:31 +0000 (+0800) Subject: dma: ipu: remove the use of ipu_platform_data X-Git-Tag: v3.6-rc1~137^2~1^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88289c80d419897c03f7f43b35e3730d8fb6825b;p=pandora-kernel.git dma: ipu: remove the use of ipu_platform_data The struct ipu_platform_data is used by platform code to pass MXC_IPU_IRQ_START to ipu-core driver. We can save it by having ipu-core driver call irq_alloc_descs to get the irq_base. Signed-off-by: Shawn Guo Acked-by: Vinod Koul Acked-by: Sascha Hauer Acked-by: Dong Aisheng --- Reading git-diff-tree failed