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

@@ -222,11 +222,11 @@
         ident,                  /* Discription string */
         &ws_ops,                /* driver ops */
 };
 
 static struct modlinkage modlinkage = {
-        MODREV_1, &modldrv, NULL
+        MODREV_1, { &modldrv, NULL }
 };
 
 /* Access attributes for register mapping */
 static ddi_device_acc_attr_t e1000g_regs_acc_attr = {
         DDI_DEVICE_ATTR_V1,