dma: mv_xor: rename mv_xor_platform_data to mv_xor_channel_data

mv_xor_platform_data used to be the platform_data structure associated
to the 'mv_xor' driver. This driver no longer exists, and this data
structure really contains the properties of each XOR channel part of a
given XOR engine. Therefore 'struct mv_xor_channel_data' is a more
appropriate name.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
此提交包含在:
Thomas Petazzoni
2012-10-30 11:56:26 +01:00
父節點 2ccc469cfe
當前提交 e39f6ec1f9
共有 3 個檔案被更改,包括 17 行新增17 行删除

查看文件

@@ -1300,7 +1300,7 @@ static int mv_xor_shared_probe(struct platform_device *pdev)
if (pdata && pdata->channels) {
for (i = 0; i < MV_XOR_MAX_CHANNELS; i++) {
struct mv_xor_platform_data *cd;
struct mv_xor_channel_data *cd;
int irq;
cd = &pdata->channels[i];