]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/plat-orion/common.c
dma: mv_xor: remove hw_id field from platform_data
[karo-tx-linux.git] / arch / arm / plat-orion / common.c
index 31517cef8c4dee9e95e0ab910154b42db0fde0a4..09d836060bf47ad984f3ee33b2a2ce76fd6e26af 100644 (file)
@@ -627,11 +627,9 @@ static struct resource orion_xor0_shared_resources[] = {
 
 static struct mv_xor_channel_data orion_xor0_channels_data[2] = {
        {
-               .hw_id          = 0,
                .pool_size      = PAGE_SIZE,
        },
        {
-               .hw_id          = 1,
                .pool_size      = PAGE_SIZE,
        },
 };
@@ -702,11 +700,9 @@ static struct resource orion_xor1_shared_resources[] = {
 
 static struct mv_xor_channel_data orion_xor1_channels_data[2] = {
        {
-               .hw_id          = 0,
                .pool_size      = PAGE_SIZE,
        },
        {
-               .hw_id          = 1,
                .pool_size      = PAGE_SIZE,
        },
 };