7127 remove -Wno-missing-braces from Makefile.uts
@@ -67,11 +67,11 @@ "Marvell 88W8363 WiFi driver v1.1", /* short description */ &mwl_dev_ops /* driver specific ops */ }; static struct modlinkage modlinkage = { - MODREV_1, (void *)&mwl_modldrv, NULL + MODREV_1, { (void *)&mwl_modldrv, NULL } }; static void *mwl_soft_state_p = NULL; static int mwl_m_stat(void *, uint_t, uint64_t *);