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

@@ -42,12 +42,11 @@
         &mod_miscops,
         "uath firmware wrapper module 1.1"
 };
 static struct modlinkage modlinkage = {
         MODREV_1,
-        &modlmisc,
-        0
+        { &modlmisc, NULL }
 };
 
 int
 _init(void)
 {