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

*** 3555,3566 **** &yge_devops /* drv_dev_ops */ }; static struct modlinkage yge_modlinkage = { MODREV_1, /* ml_rev */ ! &yge_modldrv, /* ml_linkage */ ! NULL }; /* * DDI entry points. */ --- 3555,3565 ---- &yge_devops /* drv_dev_ops */ }; static struct modlinkage yge_modlinkage = { MODREV_1, /* ml_rev */ ! { &yge_modldrv, NULL } /* ml_linkage */ }; /* * DDI entry points. */