diff options
Diffstat (limited to 'include/soc/qcom/ice.h')
-rw-r--r-- | include/soc/qcom/ice.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/soc/qcom/ice.h b/include/soc/qcom/ice.h index 5870a94599a2..fdf1b5c21eb9 100644 --- a/include/soc/qcom/ice.h +++ b/include/soc/qcom/ice.h @@ -33,5 +33,6 @@ int qcom_ice_program_key(struct qcom_ice *ice, const u8 crypto_key[], u8 data_unit_size, int slot); int qcom_ice_evict_key(struct qcom_ice *ice, int slot); -struct qcom_ice *of_qcom_ice_get(struct device *dev); +struct qcom_ice *devm_of_qcom_ice_get(struct device *dev); + #endif /* __QCOM_ICE_H__ */ |