forked from luck/tmp_suning_uos_patched
regulator: s5m8767: Fix build in non-DT case
Fix drift in DT parsing function name in the stub code. Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
26aec009f6
commit
197bf85630
|
@ -136,7 +136,7 @@ static struct sec_platform_data *sec_pmic_i2c_parse_dt_pdata(
|
|||
return pd;
|
||||
}
|
||||
#else
|
||||
static struct sec_platform_data *sec_i2c_parse_dt_pdata(
|
||||
static struct sec_platform_data *sec_pmic_i2c_parse_dt_pdata(
|
||||
struct device *dev)
|
||||
{
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user