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

@@ -146,12 +146,11 @@
         &srpt_dev_ops,
 };
 
 static struct modlinkage srpt_modlinkage = {
         MODREV_1,
-        &modldrv,
-        NULL,
+        { &modldrv, NULL }
 };
 
 static char srpt_pp_name[] = "srpt";
 
 /*