Message ID | 20250323-s2mpg10-v1-4-d08943702707@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | Samsung S2MPG10 PMIC MFD-based drivers | expand |
On 23/03/2025 23:39, André Draszik wrote: > sec_irq_resume() was removed in commit 6445b84abf91 ("mfd: Add s2mps11 > irq driver") and sec_irq_exit() in commit 3dc6f4aaafbe ("mfd: sec: Use > devm_mfd_add_devices and devm_regmap_add_irq_chip") while the > prototypes were left. They should be removed. > > Do so. > > Signed-off-by: André Draszik <andre.draszik@linaro.org> > --- > include/linux/mfd/samsung/core.h | 2 -- > 1 file changed, 2 deletions(-) Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/include/linux/mfd/samsung/core.h b/include/linux/mfd/samsung/core.h index f35314458fd22e43fa13034439406bea17a155c9..b7008b50392ab857751b89e0a05d2c27f6306906 100644 --- a/include/linux/mfd/samsung/core.h +++ b/include/linux/mfd/samsung/core.h @@ -72,8 +72,6 @@ struct sec_pmic_dev { }; int sec_irq_init(struct sec_pmic_dev *sec_pmic); -void sec_irq_exit(struct sec_pmic_dev *sec_pmic); -int sec_irq_resume(struct sec_pmic_dev *sec_pmic); struct sec_platform_data { struct sec_regulator_data *regulators;
sec_irq_resume() was removed in commit 6445b84abf91 ("mfd: Add s2mps11 irq driver") and sec_irq_exit() in commit 3dc6f4aaafbe ("mfd: sec: Use devm_mfd_add_devices and devm_regmap_add_irq_chip") while the prototypes were left. They should be removed. Do so. Signed-off-by: André Draszik <andre.draszik@linaro.org> --- include/linux/mfd/samsung/core.h | 2 -- 1 file changed, 2 deletions(-)