ANDROID: fix up location of qcom-scm.ko module
In commitbdac188ec3("firmware: qcom: move Qualcomm code into its own directory"), the qcom modules are moved to a subdirectory, which breaks the db845c build as the qcom-scm.ko module is no longer found. Rename the file to the proper location in order to resolve this. Fixes:bdac188ec3("firmware: qcom: move Qualcomm code into its own directory") Change-Id: Ib00607e9d9fbb09816dc287b45140df8ba0e963f Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
+1
-1
@@ -233,7 +233,7 @@ _DB845C_MODULE_OUTS = [
|
||||
"drivers/dma/qcom/bam_dma.ko",
|
||||
"drivers/dma/qcom/gpi.ko",
|
||||
"drivers/extcon/extcon-usb-gpio.ko",
|
||||
"drivers/firmware/qcom-scm.ko",
|
||||
"drivers/firmware/qcom/qcom-scm.ko",
|
||||
"drivers/gpio/gpio-wcd934x.ko",
|
||||
"drivers/gpu/drm/bridge/display-connector.ko",
|
||||
"drivers/gpu/drm/bridge/lontium-lt9611.ko",
|
||||
|
||||
Reference in New Issue
Block a user