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

*** 110,121 **** &appm_ops, }; static struct modlinkage modlinkage = { MODREV_1, ! &modldrv, ! NULL }; /* * Driver state structure */ --- 110,120 ---- &appm_ops, }; static struct modlinkage modlinkage = { MODREV_1, ! { &modldrv, NULL } }; /* * Driver state structure */