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

@@ -156,12 +156,11 @@
         &ppm_ops
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        &modldrv,
-        NULL
+        { &modldrv, NULL }
 };
 
 /*
  * Global data structure and variables
  */