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

@@ -317,12 +317,11 @@
         &nv_dev_ops,    /* driver ops */
 };
 
 static  struct modlinkage modlinkage = {
         MODREV_1,
-        &modldrv,
-        NULL
+        { &modldrv, NULL }
 };
 
 /*
  * Maximum number of consecutive interrupts processed in the loop in the
  * single invocation of the port interrupt routine.