Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 285,295 ****
"IB nexus", /* Driver name and version */
&ibnex_ops, /* driver ops */
};
static struct modlinkage modlinkage = {
! MODREV_1, (void *)&modldrv, NULL
};
/*
* Global per-instance IB Nexus data.
* There is only one instance of IB Nexus supported.
--- 285,295 ----
"IB nexus", /* Driver name and version */
&ibnex_ops, /* driver ops */
};
static struct modlinkage modlinkage = {
! MODREV_1, { (void *)&modldrv, NULL }
};
/*
* Global per-instance IB Nexus data.
* There is only one instance of IB Nexus supported.