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

@@ -387,11 +387,11 @@
         &privcmd_dv_ops
 };
 
 static struct modlinkage modl = {
         MODREV_1,
-        &modldrv
+        { &modldrv, NULL }
 };
 
 int
 _init(void)
 {