From: Rafael J. Wysocki Date: Tue, 15 Jan 2013 12:23:33 +0000 (+0100) Subject: ACPI: Remove the ops field from struct acpi_device X-Git-Tag: firefly_0821_release~3680^2~1099^2~12^2~9 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6af9a803f4d2e4137d9f74a8fc9af4857fbda001;p=firefly-linux-kernel-4.4.55.git 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 Acked-by: Toshi Kani Acked-by: Yinghai Lu Acked-by: Yasuaki Ishimatsu --- diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index c54ae562c4d4..efe5f746c561 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;