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

@@ -414,12 +414,11 @@
         &sictl_dev_ops, /* driver ops */
 };
 
 static  struct modlinkage modlinkage = {
         MODREV_1,
-        &modldrv,
-        NULL
+        { &modldrv, NULL }
 };
 
 
 /* The following are needed for si_log() */
 static kmutex_t si_log_mutex;