ANDROID: ABI: Update db845c symbol list on ufshcd
3 function symbol(s) added
'int ufshcd_system_freeze(struct device *)'
'int ufshcd_system_restore(struct device *)'
'int ufshcd_system_thaw(struct device *)'
via the following commands:
$ KMI_SYMBOL_LIST_ADD_ONLY=1 BUILD_CONFIG=common/build.config.db845c build/build_abi.sh -s
$ BUILD_CONFIG=common/build.config.gki.aarch64 build/build_abi.sh -u
Otherwise, following error will be reported:
[ 6.677913][ T1] init: Loading module /lib/modules/ufs_qcom.ko with args ''
[ 6.685700][ T1] ufs_qcom: Unknown symbol ufshcd_system_freeze (err -2)
[ 6.692658][ T1] ufs_qcom: Unknown symbol ufshcd_system_thaw (err -2)
[ 6.699448][ T1] ufs_qcom: Unknown symbol ufshcd_system_restore (err -2)
[ 6.740707][ T1] init: Failed to insmod '/lib/modules/ufs_qcom.ko' with args '': No such file or directory
Fixes: 6ca9fd3a ("BACKPORT: FROMGIT: scsi: ufs: core: Add hibernation callbacks")
Change-Id: I44c314cb968b26aeb735da9a7f41cad568e4c802
Signed-off-by:
Yongqin Liu <yongqin.liu@linaro.org>
Loading
Please sign in to comment