v3d: Fix initializer-overrides warning.
../src/gallium/drivers/v3d/v3d_screen.c:733:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] .lower_mul_high = true, ^~~~ /usr/lib/llvm-14/lib/clang/14.0.0/include/stdbool.h:16:14: note: expanded from macro 'true' ^ ../src/gallium/drivers/v3d/v3d_screen.c:726:27: note: previous initialization is here .lower_mul_high = true, ^~~~ /usr/lib/llvm-14/lib/clang/14.0.0/include/stdbool.h:16:14: note: expanded from macro 'true' ^
Fixes: 73e8fc3e ("broadcom/compiler: don't use imprecise_32bit_lowering for idiv lowering") Signed-off-by: Vinson Lee vlee@freedesktop.org