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

@@ -108,12 +108,11 @@
         &xpvtap_dev_ops,        /* driver ops */
 };
 
 static struct modlinkage xpvtap_modlinkage = {
         MODREV_1,
-        (void *) &xpvtap_modldrv,
-        NULL
+        { (void *) &xpvtap_modldrv, NULL }
 };
 
 
 void *xpvtap_statep;