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

@@ -216,12 +216,11 @@
 /*
  * Module linkage structure
  */
 static struct modlinkage modlinkage = {
         MODREV_1,       /* ml_rev */
-        &modldrv,       /* ml_linkage */
-        NULL            /* NULL terminates the list */
+        { &modldrv, NULL }      /* ml_linkage */
 };
 
 /*
  * Debug printing
  */