summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-orion/common.c
diff options
context:
space:
mode:
authorThomas Petazzoni2012-10-31 13:24:41 +0100
committerThomas Petazzoni2012-11-20 15:58:56 +0100
commit2ccc469cfecee291707dd50e5842cbf206bc17d7 (patch)
tree6f7b96127eb9911b134f7cf5e5104f79c5f94feb /arch/arm/plat-orion/common.c
parentdma: mv_xor: remove sub-driver 'mv_xor' (diff)
downloadkernel-qcow2-linux-2ccc469cfecee291707dd50e5842cbf206bc17d7.tar.gz
kernel-qcow2-linux-2ccc469cfecee291707dd50e5842cbf206bc17d7.tar.xz
kernel-qcow2-linux-2ccc469cfecee291707dd50e5842cbf206bc17d7.zip
dma: mv_xor: remove 'shared' from mv_xor_platform_data
This member of the platform_data structure is no longer used, so get rid of it. 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.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/plat-orion/common.c b/arch/arm/plat-orion/common.c
index c6e6666986ff..5a66211d523c 100644
--- a/arch/arm/plat-orion/common.c
+++ b/arch/arm/plat-orion/common.c
@@ -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,
},
@@ -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,
},