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

*** 167,178 **** &ippctl_dev_ops, }; static struct modlinkage modlinkage = { MODREV_1, ! &modldrv, ! NULL }; /* * Local definitions, types and prototypes. */ --- 167,177 ---- &ippctl_dev_ops, }; static struct modlinkage modlinkage = { MODREV_1, ! { &modldrv, NULL } }; /* * Local definitions, types and prototypes. */