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

*** 4310,4320 **** bge_ident, /* short description */ &bge_dev_ops /* driver specific ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, (void *)&bge_modldrv, NULL }; int _info(struct modinfo *modinfop) --- 4310,4320 ---- bge_ident, /* short description */ &bge_dev_ops /* driver specific ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *)&bge_modldrv, NULL } }; int _info(struct modinfo *modinfop)