Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 155,166 ****
&ral_dev_ops /* driver specific ops */
};
static struct modlinkage modlinkage = {
MODREV_1,
! (void *)&ral_modldrv,
! NULL
};
static int rt2560_m_stat(void *, uint_t, uint64_t *);
static int rt2560_m_start(void *);
static void rt2560_m_stop(void *);
--- 155,165 ----
&ral_dev_ops /* driver specific ops */
};
static struct modlinkage modlinkage = {
MODREV_1,
! { (void *)&ral_modldrv, NULL }
};
static int rt2560_m_stat(void *, uint_t, uint64_t *);
static int rt2560_m_start(void *);
static void rt2560_m_stop(void *);