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

@@ -286,12 +286,11 @@
         &usbvc_ops
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        &usbvc_modldrv,
-        NULL
+        { &usbvc_modldrv, NULL }
 };
 
 /* Soft state structures */
 #define USBVC_INITIAL_SOFT_SPACE        1
 static void *usbvc_statep;