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

@@ -2697,11 +2697,11 @@
         nge_ident,              /* short description */
         &nge_dev_ops            /* driver specific ops */
 };
 
 static struct modlinkage modlinkage = {
-        MODREV_1, (void *)&nge_modldrv, NULL
+        MODREV_1, { (void *)&nge_modldrv, NULL }
 };
 
 
 int
 _info(struct modinfo *modinfop)