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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/io/acpica/acpica.c
          +++ new/usr/src/uts/intel/io/acpica/acpica.c
↓ open down ↓ 49 lines elided ↑ open up ↑
  50   50  
  51   51  /*
  52   52   *
  53   53   */
  54   54  static  struct modlmisc modlmisc = {
  55   55          &mod_miscops,
  56   56          "ACPI interpreter",
  57   57  };
  58   58  
  59   59  static  struct modlinkage modlinkage = {
  60      -        MODREV_1,               /* MODREV_1 manual */
  61      -        (void *)&modlmisc,      /* module linkage */
  62      -        NULL,                   /* list terminator */
       60 +        MODREV_1,                       /* MODREV_1 manual */
       61 +        { (void *)&modlmisc, NULL }     /* module linkage */
  63   62  };
  64   63  
  65   64  /*
  66   65   * Local prototypes
  67   66   */
  68   67  
  69   68  struct parsed_prw {
  70   69          ACPI_HANDLE     prw_gpeobj;
  71   70          int             prw_gpebit;
  72   71          int             prw_level;
↓ open down ↓ 825 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX