Print this page
fixup .text where possible
7127  remove -Wno-missing-braces from Makefile.uts

*** 136,147 **** &dcam_dev_ops, }; static struct modlinkage modlinkage = { MODREV_1, ! (void *)&modldrv, ! NULL, }; int _init(void) --- 136,147 ---- &dcam_dev_ops, }; static struct modlinkage modlinkage = { MODREV_1, ! { (void *)&modldrv, ! NULL } }; int _init(void)