Print this page
7127  remove -Wno-missing-braces from Makefile.uts

*** 2835,2846 **** &i40e_dev_ops }; static struct modlinkage i40e_modlinkage = { MODREV_1, ! &i40e_modldrv, ! NULL }; /* * Module Initialization Functions. */ --- 2835,2845 ---- &i40e_dev_ops }; static struct modlinkage i40e_modlinkage = { MODREV_1, ! { &i40e_modldrv, NULL } }; /* * Module Initialization Functions. */