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 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 To: Andy Shevchenko Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-crypto.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 :)