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:
Родитель
4ec1b54c4d
Коммит
40e03f571b
|
@ -36,9 +36,6 @@ struct mfd_cell {
|
||||||
/* platform_data can be used to pass data to "generic" drivers */
|
/* platform_data can be used to pass data to "generic" drivers */
|
||||||
void *platform_data;
|
void *platform_data;
|
||||||
|
|
||||||
/* unused */
|
|
||||||
size_t data_size;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* These resources can be specified relative to the parent device.
|
* These resources can be specified relative to the parent device.
|
||||||
* For accessing hardware you should use resources from the platform dev
|
* For accessing hardware you should use resources from the platform dev
|
||||||
|
|
Загрузка…
Ссылка в новой задаче