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>
This commit is contained in:
parent
18b2a02c7c
commit
2ccc469cfe
2 changed files with 0 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue