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

@@ -138,12 +138,11 @@
 /*
  * Module linkage information for the kernel.
  */
 static struct modlinkage modlinkage = {
         MODREV_1,
-        &modlstrmod,
-        NULL
+        { &modlstrmod, NULL }
 };
 
 static int module_open = 0;     /* allow only one open of this module */
 
 int