From mboxrd@z Thu Jan 1 00:00:00 1970 From: Logan Gunthorpe Subject: Re: [PATCH v7 6/7] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks Date: Tue, 22 Aug 2017 11:56:34 -0600 Message-ID: References: <20170822170228.17196-1-logang@deltatee.com> <20170822170228.17196-7-logang@deltatee.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "linux-kernel@vger.kernel.org" , Linux-Arch , linux-ntb@googlegroups.com, linux-crypto , Arnd Bergmann , Greg Kroah-Hartman , =?UTF-8?Q?Horia_Geant=c4=83?= , Stephen Bates To: Andy Shevchenko Return-path: In-Reply-To: Content-Language: en-US Sender: linux-arch-owner@vger.kernel.org List-Id: linux-crypto.vger.kernel.org On 22/08/17 11:41 AM, Andy Shevchenko wrote: >> @@ -59,6 +59,7 @@ >> #include >> #include >> #include >> +#include > > I would rather try to squeeze to most alpabetiacelly ordered part of this block. > Otherwise it's a pretty nice clean up! > I don't understand. The includes were not alphabetically in any order originally and I'd rather not reorder them in my patch. Logan