diff options
author | Milo(Woogyom) Kim <milo.kim@ti.com> | 2013-02-05 18:07:20 +0900 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2013-02-06 15:59:27 -0800 |
commit | a85908dd7799e4fa242812ce27a8f774c721d1fb (patch) | |
tree | 673164ea62b7041480a88bda3d8724d2cdb9bf88 /drivers/leds/leds-lp55xx-common.h | |
parent | 632418bf65503405df3f9a6a1616f5a95f91db85 (diff) | |
download | linux-stable-a85908dd7799e4fa242812ce27a8f774c721d1fb.tar.gz linux-stable-a85908dd7799e4fa242812ce27a8f774c721d1fb.tar.bz2 linux-stable-a85908dd7799e4fa242812ce27a8f774c721d1fb.zip |
leds-lp55xx: use lp55xx common init function - platform data
LP5521/5523 platform data functions are moved to lp55xx common driver.
New init function, lp55xx_init_device() is created.
Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'drivers/leds/leds-lp55xx-common.h')
-rw-r--r-- | drivers/leds/leds-lp55xx-common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/leds/leds-lp55xx-common.h b/drivers/leds/leds-lp55xx-common.h index 369cb9c91f17..09d1882ce58e 100644 --- a/drivers/leds/leds-lp55xx-common.h +++ b/drivers/leds/leds-lp55xx-common.h @@ -58,4 +58,7 @@ extern int lp55xx_read(struct lp55xx_chip *chip, u8 reg, u8 *val); extern int lp55xx_update_bits(struct lp55xx_chip *chip, u8 reg, u8 mask, u8 val); +/* common device init functions */ +extern int lp55xx_init_device(struct lp55xx_chip *chip); + #endif /* _LEDS_LP55XX_COMMON_H */ |