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 <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Acked-by: Caleb Connolly <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent 7b439aa commit 1045056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)