diff options
| author | 2014-07-30 00:24:40 +0200 | |
|---|---|---|
| committer | 2014-07-30 00:24:40 +0200 | |
| commit | feb41bb1ca6b969985cd5e486a3f2deac9f089fa (patch) | |
| tree | aeb6c21669858b06c1086cb3fe4d5d8124329835 /include | |
| parent | ACPI / PNP: Fix acpi_pnp_match() (diff) | |
| parent | ACPI / PNP: Use ACPI_COMPANION() instead of ACPI_HANDLE() (diff) | |
Merge back earlier acpi-pnp material.
Conflicts:
drivers/pnp/pnpacpi/core.c
Diffstat (limited to 'include')
| -rw-r--r-- | include/acpi/acpi_bus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index b5714580801a..4bcbb941bc09 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h @@ -487,6 +487,8 @@ struct acpi_bus_type { }; int register_acpi_bus_type(struct acpi_bus_type *); int unregister_acpi_bus_type(struct acpi_bus_type *); +int acpi_bind_one(struct device *dev, struct acpi_device *adev); +int acpi_unbind_one(struct device *dev); struct acpi_pci_root { struct acpi_device * device; |
