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

@@ -193,12 +193,11 @@
         &npe_ops,                               /* driver ops */
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        (void *)&modldrv,
-        NULL
+        { (void *)&modldrv, NULL }
 };
 
 /* Save minimal state. */
 void *npe_statep;