7127 remove -Wno-missing-braces from Makefile.uts
@@ -304,15 +304,16 @@ { msg_fnd_any_rdr, &msg_fnd_rdr[0] }, }; static struct modlinkage modlinkage = { MODREV_1, - &modlsys, + { &modlsys, #ifdef _SYSCALL32_IMPL &modlsys32, #endif NULL + } }; #define MSG_SMALL_INIT (size_t)-1 int _init(void)