diff options
| author | 2013-12-16 17:12:04 -0800 | |
|---|---|---|
| committer | 2013-12-16 17:12:04 -0800 | |
| commit | 5c5bccb76cb94888f40ebd5584b81646632e9c3f (patch) | |
| tree | ee949fa6cc1dbe2632154b38ef6dd28f6185d218 /include/linux/mfd | |
| parent | ion: Reenable the build (diff) | |
| parent | Linux 3.13-rc4 (diff) | |
| download | linux-dev-5c5bccb76cb94888f40ebd5584b81646632e9c3f.tar.xz linux-dev-5c5bccb76cb94888f40ebd5584b81646632e9c3f.zip | |
Merge 3.13-rc4 into staging-next.
We want the fixes in here as well.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/mfd')
| -rw-r--r-- | include/linux/mfd/samsung/core.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mfd/samsung/core.h b/include/linux/mfd/samsung/core.h index 2d0c9071bcfb..cab2dd279076 100644 --- a/include/linux/mfd/samsung/core.h +++ b/include/linux/mfd/samsung/core.h @@ -39,7 +39,8 @@ enum sec_device_type { struct sec_pmic_dev { struct device *dev; struct sec_platform_data *pdata; - struct regmap *regmap; + struct regmap *regmap_pmic; + struct regmap *regmap_rtc; struct i2c_client *i2c; struct i2c_client *rtc; |
