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

*** 392,403 **** &bscv_dev_ops, }; static struct modlinkage modlinkage = { MODREV_1, ! &modldrv, ! NULL }; #ifdef DEBUG /* Tracing is enabled if value is non-zero. */ static int bscv_trace_flag = 1; --- 392,402 ---- &bscv_dev_ops, }; static struct modlinkage modlinkage = { MODREV_1, ! { &modldrv, NULL } }; #ifdef DEBUG /* Tracing is enabled if value is non-zero. */ static int bscv_trace_flag = 1;