Skip to content

Commit

Permalink
mfd: Drop data_size from mfd_cell struct
Browse files Browse the repository at this point in the history
Now that there are no more users of this, drop it.

Signed-off-by: Andres Salomon <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
  • Loading branch information
dilinger authored and Samuel Ortiz committed Mar 23, 2011
1 parent 4ec1b54 commit 40e03f5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/linux/mfd/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40e03f5

Please sign in to comment.