summaryrefslogtreecommitdiff
path: root/include/linux/mfd/samsung
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-05-26 15:47:07 +0300
committerLee Jones <lee.jones@linaro.org>2021-06-02 12:51:18 +0300
commit12e1a41952c08fda89f6b14188ec6cdf31462907 (patch)
treea213780f7b99c23f58bd0ce7d2db97e251c24c52 /include/linux/mfd/samsung
parent5a7b909c7c9a7069fe01c4b3b1f85cfeba82b669 (diff)
downloadlinux-12e1a41952c08fda89f6b14188ec6cdf31462907.tar.xz
mfd: sec: Remove unused cfg_pmic_irq in platform data
The 'cfg_pmic_irq' field of platform data structure is not used and can be safely dropped. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/samsung')
-rw-r--r--include/linux/mfd/samsung/core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/samsung/core.h b/include/linux/mfd/samsung/core.h
index f1631a39acfc..68afc2b97a41 100644
--- a/include/linux/mfd/samsung/core.h
+++ b/include/linux/mfd/samsung/core.h
@@ -85,7 +85,6 @@ struct sec_platform_data {
int num_regulators;
int irq_base;
- int (*cfg_pmic_irq)(void);
bool wakeup;
bool buck_voltage_lock;