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

@@ -177,12 +177,11 @@
         &usbskel_ops
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        &usbskel_modldrv,
-        NULL
+        { &usbskel_modldrv, NULL }
 };
 
 /* local variables */
 
 /* Soft state structures */