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

*** 296,307 **** &vhci_ops }; static struct modlinkage modlinkage = { MODREV_1, ! &modldrv, ! NULL }; static mdi_vhci_ops_t vhci_opinfo = { MDI_VHCI_OPS_REV, vhci_pathinfo_init, /* Pathinfo node init callback */ --- 296,306 ---- &vhci_ops }; static struct modlinkage modlinkage = { MODREV_1, ! { &modldrv, NULL } }; static mdi_vhci_ops_t vhci_opinfo = { MDI_VHCI_OPS_REV, vhci_pathinfo_init, /* Pathinfo node init callback */