From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 79524C433F5 for ; Thu, 29 Sep 2022 14:41:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235579AbiI2Old (ORCPT ); Thu, 29 Sep 2022 10:41:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42300 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235709AbiI2OlY (ORCPT ); Thu, 29 Sep 2022 10:41:24 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 461F01C432A; Thu, 29 Sep 2022 07:41:20 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 2C3C31650; Thu, 29 Sep 2022 07:41:27 -0700 (PDT) Received: from [10.57.65.170] (unknown [10.57.65.170]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id EE13B3F792; Thu, 29 Sep 2022 07:41:17 -0700 (PDT) Message-ID: <7f9d35bf-282f-68cf-b857-3d7e66dbaf63@arm.com> Date: Thu, 29 Sep 2022 15:40:56 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Thunderbird/102.3.0 Subject: Re: linux-next: build failure after merge of the irqchip tree Content-Language: en-GB To: broonie@kernel.org, Marc Zyngier , Joerg Roedel , Frank Li , Will Deacon Cc: Linux Kernel Mailing List , Linux Next Mailing List , linux-arm-kernel@lists.infradead.org, iommu@lists.linux.dev References: <20220929143149.126145-1-broonie@kernel.org> From: Robin Murphy In-Reply-To: <20220929143149.126145-1-broonie@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On 2022-09-29 15:31, broonie@kernel.org wrote: > Hi all, > > After merging the irqchip tree, today's linux-next build (arm64 > defconfig) failed like this: > > /tmp/next/build/drivers/irqchip/irq-imx-mu-msi.c:14:10: fatal error: linux/dma-iommu.h: No such file or directory > 14 | #include > | ^~~~~~~~~~~~~~~~~~~ > > Caused by commit > > 841e6e9f2bc95baff ("irqchip: Add IMX MU MSI controller driver") > > interacting with > > f2042ed21da7f8886 ("iommu/dma: Make header private") > > I have reverted the driver for today. Once again it looks like an unused include which could just be removed... illustrating a large part of why I took the header away :) Cheers, Robin.