Print this page
fixup .text where possible
7127  remove -Wno-missing-braces from Makefile.uts

@@ -136,12 +136,12 @@
         &dcam_dev_ops,
 };
 
 static  struct modlinkage modlinkage = {
         MODREV_1,
-        (void *)&modldrv,
-        NULL,
+        {   (void *)&modldrv,
+            NULL }
 };
 
 
 int
 _init(void)