7127 remove -Wno-missing-braces from Makefile.uts
@@ -87,12 +87,11 @@ &ioat_dev_ops, /* driver ops */ }; static struct modlinkage ioat_modlinkage = { MODREV_1, - (void *) &ioat_modldrv, - NULL + { (void *) &ioat_modldrv, NULL } }; void *ioat_statep;