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

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