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

@@ -176,12 +176,11 @@
         &tnf_ops,
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        (void *)&modldrv,
-        NULL
+        { (void *)&modldrv, NULL }
 };
 
 int
 _init()
 {