7127 remove -Wno-missing-braces from Makefile.uts
@@ -1673,14 +1673,11 @@ &winlock_ops, /* driver ops */ }; static struct modlinkage modlinkage = { MODREV_1, - (void *)&modldrv, - 0, - 0, - 0 + { (void *)&modldrv, NULL } }; int _init(void) {