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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 02C38C77B6F for ; Wed, 12 Apr 2023 17:14:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=vXSwWPdqJDJRk/iM/Jgk4T6rVNzf0sXZjiye9CSuU+Q=; b=BEbIoOJEBiPMZ9 vuZzlHmLG00gvDTQCEHsbOH/q3lq7nIkAdb3nwpNdkb3Du21TUOr1vcg3HnsQVgjG9j2oDhXlXUnb napYMxhDdugyUIeIqzJc2vCCIhqcaYqor0LsVIAAyo9NdnFUULk2MC6+OjLvcJikdhi4gVKbXweWa F+KU+ws5c+8KcFcSaKEREu9k2Ah+ADJ/8Q1nGMXzLXp9Dz4BK2tBQCmCAMKhnoaN8ajMEaLgaWCSh cur9ovK39kz2w82liZqLuzU8Sv0magU04WlAfbTwqSL3tBRGsMif8ruEbhrCdUeHswlUQbr8vv8sh es+Ot2NFpZQHNJpmYOcg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pme29-003vdK-0N; Wed, 12 Apr 2023 17:13:25 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pme27-003vcl-0k for linux-arm-kernel@lists.infradead.org; Wed, 12 Apr 2023 17:13:24 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E962662B40; Wed, 12 Apr 2023 17:13:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A04F9C4339B; Wed, 12 Apr 2023 17:13:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681319600; bh=mUU/t30v6SjF9HmyrBzJN1lysUpIplFg9I0liCH0Tjw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pkvXhfjSV+BMhwwMA3Ih2yrD3glm9cMuANycWRSvgoEv4IIlhuuzV4qmOw/ykaIPt dyMeoufDBGkWTTbTUeFkNV2OBlzSULwyFkNH23pMKcAvq90L2IDcG8ohE5QaFFnToJ LCxF/YTzvVwyGImNMv4EjuSIzRxIt4jwgsD+qrj9+QtqnNNlOIKJxzKhGS8UdoihyS 9zkRFC47ebvD5XmdAs3A94U9Rv7EbQocNujap7dQJbCcF43INDQ0UkJgshq3aeOTYg ivwHI7rHMnayXr7B9oLixu3mYJMDblLZEF0dIDyxIK5GYqCGok161vCiRc3GTiIo+E MO+/nxRZQhK3Q== Date: Wed, 12 Apr 2023 22:43:15 +0530 From: Vinod Koul To: Rob Herring Cc: Sinan Kaya , Andy Gross , Bjorn Andersson , Konrad Dybcio , linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dmaengine: qcom_hidma: Add explicit platform_device.h and of_device.h includes Message-ID: References: <20230410232654.1561462-1-robh@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230410232654.1561462-1-robh@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230412_101323_313384_161531C4 X-CRM114-Status: UNSURE ( 8.40 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 10-04-23, 18:26, Rob Herring wrote: > qcom_hidma uses of_dma_configure() which is declared in of_device.h. > platform_device.h and of_device.h get implicitly included by of_platform.h, > but that is going to be removed soon. Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel