7127 remove -Wno-missing-braces from Makefile.uts
@@ -93,11 +93,11 @@ "USB UHCI Controller Driver", /* Name of the module. */ &uhci_ops, /* Driver ops */ }; static struct modlinkage modlinkage = { - MODREV_1, (void *)&modldrv, NULL + MODREV_1, { (void *)&modldrv, NULL } }; /* * Globals */