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

@@ -296,12 +296,11 @@
         &vhci_ops
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        &modldrv,
-        NULL
+        { &modldrv, NULL }
 };
 
 static mdi_vhci_ops_t vhci_opinfo = {
         MDI_VHCI_OPS_REV,
         vhci_pathinfo_init,             /* Pathinfo node init callback */