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

*** 387,397 **** &privcmd_dv_ops }; static struct modlinkage modl = { MODREV_1, ! &modldrv }; int _init(void) { --- 387,397 ---- &privcmd_dv_ops }; static struct modlinkage modl = { MODREV_1, ! { &modldrv, NULL } }; int _init(void) {