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

@@ -85,11 +85,11 @@
         "USB Hub Driver", /* Name of the module. */
         &hubd_ops,      /* driver ops */
 };
 
 static struct modlinkage modlinkage = {
-        MODREV_1, (void *)&modldrv, NULL
+        MODREV_1, { (void *)&modldrv, NULL }
 };
 
 
 extern void *hubd_statep;