7127 remove -Wno-missing-braces from Makefile.uts
@@ -179,15 +179,16 @@ #endif /* _SYSCALL32_IMPL */ static struct modlinkage modlinkage = { MODREV_1, - &modlsys, + { &modlsys, #ifdef _SYSCALL32_IMPL &modlsys32, #endif NULL + } }; int _init(void) {