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

*** 2697,2707 **** nge_ident, /* short description */ &nge_dev_ops /* driver specific ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, (void *)&nge_modldrv, NULL }; int _info(struct modinfo *modinfop) --- 2697,2707 ---- nge_ident, /* short description */ &nge_dev_ops /* driver specific ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *)&nge_modldrv, NULL } }; int _info(struct modinfo *modinfop)