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

@@ -180,12 +180,11 @@
         &usbprn_ops
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        &usbprnmodldrv,
-        NULL,
+        { &usbprnmodldrv, NULL }
 };
 
 /* local variables */
 
 /* soft state structures */