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

*** 1217,1227 **** NULL, /* Module description. Set by _init() */ &xdfs_ops, /* Driver ops. */ }; static struct modlinkage modlinkage = { ! MODREV_1, (void *)&modldrv, NULL }; int _init(void) { --- 1217,1227 ---- NULL, /* Module description. Set by _init() */ &xdfs_ops, /* Driver ops. */ }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *)&modldrv, NULL } }; int _init(void) {