Commit 10450565 authored by Johan Hovold's avatar Johan Hovold Committed by Lee Jones

mfd: qcom-spmi-pmic: Switch to EXPORT_SYMBOL_GPL()

Switch to using EXPORT_SYMBOL_GPL() for the revid helper as there is no
reason not to use it.
Signed-off-by: default avatarJohan Hovold <johan+linaro@kernel.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Acked-by: default avatarCaleb Connolly <caleb.connolly@linaro.org>
Link: https://lore.kernel.org/r/20231003152927.15000-4-johan+linaro@kernel.orgSigned-off-by: default avatarLee Jones <lee@kernel.org>
parent 7b439aaa
......@@ -241,7 +241,7 @@ const struct qcom_spmi_pmic *qcom_pmic_get(struct device *dev)
return &spmi->pmic;
}
EXPORT_SYMBOL(qcom_pmic_get);
EXPORT_SYMBOL_GPL(qcom_pmic_get);
static const struct regmap_config spmi_regmap_config = {
.reg_bits = 16,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment