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 -3
View File
@@ -88,9 +88,7 @@ struct acpi_object_type {
uint32 count; uint32 count;
acpi_object_type *objects; acpi_object_type *objects;
} package; } package;
struct struct {
{
uint32 type;
uint32 actual_type; uint32 actual_type;
acpi_handle handle; acpi_handle handle;
} reference; } reference;