Remove type variable from reference, it is already defined as object_type before of the union.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33657 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Clemens Zeidler 2009-10-19 17:42:18 +00:00
parent e445909631
commit cb6cd182c4
1 changed files with 5 additions and 7 deletions

View File

@ -88,9 +88,7 @@ struct acpi_object_type {
uint32 count;
acpi_object_type *objects;
} package;
struct
{
uint32 type;
struct {
uint32 actual_type;
acpi_handle handle;
} reference;