ANDROID: disable INFINIBAND_QIB from allmodconfig build

Clang can't seem to build this driver in the 5.15-rc1 release, so
disable it until either the kernel code is changed, or the compiler is
fixed up.

Full discussion upstream can be found at:
	https://lore.kernel.org/r/202109112002.NZceUwiC-lkp@intel.com

and at:
	https://github.com/ClangBuiltLinux/linux/issues/1452

Fixes: 6880fa6c5660 ("Linux 5.15-rc1")
Cc: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I5d55f40ce5b783d1212e6c649eb6c7799c6be100
diff --git a/build.config.allmodconfig b/build.config.allmodconfig
index 580dfa1..dc0a1c7 100644
--- a/build.config.allmodconfig
+++ b/build.config.allmodconfig
@@ -8,6 +8,7 @@
          -d TEST_KMOD  \
          -e UNWINDER_FRAME_POINTER \
          -d BLK_DEV_NBD \
+	 -d INFINIBAND_QIB \
 
     (cd ${OUT_DIR} && \
      make O=${OUT_DIR} $archsubarch CROSS_COMPILE=${CROSS_COMPILE} ${TOOL_ARGS} ${MAKE_ARGS} olddefconfig)