Print this page
PANKOVs restructure

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/io/acpi/acpidev/acpidev_util.c
          +++ new/usr/src/uts/i86pc/io/acpi/acpidev/acpidev_util.c
↓ open down ↓ 26 lines elided ↑ open up ↑
  27   27   * Copyright (c) 2009-2010, Intel Corporation.
  28   28   * All rights reserved.
  29   29   */
  30   30  
  31   31  #include <sys/types.h>
  32   32  #include <sys/cmn_err.h>
  33   33  #include <sys/note.h>
  34   34  #include <sys/sysmacros.h>
  35   35  #include <sys/sunddi.h>
  36   36  #include <sys/sunndi.h>
  37      -#include <sys/acpi/acpi.h>
       37 +#include <acpica/include/acpi.h>
  38   38  #include <sys/acpica.h>
  39   39  #include <sys/acpidev.h>
  40   40  #include <sys/acpidev_impl.h>
  41   41  #include <util/sscanf.h>
  42   42  
  43   43  /* Data structures used to extract the numeric unit address from string _UID. */
  44   44  static acpidev_pseudo_uid_head_t acpidev_uid_heads[ACPIDEV_CLASS_ID_MAX];
  45   45  static char *acpidev_uid_formats[] = {
  46   46          "%u",
  47   47  };
↓ open down ↓ 882 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX