diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/acpi/acpi_bus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index 807acf69a704..598fab352814 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h | |||
@@ -299,7 +299,6 @@ struct acpi_device { | |||
299 | struct acpi_device_ops ops; | 299 | struct acpi_device_ops ops; |
300 | struct acpi_driver *driver; | 300 | struct acpi_driver *driver; |
301 | void *driver_data; | 301 | void *driver_data; |
302 | struct kobject kobj; | ||
303 | struct device dev; | 302 | struct device dev; |
304 | }; | 303 | }; |
305 | 304 | ||