aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'include/acpi/acpi_bus.h')
-rw-r--r--include/acpi/acpi_bus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h
index 67f4fce22209..3746d4ce4857 100644
--- a/include/acpi/acpi_bus.h
+++ b/include/acpi/acpi_bus.h
@@ -245,6 +245,7 @@ struct acpi_pnp_type {
245 245
246struct acpi_device_pnp { 246struct acpi_device_pnp {
247 acpi_bus_id bus_id; /* Object name */ 247 acpi_bus_id bus_id; /* Object name */
248 int instance_no; /* Instance number of this object */
248 struct acpi_pnp_type type; /* ID type */ 249 struct acpi_pnp_type type; /* ID type */
249 acpi_bus_address bus_address; /* _ADR */ 250 acpi_bus_address bus_address; /* _ADR */
250 char *unique_id; /* _UID */ 251 char *unique_id; /* _UID */