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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/pshot.c
          +++ new/usr/src/uts/common/io/pshot.c
↓ open down ↓ 373 lines elided ↑ open up ↑
 374  374  /*
 375  375   * Module linkage information for the kernel.
 376  376   */
 377  377  static struct modldrv modldrv = {
 378  378          &mod_driverops,
 379  379          "pshotnex",
 380  380          &pshot_ops,
 381  381  };
 382  382  
 383  383  static struct modlinkage modlinkage = {
 384      -        MODREV_1, &modldrv, NULL
      384 +        MODREV_1, { &modldrv, NULL }
 385  385  };
 386  386  
 387  387  
 388  388  /*
 389  389   * pshot_devices is set up on the first attach and destroyed on fini
 390  390   *
 391  391   * therefore PSHOT_PROP_DEV* properties may be set just for the root device,
 392  392   * instead of being set globably, in pshot.conf by specifying the properties
 393  393   * on a single line in the form:
 394  394   *      name="pshot" parent="/" <dev props ..>
↓ open down ↓ 3375 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX