mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
This commit was generated by cvs2svn to compensate for changes in r115367,
which included commits to RCS files with non-trunk default branches.
This commit is contained in:
commit
2ce0a0b9ec
1 changed files with 2 additions and 2 deletions
|
|
@ -321,7 +321,7 @@ AcpiNsInstallNode (
|
|||
ACPI_NAMESPACE_NODE *Node, /* New Child*/
|
||||
ACPI_OBJECT_TYPE Type)
|
||||
{
|
||||
UINT16 OwnerId = 0;
|
||||
UINT16 OwnerId = TABLE_ID_DSDT;
|
||||
ACPI_NAMESPACE_NODE *ChildNode;
|
||||
#ifdef ACPI_ALPHABETIC_NAMESPACE
|
||||
|
||||
|
|
@ -652,7 +652,7 @@ AcpiNsDeleteNamespaceSubtree (
|
|||
*
|
||||
******************************************************************************/
|
||||
|
||||
void
|
||||
static void
|
||||
AcpiNsRemoveReference (
|
||||
ACPI_NAMESPACE_NODE *Node)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue