summaryrefslogtreecommitdiff
path: root/source/os_specific/service_layers/oswinxf.c
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2010-08-17 10:22:06 -0700
committerRobert Moore <Robert.Moore@intel.com>2010-08-17 10:22:06 -0700
commit08fd52445bf4cfb28e2b66b77866e43ab8ade6d2 (patch)
treee7f447166d369c7c72e9eaf2cd7c4867d29f813d /source/os_specific/service_layers/oswinxf.c
parentb2fcc4330a29169844d732103740c4472c34d88e (diff)
Obsolete the AcpiOsDerivePciId OSL interface.
This function is not OS-dependent and has been replaced by AcpiHwDerivePciId, which is now in the ACPICA core code. Local implementations of AcpiOsDerivePciId are no longer necessary and may be removed. ACPICA BZ 857.
Diffstat (limited to 'source/os_specific/service_layers/oswinxf.c')
-rw-r--r--source/os_specific/service_layers/oswinxf.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/os_specific/service_layers/oswinxf.c b/source/os_specific/service_layers/oswinxf.c
index 8a799b009..2aa8eec1a 100644
--- a/source/os_specific/service_layers/oswinxf.c
+++ b/source/os_specific/service_layers/oswinxf.c
@@ -1209,17 +1209,6 @@ AcpiOsWritePciConfiguration (
return (AE_OK);
}
-/* TEMPORARY STUB FUNCTION */
-void
-AcpiOsDerivePciId(
- ACPI_HANDLE Device,
- ACPI_HANDLE Region,
- ACPI_PCI_ID **PciId)
-{
-
- return;
-}
-
/******************************************************************************
*