From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B96081E5B63; Mon, 8 Jun 2026 12:09:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780920568; cv=none; b=LfEla5zAN6PnzJDI/l5F95xMML5Z/lJDD56rXrmnrArPOvN/EgT4UQBzBiTA3SwZ/+cRB/J3LNv9Gtm0NCl4VhtdCtyW4pbvW6ShcNOFs+UpUAJOI07BBIXcXl6JHL+JCl527rS8+ZyKu4k9b1DannvdnTWlxVGlhZDVoC6bH8E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780920568; c=relaxed/simple; bh=afFlbiE1PJ1WlaaiaJEYNVfsDX6QYlh7ghKtTCuesgw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=k1ia6wurT3JE3ka08lSEW+aBMMmlpejf6fRkC1jy+sEP0ejimEfzp8Ti6VXECeAkWBEwuYyuJLpQAjpdmeml2cs0F7z2a+qOYXyCbu1703tmBME4G9N2EG0EaphHRzhXOM+yXq1JeqhT7n2XgdN1ZpNSBCM46QheSRaetBLtf1k= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lJCC/7YE; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="lJCC/7YE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A66961F00893; Mon, 8 Jun 2026 12:09:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780920567; bh=ZpiDNYSzBKDsaWbTBujoPCwlcdcM+NFdKmVE3hxzxeg=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=lJCC/7YE41aeB5clAPeyVTZk3YLMVU80Z1V9qVIoHxt/2jE9jDRZzi1AJoDaK/ir0 z15VqiP2oUSSZUZHHsCRLMC6ySZXrcRtd8fS/ZYFFPIcarqSlrKI942f9LrO6GYrb9 U6x8eH/UbJNwrXnjSuguPi+0iR8yy+vk0lzCInPpH6VYbtIPgymTL609+9/hTn/Az5 5by8i8H86uhm7vRsYSNTGdJgjXG0qVGDPAP3S172oQayraAiO2WZDT9geFQAelUBoe xHdW8OGgsxCwDGTU1MTKg9P1dEgHJk4KQozUExwmuNzXmfj8PV6Ahp/fy5uEdSQiLv QxWYuvBjpgIcg== Date: Mon, 8 Jun 2026 17:39:23 +0530 From: Vinod Koul To: Costa Shulyupin Cc: linux-kernel@vger.kernel.org, Frank.Li@kernel.org, dmaengine@vger.kernel.org Subject: Re: [PATCH v1] include: Remove unused dma-iop32x.h Message-ID: References: <20260605073952.840988-1-costa.shul@redhat.com> Precedence: bulk X-Mailing-List: dmaengine@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260605073952.840988-1-costa.shul@redhat.com> On 05-06-26, 10:39, Costa Shulyupin wrote: > The IOP32X platform was removed in commit b91a69d162aa > ("ARM: iop32x: remove the platform") and its DMA driver in > commit cd0ab43ec91a ("dmaengine: remove iop-adma driver"). > No file includes this header. Thanks for the patch. This is same as [1], which I have applied So dropping this [1]: 20260114051508.3908807-1-vz@mleia.com -- ~Vinod