ANDROID: GKI: fix db845c build problem with 5.15.170

In commit 3ef52e4bcf ("net: qrtr: combine nameservice into main
module"), the net/qrtr/ns.ko module was merged into the net/qrtr/qrtr.ko
module, so remove it from the list of modules that the db845c build was
looking for.

Fixes: 3ef52e4bcf ("net: qrtr: combine nameservice into main module")
Change-Id: I3f43605f39657f50e671b94441dfb629c470175d
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2023-06-20 10:02:19 +00:00
parent 78aa83e9a6
commit 1c214694c6

View File

@@ -210,7 +210,6 @@ define_db845c(
# TODO(b/233404531): Remove zsmalloc.ko when db845c is a mixed build
"mm/zsmalloc.ko",
"net/mac80211/mac80211.ko",
"net/qrtr/ns.ko",
"net/qrtr/qrtr.ko",
"net/qrtr/qrtr-mhi.ko",
"net/qrtr/qrtr-smd.ko",