Commit 40e03f57 authored by Andres Salomon's avatar Andres Salomon Committed by Samuel Ortiz

mfd: Drop data_size from mfd_cell struct

Now that there are no more users of this, drop it.
Signed-off-by: default avatarAndres Salomon <dilinger@queued.net>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 4ec1b54c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment