mfd: max8925: Remove the unused function irq_to_max8925()
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Tue, 27 Dec 2022 08:18:05 +0000 (16:18 +0800)
committerLee Jones <lee@kernel.org>
Wed, 22 Feb 2023 08:25:52 +0000 (08:25 +0000)
commit8aa06dbe50a612e32b5c367421e2a51ae3f1acc9
tree33ca711f88d15231a0903edc23edd47a1292ce71
parent49184844b6653292b2954304005357ef6828b0fa
mfd: max8925: Remove the unused function irq_to_max8925()

The function irq_to_max8925() is defined in the max8925-core.c
file, but not called elsewhere, so remove this unused function.

  drivers/mfd/max8925-core.c:472:40: warning: unused function 'irq_to_max8925'.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3561
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20221227081805.54185-1-jiapeng.chong@linux.alibaba.com
drivers/mfd/max8925-core.c