Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mfd: max77686: Remove unused extern declarations

max77686_irq_init() and max77686_irq_exit() are not used since
commit 6f1c1e71d933 ("mfd: max77686: Convert to use regmap_irq").
And max77686_irq_resume() never be implemented since introduced in
commit dae8a969d512 ("mfd: Add Maxim 77686 driver").

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Link: https://lore.kernel.org/r/20230728132709.27052-1-yuehaibing@huawei.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Yue Haibing and committed by
Lee Jones
e0d77323 8cce9c4c

-4
-4
include/linux/mfd/max77686-private.h
··· 441 441 TYPE_MAX77802, 442 442 }; 443 443 444 - extern int max77686_irq_init(struct max77686_dev *max77686); 445 - extern void max77686_irq_exit(struct max77686_dev *max77686); 446 - extern int max77686_irq_resume(struct max77686_dev *max77686); 447 - 448 444 #endif /* __LINUX_MFD_MAX77686_PRIV_H */