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

*** 1658,1669 **** &modsw }; static struct modlinkage modlink = { MODREV_1, ! (void *)&modlstr, ! NULL }; static struct module_info modinfo = { 0x0ffff, /* module id number */ "usbwcm", /* module name */ --- 1658,1668 ---- &modsw }; static struct modlinkage modlink = { MODREV_1, ! { (void *)&modlstr, NULL } }; static struct module_info modinfo = { 0x0ffff, /* module id number */ "usbwcm", /* module name */