Print this page
7127  remove -Wno-missing-braces from Makefile.uts

*** 177,188 **** &uath_dev_ops /* driver specific ops */ }; static struct modlinkage modlinkage = { MODREV_1, ! (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 *); --- 177,187 ---- &uath_dev_ops /* driver specific ops */ }; static struct modlinkage modlinkage = { MODREV_1, ! { (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 *);