Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 179,189 ****
ident, /* Discription string */
&igb_dev_ops, /* driver ops */
};
static struct modlinkage igb_modlinkage = {
! MODREV_1, &igb_modldrv, NULL
};
/* Access attributes for register mapping */
ddi_device_acc_attr_t igb_regs_acc_attr = {
DDI_DEVICE_ATTR_V1,
--- 179,189 ----
ident, /* Discription string */
&igb_dev_ops, /* driver ops */
};
static struct modlinkage igb_modlinkage = {
! MODREV_1, { &igb_modldrv, NULL }
};
/* Access attributes for register mapping */
ddi_device_acc_attr_t igb_regs_acc_attr = {
DDI_DEVICE_ATTR_V1,