Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 158,169 ****
"PCI Express Framework Module"
};
static struct modlinkage modlinkage = {
MODREV_1,
! (void *)&modlmisc,
! NULL
};
/*
* Global Variables needed for a non-atomic version of ddi_fm_ereport_post.
* Currently used to send the pci.fabric ereports whose payload depends on the
--- 158,168 ----
"PCI Express Framework Module"
};
static struct modlinkage modlinkage = {
MODREV_1,
! { (void *)&modlmisc, NULL }
};
/*
* Global Variables needed for a non-atomic version of ddi_fm_ereport_post.
* Currently used to send the pci.fabric ereports whose payload depends on the