From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH] asm-generic: remove old nonatomic-io wrapper files Date: Tue, 1 Mar 2016 09:13:42 +0900 Message-ID: <20160301001338.GA14413@vergenet.net> References: <1456496980-1852604-1-git-send-email-arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pf0-f181.google.com ([209.85.192.181]:35109 "EHLO mail-pf0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751665AbcCAAOC (ORCPT ); Mon, 29 Feb 2016 19:14:02 -0500 Received: by mail-pf0-f181.google.com with SMTP id w128so56288719pfb.2 for ; Mon, 29 Feb 2016 16:14:01 -0800 (PST) Content-Disposition: inline In-Reply-To: <1456496980-1852604-1-git-send-email-arnd@arndb.de> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Arnd Bergmann Cc: Christoph Hellwig , linux-arm-kernel@lists.infradead.org, Dan Williams , Vinod Koul , Jakub Kicinski , Rolf Neugebauer , "David S. Miller" , Yisen Zhuang , yankejian , kenneth Lee , huangdaode , lipeng , linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org, netdev@vger.kernel.org, oss-drivers@netronome.com, linux-arch@vger.kernel.org On Fri, Feb 26, 2016 at 03:29:05PM +0100, Arnd Bergmann wrote: > The two header files got moved to include/linux, and most > users were already converted, this changes the remaining drivers > and removes the files. > > Signed-off-by: Arnd Bergmann > --- > drivers/dma/idma64.h | 2 +- > drivers/net/ethernet/hisilicon/hns/hns_dsaf_xgmac.c | 2 +- > drivers/net/ethernet/netronome/nfp/nfp_net.h | 2 +- The NFP portion: Acked-by: Simon Horman > include/asm-generic/io-64-nonatomic-hi-lo.h | 2 -- > include/asm-generic/io-64-nonatomic-lo-hi.h | 2 -- > 5 files changed, 3 insertions(+), 7 deletions(-) > delete mode 100644 include/asm-generic/io-64-nonatomic-hi-lo.h > delete mode 100644 include/asm-generic/io-64-nonatomic-lo-hi.h