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

@@ -177,12 +177,11 @@
 };
 
 /* Module Linkage */
 static struct modlinkage hermon_modlinkage = {
         MODREV_1,
-        &hermon_modldrv,
-        NULL
+        { &hermon_modldrv, NULL }
 };
 
 /*
  * This extern refers to the ibc_operations_t function vector that is defined
  * in the hermon_ci.c file.