aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/mv_xor.c
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-10-30 06:59:42 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-11-20 09:58:57 -0500
commit0dddee7a7d42192267ebef0fe15be8b296b665c8 (patch)
tree538b25f2d091bbcadde8a5656c85026f2a4cc6ac /drivers/dma/mv_xor.c
parent7dde453d628687c0e991cfc55c9fd299a804aee6 (diff)
dma: mv_xor: change the driver name to 'mv_xor'
Since we got rid of the per-XOR channel 'mv_xor' driver, now the per-XOR engine driver that used to be called 'mv_xor_shared' can simply be named 'mv_xor'. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'drivers/dma/mv_xor.c')
-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 ac598168b21f..0ed5183eb5a3 100644
--- a/drivers/dma/mv_xor.c
+++ b/drivers/dma/mv_xor.c
@@ -1361,7 +1361,7 @@ static struct platform_driver mv_xor_shared_driver = {
1361 .remove = mv_xor_shared_remove, 1361 .remove = mv_xor_shared_remove,
1362 .driver = { 1362 .driver = {
1363 .owner = THIS_MODULE, 1363 .owner = THIS_MODULE,
1364 .name = MV_XOR_SHARED_NAME, 1364 .name = MV_XOR_NAME,
1365 }, 1365 },
1366}; 1366};
1367 1367