Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 186,196 ****
ixgbe_ident, /* Discription string */
&ixgbe_dev_ops /* driver ops */
};
static struct modlinkage ixgbe_modlinkage = {
! MODREV_1, &ixgbe_modldrv, NULL
};
/*
* Access attributes for register mapping
*/
--- 186,196 ----
ixgbe_ident, /* Discription string */
&ixgbe_dev_ops /* driver ops */
};
static struct modlinkage ixgbe_modlinkage = {
! MODREV_1, { &ixgbe_modldrv, NULL }
};
/*
* Access attributes for register mapping
*/