diff options
Diffstat (limited to 'arch/arm/common/locomo.c')
-rw-r--r-- | arch/arm/common/locomo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/common/locomo.c b/arch/arm/common/locomo.c index 7c6b4b99a2df..2293f0ce061e 100644 --- a/arch/arm/common/locomo.c +++ b/arch/arm/common/locomo.c | |||
@@ -1108,6 +1108,7 @@ void locomo_frontlight_set(struct locomo_dev *dev, int duty, int vr, int bpwf) | |||
1108 | locomo_writel(bpwf | LOCOMO_ALC_EN, lchip->base + LOCOMO_FRONTLIGHT + LOCOMO_ALS); | 1108 | locomo_writel(bpwf | LOCOMO_ALC_EN, lchip->base + LOCOMO_FRONTLIGHT + LOCOMO_ALS); |
1109 | spin_unlock_irqrestore(&lchip->lock, flags); | 1109 | spin_unlock_irqrestore(&lchip->lock, flags); |
1110 | } | 1110 | } |
1111 | EXPORT_SYMBOL(locomo_frontlight_set); | ||
1111 | 1112 | ||
1112 | /* | 1113 | /* |
1113 | * LoCoMo "Register Access Bus." | 1114 | * LoCoMo "Register Access Bus." |