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

*** 132,143 **** &tzmon_ops, }; static struct modlinkage modlinkage = { MODREV_1, /* MODREV_1 indicated by manual */ ! (void *)&modldrv, ! NULL, /* termination of list of linkage structures */ }; /* globals for this module */ static dev_info_t *tzmon_dip; static thermal_zone_t *zone_list; --- 132,142 ---- &tzmon_ops, }; static struct modlinkage modlinkage = { MODREV_1, /* MODREV_1 indicated by manual */ ! { (void *)&modldrv, NULL } }; /* globals for this module */ static dev_info_t *tzmon_dip; static thermal_zone_t *zone_list;