summaryrefslogtreecommitdiff
path: root/include/linux/mfd/samsung
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-05-26 15:47:08 +0300
committerLee Jones <lee.jones@linaro.org>2021-06-02 12:51:18 +0300
commit294fb2ce2de246e126f9f3a4568bfd8e568a2b5b (patch)
treea117935994dea36ffed8164ba3457de63634bf5c /include/linux/mfd/samsung
parent12e1a41952c08fda89f6b14188ec6cdf31462907 (diff)
downloadlinux-294fb2ce2de246e126f9f3a4568bfd8e568a2b5b.tar.xz
mfd: sec: Remove unused device_type in platform data
The 'device_type' 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 68afc2b97a41..bfde1b7c6303 100644
--- a/include/linux/mfd/samsung/core.h
+++ b/include/linux/mfd/samsung/core.h
@@ -81,7 +81,6 @@ int sec_irq_resume(struct sec_pmic_dev *sec_pmic);
struct sec_platform_data {
struct sec_regulator_data *regulators;
struct sec_opmode_data *opmode;
- int device_type;
int num_regulators;
int irq_base;