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

@@ -110,11 +110,11 @@
 static struct modldrv modldrv = {
         &mod_driverops, "smp device driver", &smp_dev_ops
 };
 
 static struct modlinkage modlinkage = {
-        MODREV_1, &modldrv, NULL
+        MODREV_1, { &modldrv, NULL }
 };
 
 int
 _init(void)
 {