diff options
Diffstat (limited to 'include/linux/mfd')
| -rw-r--r-- | include/linux/mfd/davinci_voicecodec.h | 3 | ||||
| -rw-r--r-- | include/linux/mfd/twl6040.h | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/mfd/davinci_voicecodec.h b/include/linux/mfd/davinci_voicecodec.h index 13a1ee95a233..5166935ce66d 100644 --- a/include/linux/mfd/davinci_voicecodec.h +++ b/include/linux/mfd/davinci_voicecodec.h | |||
| @@ -30,6 +30,8 @@ | |||
| 30 | 30 | ||
| 31 | #include <mach/hardware.h> | 31 | #include <mach/hardware.h> |
| 32 | 32 | ||
| 33 | struct regmap; | ||
| 34 | |||
| 33 | /* | 35 | /* |
| 34 | * Register values. | 36 | * Register values. |
| 35 | */ | 37 | */ |
| @@ -113,6 +115,7 @@ struct davinci_vc { | |||
| 113 | 115 | ||
| 114 | /* Memory resources */ | 116 | /* Memory resources */ |
| 115 | void __iomem *base; | 117 | void __iomem *base; |
| 118 | struct regmap *regmap; | ||
| 116 | 119 | ||
| 117 | /* MFD cells */ | 120 | /* MFD cells */ |
| 118 | struct mfd_cell cells[DAVINCI_VC_CELLS]; | 121 | struct mfd_cell cells[DAVINCI_VC_CELLS]; |
diff --git a/include/linux/mfd/twl6040.h b/include/linux/mfd/twl6040.h index 6dd8893b2a56..81f639bc1ae6 100644 --- a/include/linux/mfd/twl6040.h +++ b/include/linux/mfd/twl6040.h | |||
| @@ -230,7 +230,6 @@ struct twl6040 { | |||
| 230 | int audpwron; | 230 | int audpwron; |
| 231 | int power_count; | 231 | int power_count; |
| 232 | int rev; | 232 | int rev; |
| 233 | u8 vibra_ctrl_cache[2]; | ||
| 234 | 233 | ||
| 235 | /* PLL configuration */ | 234 | /* PLL configuration */ |
| 236 | int pll; | 235 | int pll; |
