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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/cpqary3/cpqary3.c
          +++ new/usr/src/uts/common/io/cpqary3/cpqary3.c
↓ open down ↓ 155 lines elided ↑ open up ↑
 156  156   * Linkage structures
 157  157   */
 158  158  
 159  159  static struct modldrv cpqary3_modldrv = {
 160  160          &mod_driverops,         /* Module Type - driver */
 161  161          cpqary3_brief,          /* Driver Desc */
 162  162          &cpqary3_dev_ops        /* Driver Ops */
 163  163  };
 164  164  
 165  165  static struct modlinkage cpqary3_modlinkage = {
 166      -        MODREV_1,               /* Loadable module rev. no. */
 167      -        &cpqary3_modldrv,       /* Loadable module */
 168      -        NULL                    /* end */
      166 +        MODREV_1,                       /* Loadable module rev. no. */
      167 +        {   &cpqary3_modldrv,           /* Loadable module */
      168 +            NULL }
 169  169  };
 170  170  
 171  171  
 172  172  /*
 173  173   * Function     :       _init
 174  174   * Description  :       This routine allocates soft state resources for the
 175  175   *                      driver, registers the HBA with the system and
 176  176   *                      adds the driver(loadable module).
 177  177   * Called By    :       Kernel
 178  178   * Parameters   :       None
↓ open down ↓ 932 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX