From: Peter Ujfalusi Date: Fri, 16 May 2014 12:17:20 +0000 (+0300) Subject: ARM: edma: Remove redundant/unused parameters from edma_soc_info X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~40^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=903ed4913c7fe78d2746445564634264291c7493;p=pandora-kernel.git ARM: edma: Remove redundant/unused parameters from edma_soc_info The following parameters are no longer needed by the edma driver since the information can be obtained from the IP's CCCFG register: n_channel, n_region, n_slot and n_tc. Remove the n_cc as well since in this context it has no meaning. We have separate edma_soc_info struct/eDMA3_CC instance so this member does not make any sense (and the driver no longer uses it). Signed-off-by: Peter Ujfalusi Signed-off-by: Sekhar Nori --- Reading git-diff-tree failed