diff --git a/[refs] b/[refs] index 45e67be01ad2..c1922902b121 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5a924d13ecdd433fd2c7eb268b72a2770ef2204a +refs/heads/master: 2f5f89be6f2216f93d44f2609b182df932a929b4 diff --git a/trunk/drivers/mfd/88pm860x-core.c b/trunk/drivers/mfd/88pm860x-core.c index 6ed8de71c983..87bd5ba38d5b 100644 --- a/trunk/drivers/mfd/88pm860x-core.c +++ b/trunk/drivers/mfd/88pm860x-core.c @@ -542,6 +542,7 @@ int pm8606_osc_enable(struct pm860x_chip *chip, unsigned short client) mutex_unlock(&chip->osc_lock); return ret; } +EXPORT_SYMBOL(pm8606_osc_enable); int pm8606_osc_disable(struct pm860x_chip *chip, unsigned short client) { @@ -580,6 +581,7 @@ int pm8606_osc_disable(struct pm860x_chip *chip, unsigned short client) mutex_unlock(&chip->osc_lock); return ret; } +EXPORT_SYMBOL(pm8606_osc_disable); static void __devinit device_osc_init(struct i2c_client *i2c) {