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

@@ -137,12 +137,11 @@
 };
 
 /* Module Linkage */
 static struct modlinkage dcopy_modlinkage = {
         MODREV_1,
-        &dcopy_modlmisc,
-        NULL
+        { &dcopy_modlmisc, NULL }
 };
 
 static int dcopy_init();
 static void dcopy_fini();