diff options
Diffstat (limited to 'include')
-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 8976dbea63ca..58dc8f651861 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h | |||
@@ -301,6 +301,7 @@ struct acpi_device { | |||
301 | void *driver_data; | 301 | void *driver_data; |
302 | struct device dev; | 302 | struct device dev; |
303 | struct acpi_bus_ops bus_ops; /* workaround for different code path for hotplug */ | 303 | struct acpi_bus_ops bus_ops; /* workaround for different code path for hotplug */ |
304 | enum acpi_bus_removal_type removal_type; /* indicate for different removal type */ | ||
304 | }; | 305 | }; |
305 | 306 | ||
306 | #define acpi_driver_data(d) ((d)->driver_data) | 307 | #define acpi_driver_data(d) ((d)->driver_data) |