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

@@ -178,11 +178,11 @@
         "USB Interface Association Driver", /* Name of the module. */
         &usb_ia_ops,    /* driver ops */
 };
 
 static struct modlinkage modlinkage = {
-        MODREV_1, (void *)&modldrv, NULL
+        MODREV_1, { (void *)&modldrv, NULL }
 };
 
 #define USB_IA_INITIAL_SOFT_SPACE 4
 static  void    *usb_ia_statep;