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 X-Spam-Level: X-Spam-Status: No, score=-6.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 15FDAC48BDF for ; Thu, 24 Jun 2021 11:14:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E1296611CE for ; Thu, 24 Jun 2021 11:14:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232310AbhFXLRJ (ORCPT ); Thu, 24 Jun 2021 07:17:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:59360 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232118AbhFXLRI (ORCPT ); Thu, 24 Jun 2021 07:17:08 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id F194E600CC; Thu, 24 Jun 2021 11:14:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1624533289; bh=Yor6GmrIgTWlrEW6KcBitxP2lxqc2gFCBSASC2F5PGg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uU/O75oE6mjt7A9w/dOmDFWxoIOomnR92dNZXCSzs23Bh92svPj29uOA0GbgptBQr /QnlXAhIqwIvg5r6evnK4OGjB5F83Po7/htLtzM1/Axe0cZKz87Ha7ogBbt4Dqpzvt YTmHumPlVvO8roN6oQLNNZPjIkpoEdxjIYD3OsDE29vOpcr/Xt2SkASadaoQcLQDm/ qXcgsLi+jKNcW9zqtCoVgIC2X8HZdot80PTNHV09gxl5iONJm9hrQfMLSjP14dnLu1 FKCz9Bqobl0KEYfiBFVM9u387t/ZxJOn1jhWC9X0l3eou291+YwpXytPOpy1Z2KJr+ ohCwxqDst9VFQ== Date: Thu, 24 Jun 2021 16:44:46 +0530 From: Vinod Koul To: Vladimir Zapolskiy Cc: Shawn Guo , Fabio Estevam , Arnd Bergmann , Pengutronix Kernel Team , dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] dmaengine: imx-sdma: Remove platform data header Message-ID: References: <20210620191103.156626-1-vz@mleia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210620191103.156626-1-vz@mleia.com> Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 20-06-21, 22:11, Vladimir Zapolskiy wrote: > Since commit 6c5f05a6cd88 ("ARM: imx3: Remove imx3 soc_init()") > there are no more users of struct sdma_script_start_addrs outside > of the driver itself, thus let's move the struct declaration just > to the driver source code and remove the header file as unused one. Applied, thanks -- ~Vinod