Skip to content

Commit

Permalink
[ARM] locomo: export locomo_frontlight_set()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric Miao committed Dec 2, 2008
1 parent 8cc7890 commit 9179825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/common/locomo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 9179825

Please sign in to comment.