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

@@ -123,12 +123,12 @@
         &drv_ops
 };
 
 static  struct modlinkage       drv_modlinkage = {
         MODREV_1,
-        &drv_modldrv,
-        NULL
+        {   &drv_modldrv,
+            NULL }
 };
 
 int
 _init(void)
 {