diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2012-12-22 18:03:03 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-01-03 07:09:42 -0500 |
commit | 3eec5f7a1955ead549020ec2f60235ea6a4a2252 (patch) | |
tree | a934e8946d70cc8330625e0aa1b30eb60df566c5 /include/acpi | |
parent | 38a9a67a281eeebcd7cccf87f0e371f58ae625e3 (diff) |
ACPI: Drop ACPI device .bind() and .unbind() callbacks
Drop the .bind() and .unbind() that have no more users from
struct acpi_device_ops and remove all of the code referring to
them from drivers/acpi/scan.c.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Yinghai Lu <yinghai@kernel.org>
Acked-by: Toshi Kani <toshi.kani@hp.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 70647313a9bc..6e9a73e05916 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h | |||
@@ -99,8 +99,6 @@ struct acpi_device_ops { | |||
99 | acpi_op_add add; | 99 | acpi_op_add add; |
100 | acpi_op_remove remove; | 100 | acpi_op_remove remove; |
101 | acpi_op_start start; | 101 | acpi_op_start start; |
102 | acpi_op_bind bind; | ||
103 | acpi_op_unbind unbind; | ||
104 | acpi_op_notify notify; | 102 | acpi_op_notify notify; |
105 | }; | 103 | }; |
106 | 104 | ||