mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 09:30:53 +07:00
mfd: Drop data_size from mfd_cell struct
Now that there are no more users of this, drop it. Signed-off-by: Andres Salomon <dilinger@queued.net> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
4ec1b54c4d
commit
40e03f571b
@ -36,9 +36,6 @@ struct mfd_cell {
|
||||
/* platform_data can be used to pass data to "generic" drivers */
|
||||
void *platform_data;
|
||||
|
||||
/* unused */
|
||||
size_t data_size;
|
||||
|
||||
/*
|
||||
* These resources can be specified relative to the parent device.
|
||||
* For accessing hardware you should use resources from the platform dev
|
||||
|
Loading…
Reference in New Issue
Block a user