Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 101,111 ****
&mod_miscops, /* module type */
"Serial Bus Protocol 2 module" /* module name */
};
static struct modlinkage sbp2_modlinkage = {
! MODREV_1, (void *)&sbp2_modlmisc, NULL
};
/* tunables */
int sbp2_submit_reset_nretries = 3;
clock_t sbp2_submit_reset_delay = 10; /* microsec */
--- 101,111 ----
&mod_miscops, /* module type */
"Serial Bus Protocol 2 module" /* module name */
};
static struct modlinkage sbp2_modlinkage = {
! MODREV_1, { (void *)&sbp2_modlmisc, NULL }
};
/* tunables */
int sbp2_submit_reset_nretries = 3;
clock_t sbp2_submit_reset_delay = 10; /* microsec */