]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ACPI: memhotplug: Remove 'state' from struct acpi_memory_device
authorHanjun Guo <guohanjun@huawei.com>
Sun, 27 Sep 2020 09:55:49 +0000 (17:55 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 2 Oct 2020 17:05:50 +0000 (19:05 +0200)
commitc18483a8ed30712630bc91bb9ea035cc9e1dfef0
treedad9bed4b08eca60872cf58e6e11a4007a61e1fe
parenta1b8638ba1320e6684aa98233c15255eb803fac7
ACPI: memhotplug: Remove 'state' from struct acpi_memory_device

After commit 315bbae9c5cb ("ACPI / memhotplug: deal with eject request
in hotplug queue"), the memory device state, which is defined in
struct acpi_memory_device, is not actually useful, so remove it along
with symbols related to it.

Signed-off-by: Hanjun Guo <guohanjun@huawei.com>
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpi_memhotplug.c