From f0033fe2701fec1273a1c70d2fe53199cf815284 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 6 Oct 2022 15:37:46 -0500 Subject: [PATCH] rename acpi_bus_get_acpi_device to acpi_get_acpi_dev Signed-off-by: Justin M. Forbes --- patch-6.1-redhat.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch-6.1-redhat.patch b/patch-6.1-redhat.patch index 6eccac146..eb87c009f 100644 --- a/patch-6.1-redhat.patch +++ b/patch-6.1-redhat.patch @@ -429,7 +429,7 @@ index 4db5bb587599..de258f416e80 100644 + * Don't do the producer/consumer check for that device. + */ + if (IS_ENABLED(CONFIG_ARM64)) { -+ struct acpi_device *adev = acpi_bus_get_acpi_device(handle); ++ struct acpi_device *adev = acpi_get_acpi_dev(handle); + + if (adev && !strcmp(acpi_device_hid(adev), "APMC0D08")) + ctx.skip_producer_check = true;