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

*** 87,98 **** &ioat_dev_ops, /* driver ops */ }; static struct modlinkage ioat_modlinkage = { MODREV_1, ! (void *) &ioat_modldrv, ! NULL }; void *ioat_statep; --- 87,97 ---- &ioat_dev_ops, /* driver ops */ }; static struct modlinkage ioat_modlinkage = { MODREV_1, ! { (void *) &ioat_modldrv, NULL } }; void *ioat_statep;