7127 remove -Wno-missing-braces from Makefile.uts
@@ -353,11 +353,11 @@ "ATA AT-bus attachment disk controller Driver", /* module name */ &ata_ops, /* driver ops */ }; static struct modlinkage modlinkage = { - MODREV_1, (void *)&modldrv, NULL + MODREV_1, { (void *)&modldrv, NULL } }; #ifdef ATA_DEBUG int ata_debug_init = FALSE; int ata_debug_attach = FALSE;