RE: [PATCH 1/4 RESEND] ACPI: scan: Export acpi_get_dma_attr()

2022-03-17 Thread Michael Kelley (LINUX) via iommu
From: Robin Murphy Sent: Thursday, March 17, 2022 9:31 AM > > On 2022-03-17 16:25, Michael Kelley wrote: > > Export acpi_get_dma_attr() so that it can be used by the Hyper-V > > VMbus driver, which may be built as a module. The related function > > acpi_dma_configure_id() is already exported. >

Re: [PATCH 1/4 RESEND] ACPI: scan: Export acpi_get_dma_attr()

2022-03-17 Thread Robin Murphy
On 2022-03-17 16:25, Michael Kelley wrote: Export acpi_get_dma_attr() so that it can be used by the Hyper-V VMbus driver, which may be built as a module. The related function acpi_dma_configure_id() is already exported. No. Use device_get_dma_attr() like everyone else, please. Robin. Signed-

[PATCH 1/4 RESEND] ACPI: scan: Export acpi_get_dma_attr()

2022-03-17 Thread Michael Kelley via iommu
Export acpi_get_dma_attr() so that it can be used by the Hyper-V VMbus driver, which may be built as a module. The related function acpi_dma_configure_id() is already exported. Signed-off-by: Michael Kelley --- drivers/acpi/scan.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/acpi/