From: Eric Miao Date: Mon, 1 Dec 2008 03:41:19 +0000 (+0800) Subject: [ARM] locomo: export locomo_frontlight_set() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9179825cf5e96bd0784456ef43811cab4db17cd9;p=linux-beck.git [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 --- 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) locomo_writel(bpwf | LOCOMO_ALC_EN, lchip->base + LOCOMO_FRONTLIGHT + LOCOMO_ALS); spin_unlock_irqrestore(&lchip->lock, flags); } +EXPORT_SYMBOL(locomo_frontlight_set); /* * LoCoMo "Register Access Bus."