diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-06-30 23:49:55 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-07-15 01:33:11 +0200 |
commit | f716fc2ac037c45a6c641eb9f20ec602e8d04e14 (patch) | |
tree | 4820156d8baee8a5428bb3190bf1032d53df98d2 /include/acpi/acpi_bus.h | |
parent | 59401ccce8729e5c43f9781cc5570da5ca470e27 (diff) | |
download | op-kernel-dev-f716fc2ac037c45a6c641eb9f20ec602e8d04e14.zip op-kernel-dev-f716fc2ac037c45a6c641eb9f20ec602e8d04e14.tar.gz |
ACPI: Drop ACPI bus notifier call chain
There are no users of the ACPI bus notifier call chain,
acpi_bus_notify_list, any more, so drop it.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi/acpi_bus.h')
-rw-r--r-- | include/acpi/acpi_bus.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index facc0ba..71f3fd4 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h @@ -366,8 +366,6 @@ extern int acpi_notifier_call_chain(struct acpi_device *, u32, u32); extern int register_acpi_notifier(struct notifier_block *); extern int unregister_acpi_notifier(struct notifier_block *); -extern int register_acpi_bus_notifier(struct notifier_block *nb); -extern void unregister_acpi_bus_notifier(struct notifier_block *nb); /* * External Functions */ |