Skip to content

Commit

Permalink
regulator: s5m8767: Fix build in non-DT case
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown committed Feb 4, 2013
1 parent 26aec00 commit 197bf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/sec-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 197bf85

Please sign in to comment.