7127 remove -Wno-missing-braces from Makefile.uts
@@ -61,11 +61,11 @@ "PCMCIA Socket Driver", /* Name of the module. */ &pcs_devops, /* driver ops */ }; static struct modlinkage modlinkage = { - MODREV_1, (void *)&modldrv, NULL + MODREV_1, { (void *)&modldrv, NULL } }; struct pcs_inst { dev_info_t *dip; } *pcs_instances;