7127 remove -Wno-missing-braces from Makefile.uts
@@ -62,11 +62,11 @@ &mod_miscops, /* Type of module */ "Generic Direct Attached Device Utilities" }; static struct modlinkage modlinkage = { - MODREV_1, (void *)&modlmisc, NULL + MODREV_1, { (void *)&modlmisc, NULL } }; int _init(void) {