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/1394/adapters/hci1394.c
          +++ new/usr/src/uts/common/io/1394/adapters/hci1394.c
↓ open down ↓ 83 lines elided ↑ open up ↑
  84   84  /* Module Driver Info */
  85   85  static struct modldrv hci1394_modldrv = {
  86   86          &mod_driverops,
  87   87          "1394 OpenHCI HBA driver",
  88   88          &hci1394_ops
  89   89  };
  90   90  
  91   91  /* Module Linkage */
  92   92  static struct modlinkage hci1394_modlinkage = {
  93   93          MODREV_1,
  94      -        &hci1394_modldrv,
  95      -        NULL
       94 +        {   &hci1394_modldrv,
       95 +            NULL }
  96   96  };
  97   97  
  98   98  #ifndef NPROBE
  99   99  extern int tnf_mod_load(void);
 100  100  extern int tnf_mod_unload(struct modlinkage *mlp);
 101  101  #endif
 102  102  
 103  103  int
 104  104  _init()
 105  105  {
↓ open down ↓ 93 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX