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

@@ -161,12 +161,11 @@
         &rdc_ops
 };
 
 static struct modlinkage rdc_modlinkage = {
         MODREV_1,
-        &rdc_ldrv,
-        NULL
+        { &rdc_ldrv, NULL }
 };
 
 const   int sndr_major_rev = ISS_VERSION_MAJ;
 const   int sndr_minor_rev = ISS_VERSION_MIN;
 const   int sndr_micro_rev = ISS_VERSION_MIC;