Print this page
PANKOVs restructure

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/io/ppm/acpippm.c
          +++ new/usr/src/uts/i86pc/io/ppm/acpippm.c
↓ open down ↓ 27 lines elided ↑ open up ↑
  28   28  #include <sys/types.h>
  29   29  #include <sys/conf.h>
  30   30  #include <sys/open.h>
  31   31  #include <sys/modctl.h>
  32   32  #include <sys/promif.h>
  33   33  #include <sys/stat.h>
  34   34  #include <sys/ddi_impldefs.h>
  35   35  #include <sys/ddi.h>
  36   36  #include <sys/sunddi.h>
  37   37  #include <sys/epm.h>
  38      -#include <sys/acpi/acpi.h>
       38 +#include <acpica/include/acpi.h>
  39   39  #include <sys/acpica.h>
  40   40  #include <sys/psm_types.h>
  41   41  
  42   42  /*
  43   43   *      ACPI Power Management Driver
  44   44   *
  45   45   *      acpippm deals with those bits of ppm functionality that
  46   46   *      must be mediated by ACPI
  47   47   *
  48   48   *      The routines in this driver is referenced by Platform
↓ open down ↓ 407 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX