Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 461,471 ****
&ibd_dev_ops /* driver specific ops */
};
/* Module Linkage */
static struct modlinkage ibd_modlinkage = {
! MODREV_1, (void *)&ibd_modldrv, NULL
};
/*
* Module (static) info passed to IBTL during ibt_attach
*/
--- 461,471 ----
&ibd_dev_ops /* driver specific ops */
};
/* Module Linkage */
static struct modlinkage ibd_modlinkage = {
! MODREV_1, { (void *)&ibd_modldrv, NULL }
};
/*
* Module (static) info passed to IBTL during ibt_attach
*/