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

@@ -179,12 +179,11 @@
 };
 
 /* Module linkage structure */
 static struct modlinkage usb_as_modlinkage = {
         MODREV_1,                       /* ml_rev */
-        (void *)&usb_as_modldrv,        /* ml_linkage */
-        NULL                            /* NULL terminates the list */
+        { (void *)&usb_as_modldrv, NULL }       /* ml_linkage */
 };
 
 
 static usb_event_t usb_as_events = {
         usb_as_disconnect_event_cb,