7127 remove -Wno-missing-braces from Makefile.uts
@@ -233,11 +233,11 @@ "USB keyspan usb2serial driver", &usbser_keyspan_ops, }; static struct modlinkage modlinkage = { - MODREV_1, &modldrv, 0 + MODREV_1, { &modldrv, NULL } }; /* debug support */ static uint_t keyspan_pre_errlevel = USB_LOG_L4; static uint_t keyspan_pre_errmask = DPRINT_MASK_ALL;