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=-8.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT 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 E78C9C04EBF for ; Thu, 6 Dec 2018 14:10:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AD4C8208E7 for ; Thu, 6 Dec 2018 14:10:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="HXch1zsJ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AD4C8208E7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729728AbeLFOKL (ORCPT ); Thu, 6 Dec 2018 09:10:11 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:42272 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727737AbeLFOKL (ORCPT ); Thu, 6 Dec 2018 09:10:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=ZrKB4sfEbsTIItO7rTtpYHjGNnttwfnOSxg8vOpWZoY=; b=HXch1zsJm170tVkDctkcOgLfg g0Yo1EeyX4ckJHfKzLYwzwXvhkHgRvqXRoKFKCR8XtwBUmjR6YWSwhH+pVgLvC13ikvIS0JWkx0gG ccGB+D9btGplUrZANedtL5dNWkZlUt6DMj3oHQMmWCRaYm5SKWIH+IQBjW3UmhTJ3EamLQ2OuIAd/ OYksNJAAeo1lUpV+4NJsxk493EGD2/1wr/Komu9Iyx07e/cbMNzUp864ZCzXdChVsb3AhjyNrB6y5 QxC1t4Y/2IGUxuzZrVEPk3/LpvDznFHJAGkjjet1jCL+yOD1RfvqHOEiGbn3gLbm3ANqbknfPzAMG yohWtCuDQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.90_1 #2 (Red Hat Linux)) id 1gUuLt-0000Ct-1w; Thu, 06 Dec 2018 14:10:05 +0000 Date: Thu, 6 Dec 2018 06:10:04 -0800 From: Christoph Hellwig To: Christoph Hellwig Cc: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , linux-arch@vger.kernel.org, linux-mm@kvack.org, iommu@lists.linux-foundation.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 05/34] powerpc/dma: remove the unused dma_iommu_ops export Message-ID: <20181206141004.GE29741@infradead.org> References: <20181114082314.8965-1-hch@lst.de> <20181114082314.8965-6-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181114082314.8965-6-hch@lst.de> User-Agent: Mutt/1.9.2 (2017-12-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ping? On Wed, Nov 14, 2018 at 09:22:45AM +0100, Christoph Hellwig wrote: > Signed-off-by: Christoph Hellwig > --- > arch/powerpc/kernel/dma-iommu.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/powerpc/kernel/dma-iommu.c b/arch/powerpc/kernel/dma-iommu.c > index f9fe2080ceb9..2ca6cfaebf65 100644 > --- a/arch/powerpc/kernel/dma-iommu.c > +++ b/arch/powerpc/kernel/dma-iommu.c > @@ -6,7 +6,6 @@ > * busses using the iommu infrastructure > */ > > -#include > #include > > /* > @@ -123,4 +122,3 @@ struct dma_map_ops dma_iommu_ops = { > .get_required_mask = dma_iommu_get_required_mask, > .mapping_error = dma_iommu_mapping_error, > }; > -EXPORT_SYMBOL(dma_iommu_ops); > -- > 2.19.1 > > _______________________________________________ > iommu mailing list > iommu@lists.linux-foundation.org > https://lists.linuxfoundation.org/mailman/listinfo/iommu ---end quoted text---