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

@@ -379,11 +379,11 @@
         "pshotnex",
         &pshot_ops,
 };
 
 static struct modlinkage modlinkage = {
-        MODREV_1, &modldrv, NULL
+        MODREV_1, { &modldrv, NULL }
 };
 
 
 /*
  * pshot_devices is set up on the first attach and destroyed on fini