Skip to content

Commit 1045056

Browse files
jhovoldlag-linaro
authored andcommitted
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: Johan Hovold <johan+linaro@kernel.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Acked-by: Caleb Connolly <caleb.connolly@linaro.org> Link: https://lore.kernel.org/r/20231003152927.15000-4-johan+linaro@kernel.org Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 7b439aa commit 1045056

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mfd/qcom-spmi-pmic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ const struct qcom_spmi_pmic *qcom_pmic_get(struct device *dev)
241241

242242
return &spmi->pmic;
243243
}
244-
EXPORT_SYMBOL(qcom_pmic_get);
244+
EXPORT_SYMBOL_GPL(qcom_pmic_get);
245245

246246
static const struct regmap_config spmi_regmap_config = {
247247
.reg_bits = 16,

0 commit comments

Comments
 (0)