diff options
-rw-r--r-- | drivers/mfd/88pm860x-core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mfd/88pm860x-core.c b/drivers/mfd/88pm860x-core.c index 6ed8de71c983..87bd5ba38d5b 100644 --- a/drivers/mfd/88pm860x-core.c +++ b/drivers/mfd/88pm860x-core.c @@ -542,6 +542,7 @@ out: 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 @@ out: mutex_unlock(&chip->osc_lock); return ret; } +EXPORT_SYMBOL(pm8606_osc_disable); static void __devinit device_osc_init(struct i2c_client *i2c) { |