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

@@ -403,12 +403,11 @@
 };
 
 /* modlinkage structure */
 static struct modlinkage modlinkage = {
         MODREV_1,
-        &modldrv,
-        NULL
+        { &modldrv, NULL }
 };
 
 static void     *usbsacm_statep;        /* soft state */
 
 /*