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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user