summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/sec-core.c
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-05-26 08:47:09 -0400
committerLee Jones <lee.jones@linaro.org>2021-06-02 10:51:18 +0100
commitc1d3ab31e7356cb54de35991ac70176379d4caed (patch)
treea02db143b7a28ae6385f9669c3ad9a76a068e78a /drivers/mfd/sec-core.c
parent294fb2ce2de246e126f9f3a4568bfd8e568a2b5b (diff)
downloadlinux-c1d3ab31e7356cb54de35991ac70176379d4caed.tar.gz
linux-c1d3ab31e7356cb54de35991ac70176379d4caed.tar.bz2
linux-c1d3ab31e7356cb54de35991ac70176379d4caed.zip
mfd: sec: Remove unused irq_base in platform data
The 'irq_base' field of platform data structure is not assigned, therefore its default value of 0 has no impact 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 'drivers/mfd/sec-core.c')
-rw-r--r--drivers/mfd/sec-core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/sec-core.c b/drivers/mfd/sec-core.c
index 4c4db3171ce6..a9d4fbc51997 100644
--- a/drivers/mfd/sec-core.c
+++ b/drivers/mfd/sec-core.c
@@ -337,7 +337,6 @@ static int sec_pmic_probe(struct i2c_client *i2c,
}
sec_pmic->device_type = (unsigned long)of_device_get_match_data(sec_pmic->dev);
- sec_pmic->irq_base = pdata->irq_base;
sec_pmic->wakeup = pdata->wakeup;
sec_pmic->pdata = pdata;