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

*** 317,328 **** &nv_dev_ops, /* driver ops */ }; static struct modlinkage modlinkage = { MODREV_1, ! &modldrv, ! NULL }; /* * Maximum number of consecutive interrupts processed in the loop in the * single invocation of the port interrupt routine. --- 317,327 ---- &nv_dev_ops, /* driver ops */ }; static struct modlinkage modlinkage = { MODREV_1, ! { &modldrv, NULL } }; /* * Maximum number of consecutive interrupts processed in the loop in the * single invocation of the port interrupt routine.