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

@@ -112,12 +112,11 @@
         &fcsm_ops
 };
 
 struct modlinkage modlinkage = {
         MODREV_1,
-        &modldrv,
-        NULL
+        { &modldrv, NULL }
 };
 
 static fc_ulp_modinfo_t fcsm_modinfo = {
         &fcsm_modinfo,          /* ulp_handle */
         FCTL_ULP_MODREV_4,      /* ulp_rev */