diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-01-15 13:23:33 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-01-15 13:23:33 +0100 |
commit | 6af9a803f4d2e4137d9f74a8fc9af4857fbda001 (patch) | |
tree | 6a288310fbf4abd26a8fefd24d123faaf17239da | |
parent | 115c9ad854bd4c0f58ebcb967ec1b0a1c4e4b2d3 (diff) | |
download | op-kernel-dev-6af9a803f4d2e4137d9f74a8fc9af4857fbda001.zip op-kernel-dev-6af9a803f4d2e4137d9f74a8fc9af4857fbda001.tar.gz |
ACPI: Remove the ops field from struct acpi_device
The ops field in struct acpi_device is not used anywhere, so remove
it.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Toshi Kani <toshi.kani@hp.com>
Acked-by: Yinghai Lu <yinghai@kernel.org>
Acked-by: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>
-rw-r--r-- | include/acpi/acpi_bus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index c54ae56..efe5f74 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h @@ -271,7 +271,6 @@ struct acpi_device { struct acpi_device_wakeup wakeup; struct acpi_device_perf performance; struct acpi_device_dir dir; - struct acpi_device_ops ops; struct acpi_driver *driver; void *driver_data; struct device dev; |