7127 remove -Wno-missing-braces from Makefile.uts
@@ -2906,12 +2906,11 @@ &atge_devops /* drv_dev_ops */ }; static struct modlinkage atge_modlinkage = { MODREV_1, /* ml_rev */ - (void *)&atge_modldrv, - NULL + { (void *)&atge_modldrv, NULL } }; /* * DDI Entry points. */