Skip to content

Commit

Permalink
mfd: max14577: Remove unused enum max14577_irq_source
Browse files Browse the repository at this point in the history
Remove unused symbol: enum max14577_irq_source.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
  • Loading branch information
Krzysztof Kozlowski authored and Lee Jones committed Mar 19, 2014
1 parent a6e6e66 commit 5e98fc8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions include/linux/mfd/max14577-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -248,14 +248,6 @@ enum max14577_charger_reg {
/* MAX14577 regulator SFOUT LDO voltage, fixed, uV */
#define MAX14577_REGULATOR_SAFEOUT_VOLTAGE 4900000

enum max14577_irq_source {
MAX14577_IRQ_INT1 = 0,
MAX14577_IRQ_INT2,
MAX14577_IRQ_INT3,

MAX14577_IRQ_REGS_NUM,
};

enum max14577_irq {
/* INT1 */
MAX14577_IRQ_INT1_ADC,
Expand Down

0 comments on commit 5e98fc8

Please sign in to comment.