aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-orion
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-orion')
-rw-r--r--arch/arm/plat-orion/common.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/plat-orion/common.c b/arch/arm/plat-orion/common.c
index 31517cef8c4..09d836060bf 100644
--- a/arch/arm/plat-orion/common.c
+++ b/arch/arm/plat-orion/common.c
@@ -627,11 +627,9 @@ static struct resource orion_xor0_shared_resources[] = {
627 627
628static struct mv_xor_channel_data orion_xor0_channels_data[2] = { 628static struct mv_xor_channel_data orion_xor0_channels_data[2] = {
629 { 629 {
630 .hw_id = 0,
631 .pool_size = PAGE_SIZE, 630 .pool_size = PAGE_SIZE,
632 }, 631 },
633 { 632 {
634 .hw_id = 1,
635 .pool_size = PAGE_SIZE, 633 .pool_size = PAGE_SIZE,
636 }, 634 },
637}; 635};
@@ -702,11 +700,9 @@ static struct resource orion_xor1_shared_resources[] = {
702 700
703static struct mv_xor_channel_data orion_xor1_channels_data[2] = { 701static struct mv_xor_channel_data orion_xor1_channels_data[2] = {
704 { 702 {
705 .hw_id = 0,
706 .pool_size = PAGE_SIZE, 703 .pool_size = PAGE_SIZE,
707 }, 704 },
708 { 705 {
709 .hw_id = 1,
710 .pool_size = PAGE_SIZE, 706 .pool_size = PAGE_SIZE,
711 }, 707 },
712}; 708};