7127 remove -Wno-missing-braces from Makefile.uts
@@ -248,12 +248,11 @@ &ural_dev_ops /* driver specific ops */ }; static struct modlinkage modlinkage = { MODREV_1, - (void *)&ural_modldrv, - NULL + { (void *)&ural_modldrv, NULL } }; static int ural_m_stat(void *, uint_t, uint64_t *); static int ural_m_start(void *); static void ural_m_stop(void *);