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

@@ -500,11 +500,11 @@
         "SCSA to USB Driver",   /* Name of the module. */
         &scsa2usb_ops,                  /* driver ops */
 };
 
 static struct modlinkage modlinkage = {
-        MODREV_1, (void *)&modldrv, NULL
+        MODREV_1, { (void *)&modldrv, NULL }
 };
 
 /* event support */
 static usb_event_t scsa2usb_events = {
         scsa2usb_disconnect_event_cb,