[PATCH 2/2] ACPI/IORT: Remove iort_node_match()
From: Hanjun Guo <hidden>
Date: 2017-06-15 04:01:03
Also in:
linux-acpi
From: Hanjun Guo <hidden>
Date: 2017-06-15 04:01:03
Also in:
linux-acpi
On 2017/6/15 0:37, Lorenzo Pieralisi wrote:
Commit 316ca8804ea8 ("ACPI/IORT: Remove linker section for IORT entries
probing") removed the linker section for IORT entries probing.
Since those IORT entries were the only iort_node_match() interface
users, the iort_node_match() became obsolete and can then be removed.
Remove the ACPI IORT iort_node_match() interface from the kernel.
Signed-off-by: Lorenzo Pieralisi <redacted>
Cc: Hanjun Guo <redacted>Nice catch, Acked-by: Hanjun Guo <redacted> Thanks Hanjun