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

@@ -209,12 +209,11 @@
 };
 
 static struct modlinkage modlinkage = {
 
         MODREV_1,       /* revision of the module, must be: MODREV_1    */
-        &modldrv,       /* ptr to linkage structures                    */
-        NULL,
+        { &modldrv, NULL }      /* ptr to linkage structures            */
 };
 
 
 /*
  * _init