dma: mv_xor: rename mv_xor_shared_platform_data to mv_xor_platform_data
'struct mv_xor_shared_platform_data' used to be the platform_data structure for the 'mv_xor_shared', but this driver is going to be renamed simply 'mv_xor', so also rename its platform_data structure accordingly. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
e39f6ec1f9
commit
7dde453d62
3 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ struct mv_xor_channel_data {
|
|||
size_t pool_size;
|
||||
};
|
||||
|
||||
struct mv_xor_shared_platform_data {
|
||||
struct mv_xor_platform_data {
|
||||
struct mv_xor_channel_data *channels;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue