diff options
Diffstat (limited to 'drivers/leds/leds-lp55xx-common.h')
-rw-r--r-- | drivers/leds/leds-lp55xx-common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/leds/leds-lp55xx-common.h b/drivers/leds/leds-lp55xx-common.h index ffedc7723d84..908b00a56b7e 100644 --- a/drivers/leds/leds-lp55xx-common.h +++ b/drivers/leds/leds-lp55xx-common.h | |||
@@ -84,7 +84,8 @@ extern int lp55xx_read(struct lp55xx_chip *chip, u8 reg, u8 *val); | |||
84 | extern int lp55xx_update_bits(struct lp55xx_chip *chip, u8 reg, | 84 | extern int lp55xx_update_bits(struct lp55xx_chip *chip, u8 reg, |
85 | u8 mask, u8 val); | 85 | u8 mask, u8 val); |
86 | 86 | ||
87 | /* common device init functions */ | 87 | /* common device init/deinit functions */ |
88 | extern int lp55xx_init_device(struct lp55xx_chip *chip); | 88 | extern int lp55xx_init_device(struct lp55xx_chip *chip); |
89 | extern void lp55xx_deinit_device(struct lp55xx_chip *chip); | ||
89 | 90 | ||
90 | #endif /* _LEDS_LP55XX_COMMON_H */ | 91 | #endif /* _LEDS_LP55XX_COMMON_H */ |