Merge tag 's2mps11-build' into regulator-s5m8767 since a following patch

depend on it.

regulator/clk: Fix s2mps11 build

This patch fixes a build failure that appeared in v3.13-rc4 due to an
RTC/MFD update merged via -mm.
This commit is contained in:
Mark Brown
2013-12-18 17:24:24 +00:00
1083 changed files with 12693 additions and 5794 deletions

View File

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