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

@@ -142,12 +142,11 @@
         &tphci_ops
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        &modldrv,
-        NULL
+        { &modldrv, NULL }
 };
 
 int
 _init(void)
 {