aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-orion/common.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 /arch/arm/plat-orion/common.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 'arch/arm/plat-orion/common.c')
-rw-r--r--arch/arm/plat-orion/common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-orion/common.c b/arch/arm/plat-orion/common.c
index edd57a68fa8c..31517cef8c4d 100644
--- a/arch/arm/plat-orion/common.c
+++ b/arch/arm/plat-orion/common.c
@@ -641,7 +641,7 @@ static struct mv_xor_platform_data orion_xor0_pdata = {
641}; 641};
642 642
643static struct platform_device orion_xor0_shared = { 643static struct platform_device orion_xor0_shared = {
644 .name = MV_XOR_SHARED_NAME, 644 .name = MV_XOR_NAME,
645 .id = 0, 645 .id = 0,
646 .num_resources = ARRAY_SIZE(orion_xor0_shared_resources), 646 .num_resources = ARRAY_SIZE(orion_xor0_shared_resources),
647 .resource = orion_xor0_shared_resources, 647 .resource = orion_xor0_shared_resources,
@@ -716,7 +716,7 @@ static struct mv_xor_platform_data orion_xor1_pdata = {
716}; 716};
717 717
718static struct platform_device orion_xor1_shared = { 718static struct platform_device orion_xor1_shared = {
719 .name = MV_XOR_SHARED_NAME, 719 .name = MV_XOR_NAME,
720 .id = 1, 720 .id = 1,
721 .num_resources = ARRAY_SIZE(orion_xor1_shared_resources), 721 .num_resources = ARRAY_SIZE(orion_xor1_shared_resources),
722 .resource = orion_xor1_shared_resources, 722 .resource = orion_xor1_shared_resources,