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

@@ -161,11 +161,11 @@
         "Floppy Disk driver",   /* Name of the module. */
         &fd_ops,                /* driver ops */
 };
 
 static struct modlinkage modlinkage = {
-        MODREV_1, (void *)&modldrv, NULL
+        MODREV_1, { (void *)&modldrv, NULL }
 };
 
 
 int
 _init(void)