]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: edma: Remove redundant/unused parameters from edma_soc_info
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 16 May 2014 12:17:20 +0000 (15:17 +0300)
committerSekhar Nori <nsekhar@ti.com>
Thu, 22 May 2014 09:25:25 +0000 (14:55 +0530)
commit903ed4913c7fe78d2746445564634264291c7493
tree48c508d785e11baf36f798e55cb486c9140ad4ef
parentd5fc0e8dd9b3ddc26374d5334455c38ad84b7fab
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 <peter.ujfalusi@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
include/linux/platform_data/edma.h