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

*** 105,116 **** &fp_ops /* driver ops */ }; static struct modlinkage modlinkage = { MODREV_1, /* Rev of the loadable modules system */ ! &modldrv, /* NULL terminated list of */ ! NULL /* Linkage structures */ }; static uint16_t ns_reg_cmds[] = { --- 105,115 ---- &fp_ops /* driver ops */ }; static struct modlinkage modlinkage = { MODREV_1, /* Rev of the loadable modules system */ ! { &modldrv, NULL } /* NULL terminated list of */ }; static uint16_t ns_reg_cmds[] = {