7127 remove -Wno-missing-braces from Makefile.uts
@@ -42,12 +42,11 @@ &mod_miscops, "mwl firmware wrapper module 1.1" }; static struct modlinkage modlinkage = { MODREV_1, - &modlmisc, - 0 + { &modlmisc, NULL } }; int _init(void) {