7127 remove -Wno-missing-braces from Makefile.uts
@@ -285,11 +285,11 @@ "IB nexus", /* Driver name and version */ &ibnex_ops, /* driver ops */ }; static struct modlinkage modlinkage = { - MODREV_1, (void *)&modldrv, NULL + MODREV_1, { (void *)&modldrv, NULL } }; /* * Global per-instance IB Nexus data. * There is only one instance of IB Nexus supported.