Print this page
fixup .text where possible
7127  remove -Wno-missing-braces from Makefile.uts

@@ -301,12 +301,12 @@
         &devops,
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,               /* ml_rev */
-        &modldrv,               /* ml_linkage */
-        NULL
+        {   &modldrv,           /* ml_linkage */
+            NULL }
 };
 
 /*
  * DDI entry points.
  */