mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-26 05:34:13 +08:00
mfd: Fix pm8606 build failure
Reported by Andrew Morton <akpm@linux-foundation.org>, with i386 allmodconfig: ERROR: "pm8606_osc_disable" [drivers/video/backlight/88pm860x_bl.ko] undefined! ERROR: "pm8606_osc_enable" [drivers/video/backlight/88pm860x_bl.ko] undefined! ERROR: "pm8606_osc_disable" [drivers/leds/leds-88pm860x.ko] undefined! ERROR: "pm8606_osc_enable" [drivers/leds/leds-88pm860x.ko] undefined! Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
5a924d13ec
commit
2f5f89be6f
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user