diff options
| author | André Draszik <andre.draszik@linaro.org> | 2025-04-09 23:37:25 +0300 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2025-05-23 10:48:18 +0300 |
| commit | b3379422b460ea8c0556df300d547d63e5569cda (patch) | |
| tree | 09b519c0072dd187301ec6ae1c4c452614f6adbd /include/linux | |
| parent | 72d856ee1927442cefe97a159fde347e59555f88 (diff) | |
| download | linux-b3379422b460ea8c0556df300d547d63e5569cda.tar.xz | |
mfd: sec-core: Drop non-existing forward declarations
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.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: André Draszik <andre.draszik@linaro.org>
Link: https://lore.kernel.org/r/20250409-s2mpg10-v4-4-d66d5f39b6bf@linaro.org
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mfd/samsung/core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mfd/samsung/core.h b/include/linux/mfd/samsung/core.h index f35314458fd2..b7008b50392a 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; |
