7127 remove -Wno-missing-braces from Makefile.uts
@@ -177,12 +177,11 @@ &uath_dev_ops /* driver specific ops */ }; static struct modlinkage modlinkage = { MODREV_1, - (void *)&uath_modldrv, - NULL + { (void *)&uath_modldrv, NULL } }; static int uath_m_stat(void *, uint_t, uint64_t *); static int uath_m_start(void *); static void uath_m_stop(void *);