Revert "ANDROID: disable INFINIBAND_QIB from allmodconfig build"

This reverts commit 936699ade8.

This configuration was disabled due to a build error that was resolved
by 3110b942d3 ("IB/qib: Fix clang confusion of NULL pointer
comparison") in 5.15-rc4.

Test: build.config.allmodconfig.{aarch64,arm,x86_64}
Change-Id: I5768140680dcf53d6369b811eafd2582252714d9
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
This commit is contained in:
Nathan Chancellor
2021-12-02 11:46:54 -07:00
parent f21a566a41
commit ba11a2e32c

View File

@@ -5,7 +5,6 @@ function update_config() {
${KERNEL_DIR}/scripts/config --file ${OUT_DIR}/.config \
-d TEST_KMOD \
-e UNWINDER_FRAME_POINTER \
-d INFINIBAND_QIB \
(cd ${OUT_DIR} && \
make O=${OUT_DIR} $archsubarch CROSS_COMPILE=${CROSS_COMPILE} ${TOOL_ARGS} ${MAKE_ARGS} olddefconfig)