diff options
| author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-06-30 17:49:55 -0400 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-07-14 19:33:11 -0400 |
| commit | f716fc2ac037c45a6c641eb9f20ec602e8d04e14 (patch) | |
| tree | 4820156d8baee8a5428bb3190bf1032d53df98d2 /include/acpi | |
| parent | 59401ccce8729e5c43f9781cc5570da5ca470e27 (diff) | |
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')
| -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 facc0ba6dd21..71f3fd429fd1 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); | |||
| 366 | extern int register_acpi_notifier(struct notifier_block *); | 366 | extern int register_acpi_notifier(struct notifier_block *); |
| 367 | extern int unregister_acpi_notifier(struct notifier_block *); | 367 | extern int unregister_acpi_notifier(struct notifier_block *); |
| 368 | 368 | ||
| 369 | extern int register_acpi_bus_notifier(struct notifier_block *nb); | ||
| 370 | extern void unregister_acpi_bus_notifier(struct notifier_block *nb); | ||
| 371 | /* | 369 | /* |
| 372 | * External Functions | 370 | * External Functions |
| 373 | */ | 371 | */ |
