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

*** 414,425 **** &sictl_dev_ops, /* driver ops */ }; static struct modlinkage modlinkage = { MODREV_1, ! &modldrv, ! NULL }; /* The following are needed for si_log() */ static kmutex_t si_log_mutex; --- 414,424 ---- &sictl_dev_ops, /* driver ops */ }; static struct modlinkage modlinkage = { MODREV_1, ! { &modldrv, NULL } }; /* The following are needed for si_log() */ static kmutex_t si_log_mutex;