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

*** 102,113 **** &fct_ops }; static struct modlinkage modlinkage = { MODREV_1, ! &modldrv, ! NULL }; static uint32_t rportid_table_size = FCT_HASH_TABLE_SIZE; static int max_cached_ncmds = FCT_MAX_CACHED_CMDS; static fct_i_local_port_t *fct_iport_list = NULL; --- 102,112 ---- &fct_ops }; static struct modlinkage modlinkage = { MODREV_1, ! { &modldrv, NULL } }; static uint32_t rportid_table_size = FCT_HASH_TABLE_SIZE; static int max_cached_ncmds = FCT_MAX_CACHED_CMDS; static fct_i_local_port_t *fct_iport_list = NULL;