From 6de0a2769efa2dfd34242c077b28de70cdd1a27a Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 29 Jun 2022 20:07:31 +0200 Subject: [PATCH] ANDROID: add drivers/leds/rgb/leds-qcom-lpg.ko to db845c module list Add the drivers/leds/rgb/leds-qcom-lpg.ko driver to the list of modules that the db845c build needs as it is now upstream and actually builds. Fixes: 24e2d05d1b68 ("leds: Add driver for Qualcomm LPG") Signed-off-by: Greg Kroah-Hartman Change-Id: I5bb6ffe688c5c9fe85313d1d7302d248789508ab --- BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.bazel b/BUILD.bazel index 52d361f3e9ca..9c773b0c7a7e 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -98,6 +98,7 @@ define_db845c( "drivers/interconnect/qcom/qnoc-sm8450.ko", "drivers/iommu/arm/arm-smmu/arm_smmu.ko", "drivers/irqchip/qcom-pdc.ko", + "drivers/leds/rgb/leds-qcom-lpg.ko", "drivers/mailbox/qcom-apcs-ipc-mailbox.ko", "drivers/mailbox/qcom-ipcc.ko", "drivers/media/platform/qcom/venus/venus-core.ko",