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

@@ -312,12 +312,11 @@
         &acpi_drv_dev_ops
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        (void *)&modldrv1,
-        NULL,
+        { (void *)&modldrv1, NULL }
 };
 
 int
 _init(void)
 {