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=-15.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham 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 4224CC433DB for ; Thu, 7 Jan 2021 16:42:27 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D696723403 for ; Thu, 7 Jan 2021 16:42:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D696723403 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject: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=AALwNwl9SzX0Mijod+VTBi7cWDfDRBEOIcs74XsNwYU=; b=0E2fp/NtVZLTZxGb+w54DjVim 08/ojVD3j5g9JLcXcWgGsNJygIQrOZQDi9ocjQt2fGPtB63gynkwpo8wiTRVEXUSgNYcfmXrNX2Cr 1m8iUpvf5/oo2MWk26OVsznJ+EOmuFJJKV4H460gxozPAsqS5jr+d4Z/jR5kVu/vfpwmZp1nVipSM 6Qphaq0SiKKH2fpmi2/dI7OvM6Wsc3RDIWcs0rNLeB24B3v6eQZ7ahH06mV2sAlQfsovI4fuGP3eZ Sx/8Opu2neC5cc+i5BwPqO7zYI6Dagk7/VPPjT+yOVF/a9o1f/GkF0mfVhHPN6mei+/4UptU73yxH p4rNhiiUw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kxYLI-0007Ye-IG; Thu, 07 Jan 2021 16:40:56 +0000 Received: from elvis.franken.de ([193.175.24.41]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kxYLG-0007Y6-Oj for linux-mtd@lists.infradead.org; Thu, 07 Jan 2021 16:40:55 +0000 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1kxYL4-0000Tv-00; Thu, 07 Jan 2021 17:40:42 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id 98E5BC080E; Thu, 7 Jan 2021 17:40:15 +0100 (CET) Date: Thu, 7 Jan 2021 17:40:15 +0100 From: Thomas Bogendoerfer To: Joe Perches Subject: Re: [PATCH 05/10] dma: tx49 removal Message-ID: <20210107164015.GA12533@alpha.franken.de> References: <20210105140305.141401-1-tsbogend@alpha.franken.de> <20210105140305.141401-6-tsbogend@alpha.franken.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210107_114055_061844_38C9FDAA X-CRM114-Status: GOOD ( 16.80 ) X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Alexandre Belloni , Vignesh Raghavendra , Liam Girdwood , alsa-devel@alsa-project.org, Takashi Iwai , linux-ide@vger.kernel.org, linux-mtd@lists.infradead.org, Miquel Raynal , linux-spi@vger.kernel.org, linux-rtc@vger.kernel.org, Wim Van Sebroeck , Herbert Xu , Richard Weinberger , Jakub Kicinski , Guenter Roeck , linux-watchdog@vger.kernel.org, Mark Brown , Matt Mackall , Dan Williams , Jaroslav Kysela , Alessandro Zummo , netdev@vger.kernel.org, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, Vinod Koul , linux-crypto@vger.kernel.org, dmaengine@vger.kernel.org, "David S. Miller" Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-mtd" Errors-To: linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org On Wed, Jan 06, 2021 at 11:10:38AM -0800, Joe Perches wrote: > On Tue, 2021-01-05 at 15:02 +0100, Thomas Bogendoerfer wrote: > > Signed-off-by: Thomas Bogendoerfer > [] > > diff --git a/drivers/dma/txx9dmac.h b/drivers/dma/txx9dmac.h > [] > > @@ -26,11 +26,6 @@ > > =A0=A0* DMA channel. > > =A0=A0*/ > > =A0 > > = > > -#ifdef CONFIG_MACH_TX49XX > > -static inline bool txx9_dma_have_SMPCHN(void) > > -{ > > - return true; > > -} > > =A0#define TXX9_DMA_USE_SIMPLE_CHAIN > > =A0#else > > =A0static inline bool txx9_dma_have_SMPCHN(void) > = > This doesn't look like it compiles as there's now an #else > without an #if you are right, no idea what I had in mind while doing that. Vinod, as this patch series found a still active user of the platform, could you drop the patch from your tree, or do you want a revert from me ? Thomas. -- = Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ] ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/