[PATCH] ACPI/IORT: Fix build regression without IOMMU

Catalin Marinas catalin.marinas at arm.com
Thu Aug 10 10:16:31 PDT 2017


On Thu, Aug 10, 2017 at 05:45:22PM +0100, Lorenzo Pieralisi wrote:
> From: Arnd Bergmann <arnd at arndb.de>
> 
> A recent change reintroduced a bug that had previously been
> fixed by commit d49f2dedf33b ("ACPI/IORT: Fix CONFIG_IOMMU_API
> dependency"):
> 
> drivers/acpi/arm64/iort.c: In function 'iort_iommu_configure':
> drivers/acpi/arm64/iort.c:829:26: error: 'struct iommu_fwspec' has no member named 'ops'
> 
> Replace a direct reference to iommu_fwspec->ops with a helper function
> call to fix the issue.
> 
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi at arm.com>
> Cc: Will Deacon <will.deacon at arm.com>
> Cc: Catalin Marinas <catalin.marinas at arm.com>
> Cc: Robin Murphy <robin.murphy at arm.com>
> ---
> Catalin, Will,
> 
> unfortunately it slipped our kconfig checks (and the kbuild bot) but
> not Arnd's.
> 
> It applies to arm64 for-next/core on top of v4.14 queue. Please apply.

Applied. Thanks.

-- 
Catalin



More information about the linux-arm-kernel mailing list