diff options
Diffstat (limited to 'include/linux/mfd')
| -rw-r--r-- | include/linux/mfd/core.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mfd/core.h b/include/linux/mfd/core.h index aef23309a742..68c13e52a50c 100644 --- a/include/linux/mfd/core.h +++ b/include/linux/mfd/core.h | |||
| @@ -36,6 +36,10 @@ struct mfd_cell { | |||
| 36 | /* mfd_data can be used to pass data to client drivers */ | 36 | /* mfd_data can be used to pass data to client drivers */ |
| 37 | void *mfd_data; | 37 | void *mfd_data; |
| 38 | 38 | ||
| 39 | /* platform data passed to the sub devices drivers */ | ||
| 40 | void *platform_data; | ||
| 41 | size_t pdata_size; | ||
| 42 | |||
| 39 | /* | 43 | /* |
| 40 | * These resources can be specified relative to the parent device. | 44 | * These resources can be specified relative to the parent device. |
| 41 | * For accessing hardware you should use resources from the platform dev | 45 | * For accessing hardware you should use resources from the platform dev |
