7127 remove -Wno-missing-braces from Makefile.uts
@@ -164,11 +164,11 @@ &mod_miscops, /* type of module */ FCTL_NAME_VERSION /* Module name */ }; static struct modlinkage modlinkage = { - MODREV_1, (void *)&modlmisc, NULL + MODREV_1, { (void *)&modlmisc, NULL } }; static struct bus_ops fctl_fca_busops = { BUSO_REV, nullbusmap, /* bus_map */