Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 224,235 ****
};
/* Module linkage structure */
static struct modlinkage audiots_modlinkage = {
MODREV_1, /* ml_rev */
! (void *)&audiots_modldrv, /* ml_linkage */
! NULL /* NULL terminates the list */
};
/*
* NOTE: Grover OBP v4.0.166 and rev G of the ALI Southbridge chip force the
--- 224,234 ----
};
/* Module linkage structure */
static struct modlinkage audiots_modlinkage = {
MODREV_1, /* ml_rev */
! { (void *)&audiots_modldrv, NULL } /* ml_linkage */
};
/*
* NOTE: Grover OBP v4.0.166 and rev G of the ALI Southbridge chip force the