diff options
| author | André Draszik <andre.draszik@linaro.org> | 2026-01-13 14:03:13 +0000 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2026-01-20 15:37:48 +0000 |
| commit | b31583a1a9ab32923734ceb5fc95e536dfacccf7 (patch) | |
| tree | c6b83c3fc8937e6d837482c09cc5f84d47fa73e1 /include | |
| parent | c70aee3dd85482c67720eb642d59ebbb9433faa5 (diff) | |
mfd: sec: Drop now unused struct sec_pmic_dev::irq_data
This was used only to allow the s5m RTC driver to deal with the alarm
IRQ. That driver now uses a different approach to acquire that IRQ, and
::irq_data doesn't need to be kept around anymore.
Signed-off-by: André Draszik <andre.draszik@linaro.org>
Link: https://patch.msgid.link/20260113-s5m-alarm-v3-3-855a19db1277@linaro.org
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/mfd/samsung/core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/samsung/core.h b/include/linux/mfd/samsung/core.h index d785e101fe79..c7c3c8cd8d5f 100644 --- a/include/linux/mfd/samsung/core.h +++ b/include/linux/mfd/samsung/core.h @@ -69,7 +69,6 @@ struct sec_pmic_dev { int device_type; int irq; - struct regmap_irq_chip_data *irq_data; }; struct sec_platform_data { |
