diff options
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | 2009-03-24 12:55:33 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-03-27 18:03:58 -0400 |
commit | 8308e8ab70fd5d7b78afb133c51c5079548ba84f (patch) | |
tree | c7c7355adcdab874abcf8bdadc78a6612b6ac967 /include/acpi | |
parent | c0ce093f5b8bc3262c51bd0b5900424a67909831 (diff) |
ACPI: remove unused acpi_bus_ops flags
In acpi_bus_ops, only the acpi_op_add and acpi_op_start flags are used,
so remove all the rest.
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/acpi_bus.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index fb91bc213781..08ec60c8366a 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h | |||
@@ -98,17 +98,7 @@ typedef int (*acpi_op_unbind) (struct acpi_device * device); | |||
98 | 98 | ||
99 | struct acpi_bus_ops { | 99 | struct acpi_bus_ops { |
100 | u32 acpi_op_add:1; | 100 | u32 acpi_op_add:1; |
101 | u32 acpi_op_remove:1; | ||
102 | u32 acpi_op_lock:1; | ||
103 | u32 acpi_op_start:1; | 101 | u32 acpi_op_start:1; |
104 | u32 acpi_op_stop:1; | ||
105 | u32 acpi_op_suspend:1; | ||
106 | u32 acpi_op_resume:1; | ||
107 | u32 acpi_op_scan:1; | ||
108 | u32 acpi_op_bind:1; | ||
109 | u32 acpi_op_unbind:1; | ||
110 | u32 acpi_op_shutdown:1; | ||
111 | u32 reserved:21; | ||
112 | }; | 102 | }; |
113 | 103 | ||
114 | struct acpi_device_ops { | 104 | struct acpi_device_ops { |