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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/ib/adapters/hermon/hermon.c
          +++ new/usr/src/uts/common/io/ib/adapters/hermon/hermon.c
↓ open down ↓ 171 lines elided ↑ open up ↑
 172  172  /* Module Driver Info */
 173  173  static struct modldrv hermon_modldrv = {
 174  174          &mod_driverops,
 175  175          "ConnectX IB Driver",
 176  176          &hermon_ops
 177  177  };
 178  178  
 179  179  /* Module Linkage */
 180  180  static struct modlinkage hermon_modlinkage = {
 181  181          MODREV_1,
 182      -        &hermon_modldrv,
 183      -        NULL
      182 +        { &hermon_modldrv, NULL }
 184  183  };
 185  184  
 186  185  /*
 187  186   * This extern refers to the ibc_operations_t function vector that is defined
 188  187   * in the hermon_ci.c file.
 189  188   */
 190  189  extern ibc_operations_t hermon_ibc_ops;
 191  190  
 192  191  /*
 193  192   * _init()
↓ open down ↓ 4816 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX