Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187418
b: refs/heads/master
c: 3e3e65f
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Nicolas Pitre committed Feb 5, 2010
1 parent 4714a4e commit df582c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ef4a6777cf33c4a7a76e74ecd593f74a1df30b96
refs/heads/master: 3e3e65fc425588a4a4b9143d7dfe40e52a2bf0be
8 changes: 4 additions & 4 deletions trunk/arch/arm/mach-kirkwood/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ static struct platform_device kirkwood_xor00_channel = {
.dev = {
.dma_mask = &kirkwood_xor_dmamask,
.coherent_dma_mask = DMA_BIT_MASK(64),
.platform_data = (void *)&kirkwood_xor00_data,
.platform_data = &kirkwood_xor00_data,
},
};

Expand All @@ -682,7 +682,7 @@ static struct platform_device kirkwood_xor01_channel = {
.dev = {
.dma_mask = &kirkwood_xor_dmamask,
.coherent_dma_mask = DMA_BIT_MASK(64),
.platform_data = (void *)&kirkwood_xor01_data,
.platform_data = &kirkwood_xor01_data,
},
};

Expand Down Expand Up @@ -755,7 +755,7 @@ static struct platform_device kirkwood_xor10_channel = {
.dev = {
.dma_mask = &kirkwood_xor_dmamask,
.coherent_dma_mask = DMA_BIT_MASK(64),
.platform_data = (void *)&kirkwood_xor10_data,
.platform_data = &kirkwood_xor10_data,
},
};

Expand All @@ -781,7 +781,7 @@ static struct platform_device kirkwood_xor11_channel = {
.dev = {
.dma_mask = &kirkwood_xor_dmamask,
.coherent_dma_mask = DMA_BIT_MASK(64),
.platform_data = (void *)&kirkwood_xor11_data,
.platform_data = &kirkwood_xor11_data,
},
};

Expand Down

0 comments on commit df582c7

Please sign in to comment.