Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 177,188 ****
};
/* Module linkage structure */
static struct modlinkage audio810_modlinkage = {
MODREV_1, /* ml_rev */
! (void *)&audio810_modldrv, /* ml_linkage */
! NULL /* NULL terminates the list */
};
/*
* device access attributes for register mapping
*/
--- 177,187 ----
};
/* Module linkage structure */
static struct modlinkage audio810_modlinkage = {
MODREV_1, /* ml_rev */
! { (void *)&audio810_modldrv, NULL } /* ml_linkage */
};
/*
* device access attributes for register mapping
*/