7127 remove -Wno-missing-braces from Makefile.uts
@@ -92,11 +92,11 @@ SIMNETINFO, /* short description */ &simnet_dev_ops /* driver specific ops */ }; static struct modlinkage modlinkage = { - MODREV_1, &simnet_modldrv, NULL + MODREV_1, { &simnet_modldrv, NULL } }; /* MAC callback function declarations */ static int simnet_m_start(void *); static void simnet_m_stop(void *);