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

*** 315,326 **** &rootnex_ops }; static struct modlinkage rootnex_modlinkage = { MODREV_1, ! (void *)&rootnex_modldrv, ! NULL }; #if defined(__amd64) && !defined(__xpv) static iommulib_nexops_t iommulib_nexops = { IOMMU_NEXOPS_VERSION, --- 315,325 ---- &rootnex_ops }; static struct modlinkage rootnex_modlinkage = { MODREV_1, ! { (void *)&rootnex_modldrv, NULL } }; #if defined(__amd64) && !defined(__xpv) static iommulib_nexops_t iommulib_nexops = { IOMMU_NEXOPS_VERSION,