Print this page
7127  remove -Wno-missing-braces from Makefile.uts

*** 968,979 **** &rds_devops }; static struct modlinkage modlinkage = { MODREV_1, ! &modldrv, ! NULL }; int _init(void) { --- 968,978 ---- &rds_devops }; static struct modlinkage modlinkage = { MODREV_1, ! { &modldrv, NULL } }; int _init(void) {