diff options
Diffstat (limited to 'include/acpi/acpi_bus.h')
-rw-r--r-- | include/acpi/acpi_bus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index fca1b9cb27d9..aef56a9f4e70 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h | |||
@@ -280,6 +280,7 @@ struct acpi_device { | |||
280 | struct mutex physical_node_lock; | 280 | struct mutex physical_node_lock; |
281 | DECLARE_BITMAP(physical_node_id_bitmap, ACPI_MAX_PHYSICAL_NODE); | 281 | DECLARE_BITMAP(physical_node_id_bitmap, ACPI_MAX_PHYSICAL_NODE); |
282 | struct list_head power_dependent; | 282 | struct list_head power_dependent; |
283 | void (*remove)(struct acpi_device *); | ||
283 | }; | 284 | }; |
284 | 285 | ||
285 | static inline void *acpi_driver_data(struct acpi_device *d) | 286 | static inline void *acpi_driver_data(struct acpi_device *d) |