ACPI: delete acpi_device.g_list

unused

Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
Len Brown
2008-12-15 22:09:26 -05:00
parent 9090589d87
commit 33b5715015
2 changed files with 4 additions and 14 deletions

View File

@@ -270,7 +270,6 @@ struct acpi_device {
struct list_head children;
struct list_head node;
struct list_head wakeup_list;
struct list_head g_list;
struct acpi_device_status status;
struct acpi_device_flags flags;
struct acpi_device_pnp pnp;