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