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

@@ -483,12 +483,11 @@
         &audio_dev_ops,
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,                       /* MODREV_1 indicated by manual */
-        &modldrv,
-        NULL
+        { &modldrv, NULL }
 };
 
 struct audio_ops_helper {
         struct cb_ops           cbops;  /* NB: must be first */
         struct streamtab        strtab;