aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
Diffstat (limited to 'include/acpi')
-rw-r--r--include/acpi/acpi_bus.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h
index c751d7de3a5f..22ba56e834e2 100644
--- a/include/acpi/acpi_bus.h
+++ b/include/acpi/acpi_bus.h
@@ -439,10 +439,7 @@ struct acpi_bus_type {
439 struct list_head list; 439 struct list_head list;
440 const char *name; 440 const char *name;
441 bool (*match)(struct device *dev); 441 bool (*match)(struct device *dev);
442 /* For general devices under the bus */
443 int (*find_device) (struct device *, acpi_handle *); 442 int (*find_device) (struct device *, acpi_handle *);
444 /* For bridges, such as PCI root bridge, IDE controller */
445 int (*find_bridge) (struct device *, acpi_handle *);
446 void (*setup)(struct device *); 443 void (*setup)(struct device *);
447 void (*cleanup)(struct device *); 444 void (*cleanup)(struct device *);
448}; 445};