diff options
author | Dzmitry Sankouski <dsankouski@gmail.com> | 2024-09-26 13:28:10 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2024-10-16 11:04:10 +0300 |
commit | d5340a18cd321075442677ce1002d8e163b17b67 (patch) | |
tree | 1ed8b075148f2904c79a6474124665547435b440 | |
parent | 2e3378f6c79a1b3f7855ded1ef306ea4406352ed (diff) | |
download | linux-d5340a18cd321075442677ce1002d8e163b17b67.tar.xz |
mfd: max77693: Remove unused max77693_irq_source declarations
Remove `enum max77693_irq_source` declaration because unused.
Signed-off-by: Dzmitry Sankouski <dsankouski@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20240617-starqltechn_integration_upstream-v5-1-125d9228d751@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
-rw-r--r-- | include/linux/mfd/max77693-private.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/mfd/max77693-private.h b/include/linux/mfd/max77693-private.h index 20c5e02ed9da..c324d548619e 100644 --- a/include/linux/mfd/max77693-private.h +++ b/include/linux/mfd/max77693-private.h @@ -419,17 +419,6 @@ enum max77693_haptic_reg { #define MAX77693_CONFIG2_MEN 6 #define MAX77693_CONFIG2_HTYP 5 -enum max77693_irq_source { - LED_INT = 0, - TOPSYS_INT, - CHG_INT, - MUIC_INT1, - MUIC_INT2, - MUIC_INT3, - - MAX77693_IRQ_GROUP_NR, -}; - #define SRC_IRQ_CHARGER BIT(0) #define SRC_IRQ_TOP BIT(1) #define SRC_IRQ_FLASH BIT(2) |