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

@@ -1377,12 +1377,11 @@
         &atu_dev_ops
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        (void *)&atu_modldrv,
-        NULL
+        { (void *)&atu_modldrv, NULL }
 };
 
 int
 _info(struct modinfo *modinfop)
 {