From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 6 Mar 2018 03:46:32 -0800 From: Greg Kroah-Hartman 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 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: User-Agent: Mutt/1.9.4 (2018-02-28) X-Mailing-List: linux-kernel@vger.kernel.org List-ID: 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 :)