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:
Andres Salomon 2011-02-17 19:07:24 -08:00 committed by Samuel Ortiz
parent 4ec1b54c4d
commit 40e03f571b

View file

@ -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