Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 92,102 ****
SIMNETINFO, /* short description */
&simnet_dev_ops /* driver specific ops */
};
static struct modlinkage modlinkage = {
! MODREV_1, &simnet_modldrv, NULL
};
/* MAC callback function declarations */
static int simnet_m_start(void *);
static void simnet_m_stop(void *);
--- 92,102 ----
SIMNETINFO, /* short description */
&simnet_dev_ops /* driver specific ops */
};
static struct modlinkage modlinkage = {
! MODREV_1, { &simnet_modldrv, NULL }
};
/* MAC callback function declarations */
static int simnet_m_start(void *);
static void simnet_m_stop(void *);