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

@@ -392,12 +392,11 @@
         &bscv_dev_ops,
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        &modldrv,
-        NULL
+        { &modldrv, NULL }
 };
 
 #ifdef DEBUG
 /* Tracing is enabled if value is non-zero. */
 static int bscv_trace_flag = 1;