7127 remove -Wno-missing-braces from Makefile.uts
@@ -155,12 +155,11 @@ }; /* Module linkage structure */ static struct modlinkage audioixp_modlinkage = { MODREV_1, /* ml_rev */ - (void *)&audioixp_modldrv, /* ml_linkage */ - NULL /* NULL terminates the list */ + { (void *)&audioixp_modldrv, NULL } /* ml_linkage */ }; /* * device access attributes for register mapping */