Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344266
b: refs/heads/master
c: 2ccc469
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Petazzoni committed Nov 20, 2012
1 parent 32b1ded commit 6d79f5a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 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: 18b2a02c7c8db8bb87a165d26c269968d3dd47bd
refs/heads/master: 2ccc469cfecee291707dd50e5842cbf206bc17d7
8 changes: 0 additions & 8 deletions trunk/arch/arm/plat-orion/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -625,16 +625,12 @@ static struct resource orion_xor0_shared_resources[] = {
},
};

static struct platform_device orion_xor0_shared;

static struct mv_xor_platform_data orion_xor0_channels_pdata[2] = {
{
.shared = &orion_xor0_shared,
.hw_id = 0,
.pool_size = PAGE_SIZE,
},
{
.shared = &orion_xor0_shared,
.hw_id = 1,
.pool_size = PAGE_SIZE,
},
Expand Down Expand Up @@ -704,16 +700,12 @@ static struct resource orion_xor1_shared_resources[] = {
},
};

static struct platform_device orion_xor1_shared;

static struct mv_xor_platform_data orion_xor1_channels_pdata[2] = {
{
.shared = &orion_xor1_shared,
.hw_id = 0,
.pool_size = PAGE_SIZE,
},
{
.shared = &orion_xor1_shared,
.hw_id = 1,
.pool_size = PAGE_SIZE,
},
Expand Down
1 change: 0 additions & 1 deletion trunk/include/linux/platform_data/dma-mv_xor.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#define MV_XOR_SHARED_NAME "mv_xor_shared"

struct mv_xor_platform_data {
struct platform_device *shared;
int hw_id;
dma_cap_mask_t cap_mask;
size_t pool_size;
Expand Down

0 comments on commit 6d79f5a

Please sign in to comment.