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

@@ -315,12 +315,11 @@
         &wpi_devops
 };
 
 static struct modlinkage wpi_modlinkage = {
         MODREV_1,
-        &wpi_modldrv,
-        NULL
+        { &wpi_modldrv, NULL }
 };
 
 int
 _init(void)
 {