Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 228,239 ****
&rwn_dev_ops /* driver specific ops */
};
static struct modlinkage modlinkage = {
MODREV_1,
! (void *)&rwn_modldrv,
! NULL
};
static int rt2860_m_stat(void *, uint_t, uint64_t *);
static int rt2860_m_start(void *);
static void rt2860_m_stop(void *);
--- 228,238 ----
&rwn_dev_ops /* driver specific ops */
};
static struct modlinkage modlinkage = {
MODREV_1,
! { (void *)&rwn_modldrv, NULL }
};
static int rt2860_m_stat(void *, uint_t, uint64_t *);
static int rt2860_m_start(void *);
static void rt2860_m_stop(void *);