From f777f733e6a767fb59c1c1962ab86eada9be06bc Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 3 Aug 2023 10:42:05 +0000 Subject: [PATCH] ANDROID: GKI: add qcom_ice.ko to db845c build In commit c7eed31e235c ("mmc: sdhci-msm: Switch to the new ICE API"), the qcom_ice.ko kernel module is needed for the sdhci-msm driver to work properly. So add that module to the list of db845c kernel modules that are needed to be copied to run properly. Fixes: c7eed31e235c ("mmc: sdhci-msm: Switch to the new ICE API") Change-Id: I0d1265daf74c8c2dde9ba0eecef9a84779dd49b4 Signed-off-by: Greg Kroah-Hartman --- BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.bazel b/BUILD.bazel index 89f540342271..d1d581c176f8 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -185,6 +185,7 @@ _DB845C_MODULE_OUTS = [ "drivers/soc/qcom/mdt_loader.ko", "drivers/soc/qcom/pdr_interface.ko", "drivers/soc/qcom/qcom_aoss.ko", + "drivers/soc/qcom/qcom_ice.ko", "drivers/soc/qcom/qcom_rpmh.ko", "drivers/soc/qcom/qmi_helpers.ko", "drivers/soc/qcom/rmtfs_mem.ko",