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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/usb/clients/usbser/usbsprl/usbser_pl2303.c
          +++ new/usr/src/uts/common/io/usb/clients/usbser/usbsprl/usbser_pl2303.c
↓ open down ↓ 143 lines elided ↑ open up ↑
 144  144  
 145  145  
 146  146  static struct modldrv modldrv = {
 147  147          &mod_driverops,         /* type of module - driver */
 148  148          "USB Prolific PL2303 driver",
 149  149          &usbser_pl2303_ops,
 150  150  };
 151  151  
 152  152  
 153  153  static struct modlinkage modlinkage = {
 154      -        MODREV_1, &modldrv, 0
      154 +        MODREV_1, { &modldrv, NULL }
 155  155  };
 156  156  
 157  157  
 158  158  /*
 159  159   * entry points
 160  160   * ------------
 161  161   *
 162  162   */
 163  163  int
 164  164  _init(void)
↓ open down ↓ 60 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX