diff options
author | Eric Miao <eric.miao@marvell.com> | 2008-11-30 22:41:19 -0500 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2008-12-02 01:43:35 -0500 |
commit | 9179825cf5e96bd0784456ef43811cab4db17cd9 (patch) | |
tree | 12717d40a476849d0a592d75fdf234ef8a92b4f1 /arch/arm | |
parent | 8cc78909816ed5529806ee94f19f3e02beae4e7e (diff) |
[ARM] locomo: export locomo_frontlight_set()
This symbol is required by locomo backlight driver, exporting this
allows the driver to be built as a module.
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm')
-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." |