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

@@ -108,12 +108,12 @@
         &devops,
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,               /* ml_rev */
-        &modldrv,               /* ml_linkage */
-        NULL
+        {   &modldrv,           /* ml_linkage */
+            NULL }
 };
 
 static dev_info_t       *cryptoadm_dip = NULL;
 
 /*