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

*** 150,160 **** &mod_miscops, /* Type of module. This one is a module */ "Bus Resource Allocator (BUSRA)", /* Name of the module. */ }; static struct modlinkage modlinkage = { ! MODREV_1, (void *)&modlmisc, NULL }; int _init() { --- 150,160 ---- &mod_miscops, /* Type of module. This one is a module */ "Bus Resource Allocator (BUSRA)", /* Name of the module. */ }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *)&modlmisc, NULL } }; int _init() {