]> git.karo-electronics.de Git - linux-beck.git/commitdiff
regulator: s5m8767: Fix build in non-DT case
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 4 Feb 2013 18:31:25 +0000 (18:31 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 4 Feb 2013 18:31:25 +0000 (18:31 +0000)
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>
drivers/mfd/sec-core.c

index ae029834d0a0e967e3c9244f33e78835ed46f5ac..77ee26ef594176aceb8b5d8a2518b5eb13f64479 100644 (file)
@@ -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;