7127 remove -Wno-missing-braces from Makefile.uts
@@ -56,11 +56,11 @@ &mod_strmodops, "dr compatibility for DLPI style 2 drivers", &fsw }; static struct modlinkage modlinkage = { - MODREV_1, &modlstrmod, NULL + MODREV_1, { &modlstrmod, NULL } }; int _init(void)