aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-10-30 06:58:14 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-11-20 09:58:57 -0500
commit7dde453d628687c0e991cfc55c9fd299a804aee6 (patch)
tree81c51af3ad070c422883c84e764261ffe2b09246 /drivers/dma
parente39f6ec1f9c1d6a7011adf6d95d8d80bad0586b1 (diff)
dma: mv_xor: rename mv_xor_shared_platform_data to mv_xor_platform_data
'struct mv_xor_shared_platform_data' used to be the platform_data structure for the 'mv_xor_shared', but this driver is going to be renamed simply 'mv_xor', so also rename its platform_data structure accordingly. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/mv_xor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/mv_xor.c b/drivers/dma/mv_xor.c
index c7926e417281..ac598168b21f 100644
--- a/drivers/dma/mv_xor.c
+++ b/drivers/dma/mv_xor.c
@@ -1254,7 +1254,7 @@ static int mv_xor_shared_probe(struct platform_device *pdev)
1254{ 1254{
1255 const struct mbus_dram_target_info *dram; 1255 const struct mbus_dram_target_info *dram;
1256 struct mv_xor_shared_private *msp; 1256 struct mv_xor_shared_private *msp;
1257 struct mv_xor_shared_platform_data *pdata = pdev->dev.platform_data; 1257 struct mv_xor_platform_data *pdata = pdev->dev.platform_data;
1258 struct resource *res; 1258 struct resource *res;
1259 int i, ret; 1259 int i, ret;
1260 1260