7127 remove -Wno-missing-braces from Makefile.uts
@@ -253,12 +253,11 @@ &rwd_dev_ops /* driver specific ops */ }; static struct modlinkage modlinkage = { MODREV_1, - (void *)&rwd_modldrv, - NULL + { (void *)&rwd_modldrv, NULL } }; static int rt2661_m_stat(void *, uint_t, uint64_t *); static int rt2661_m_start(void *); static void rt2661_m_stop(void *);