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

@@ -1658,12 +1658,11 @@
         &modsw
 };
 
 static struct modlinkage modlink = {
         MODREV_1,
-        (void *)&modlstr,
-        NULL
+        { (void *)&modlstr, NULL }
 };
 
 static struct module_info modinfo = {
         0x0ffff,                /* module id number */
         "usbwcm",               /* module name */