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/usbinput/usbwcm/usbwcm.c
          +++ new/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/usbwcm.c
↓ open down ↓ 1652 lines elided ↑ open up ↑
1653 1653  
1654 1654  
1655 1655  static struct modlstrmod modlstr = {
1656 1656          &mod_strmodops,
1657 1657          "USB Wacom STRMOD",
1658 1658          &modsw
1659 1659  };
1660 1660  
1661 1661  static struct modlinkage modlink = {
1662 1662          MODREV_1,
1663      -        (void *)&modlstr,
1664      -        NULL
     1663 +        { (void *)&modlstr, NULL }
1665 1664  };
1666 1665  
1667 1666  static struct module_info modinfo = {
1668 1667          0x0ffff,                /* module id number */
1669 1668          "usbwcm",               /* module name */
1670 1669          0,                      /* min packet size accepted */
1671 1670          INFPSZ,                 /* max packet size accepted */
1672 1671          512,                    /* hi-water mark */
1673 1672          128                     /* lo-water mark */
1674 1673  };
↓ open down ↓ 35 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX