7127 remove -Wno-missing-braces from Makefile.uts
@@ -52,11 +52,11 @@ &mod_miscops, /* Type of module */ "SCSI Bus Utility Routines" }; static struct modlinkage modlinkage = { - MODREV_1, (void *)&modlmisc, NULL + MODREV_1, { (void *)&modlmisc, NULL } }; /* * Contexts from which we call scsi_test */