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

*** 43,53 **** &mod_miscops, /* Type of module */ "USBA10: USB V0.8 Drvr Supp" }; static struct modlinkage modlinkage = { ! MODREV_1, (void *)&modlmisc, NULL }; int _init(void) --- 43,53 ---- &mod_miscops, /* Type of module */ "USBA10: USB V0.8 Drvr Supp" }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *)&modlmisc, NULL } }; int _init(void)