summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLee Jones <lee@kernel.org>2025-02-11 17:28:05 +0300
committerLee Jones <lee@kernel.org>2025-03-14 11:59:06 +0300
commit417206a22669a0adeeaeedab2c8364fd021e3533 (patch)
tree9add36898ab5f453db5efabbc3420b795c5af1cf /include/linux
parent616821ea6c1872b22f171dfbeb6436a319448c6e (diff)
downloadlinux-417206a22669a0adeeaeedab2c8364fd021e3533.tar.xz
mfd: max8997: Remove unused function max8997_irq_exit()
Utilise devm_*() managed resource helpers for freeing IRQs instead. Reported-by: Dr. David Alan Gilbert <linux@treblig.org> Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mfd/max8997-private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/max8997-private.h b/include/linux/mfd/max8997-private.h
index a10cd6945232..f70eea0f2264 100644
--- a/include/linux/mfd/max8997-private.h
+++ b/include/linux/mfd/max8997-private.h
@@ -397,7 +397,6 @@ enum max8997_types {
};
extern int max8997_irq_init(struct max8997_dev *max8997);
-extern void max8997_irq_exit(struct max8997_dev *max8997);
extern int max8997_irq_resume(struct max8997_dev *max8997);
extern int max8997_read_reg(struct i2c_client *i2c, u8 reg, u8 *dest);