projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e3378f
)
mfd: max77693: Remove unused max77693_irq_source declarations
author
Dzmitry Sankouski
<dsankouski@gmail.com>
Thu, 26 Sep 2024 10:28:10 +0000
(13:28 +0300)
committer
Lee Jones
<lee@kernel.org>
Wed, 16 Oct 2024 08:04:10 +0000
(09:04 +0100)
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>
include/linux/mfd/max77693-private.h
patch
|
blob
|
history
diff --git
a/include/linux/mfd/max77693-private.h
b/include/linux/mfd/max77693-private.h
index
20c5e02
..
c324d54
100644
(file)
--- 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)