Print this page
fixup .text where possible
7127  remove -Wno-missing-braces from Makefile.uts

*** 148,159 **** }; /* Module Linkage */ static struct modlinkage tavor_modlinkage = { MODREV_1, ! &tavor_modldrv, ! NULL }; /* * This extern refers to the ibc_operations_t function vector that is defined * in the tavor_ci.c file. --- 148,159 ---- }; /* Module Linkage */ static struct modlinkage tavor_modlinkage = { MODREV_1, ! { &tavor_modldrv, ! NULL } }; /* * This extern refers to the ibc_operations_t function vector that is defined * in the tavor_ci.c file.