From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH v11 7/7] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header Date: Tue, 6 Mar 2018 03:46:32 -0800 Message-ID: <20180306114632.GB16784@kroah.com> References: <20180305190824.847-1-logang@deltatee.com> <20180305190824.847-8-logang@deltatee.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Andy Shevchenko Cc: Logan Gunthorpe , Linux Kernel Mailing List , Linux-Arch , linux-ntb@googlegroups.com, linux-crypto , Arnd Bergmann , Horia =?utf-8?Q?Geant=C4=83?= , Jon Mason List-Id: linux-arch.vger.kernel.org On Tue, Mar 06, 2018 at 12:48:29PM +0200, Andy Shevchenko wrote: > On Mon, Mar 5, 2018 at 9:08 PM, Logan Gunthorpe wrote: > > Clean up the ifdefs which conditionally defined the io{read|write}64 > > functions in favour of the new common io-64-nonatomic-lo-hi header. > > > #include > > #include > > #include > > +#include > > A nit, can we preserve alphabetical ordering? Ugh, why, it doesn't matter at all :) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:60234 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753554AbeCFLq3 (ORCPT ); Tue, 6 Mar 2018 06:46:29 -0500 Date: Tue, 6 Mar 2018 03:46:32 -0800 From: Greg Kroah-Hartman Subject: Re: [PATCH v11 7/7] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header Message-ID: <20180306114632.GB16784@kroah.com> References: <20180305190824.847-1-logang@deltatee.com> <20180305190824.847-8-logang@deltatee.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-arch-owner@vger.kernel.org List-ID: To: Andy Shevchenko Cc: Logan Gunthorpe , Linux Kernel Mailing List , Linux-Arch , linux-ntb@googlegroups.com, linux-crypto , Arnd Bergmann , Horia =?utf-8?Q?Geant=C4=83?= , Jon Mason Message-ID: <20180306114632.hnqy2PgOqOB5zbF9Sctk7200ZN5EtcMmRfZXhduHq-g@z> On Tue, Mar 06, 2018 at 12:48:29PM +0200, Andy Shevchenko wrote: > On Mon, Mar 5, 2018 at 9:08 PM, Logan Gunthorpe wrote: > > Clean up the ifdefs which conditionally defined the io{read|write}64 > > functions in favour of the new common io-64-nonatomic-lo-hi header. > > > #include > > #include > > #include > > +#include > > A nit, can we preserve alphabetical ordering? Ugh, why, it doesn't matter at all :)