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

@@ -148,12 +148,12 @@
 };
 
 /* Module Linkage */
 static struct modlinkage tavor_modlinkage = {
         MODREV_1,
-        &tavor_modldrv,
-        NULL
+        {   &tavor_modldrv,
+            NULL }
 };
 
 /*
  * This extern refers to the ibc_operations_t function vector that is defined
  * in the tavor_ci.c file.