From: Michael Ellerman Subject: Re: [PATCH v4 1/5] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs Date: Wed, 19 Jul 2017 15:57:11 +1000 Message-ID: <87iniphsug.fsf@concordia.ellerman.id.au> References: <20170718165528.7383-1-logang@deltatee.com> <20170718165528.7383-2-logang@deltatee.com> Mime-Version: 1.0 Content-Type: text/plain Cc: Arnd Bergmann , Greg Kroah-Hartman , Horia =?utf-8?Q?Geant=C4=83?= , Stephen Bates , Logan Gunthorpe , Benjamin Herrenschmidt , Paul Mackerras , Nicholas Piggin , Suresh Warrier , Oliver O'Halloran To: Logan Gunthorpe , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-ntb@googlegroups.com, linux-crypto@vger.kernel.org Return-path: In-Reply-To: <20170718165528.7383-2-logang@deltatee.com> Sender: linux-arch-owner@vger.kernel.org List-Id: linux-crypto.vger.kernel.org Logan Gunthorpe writes: > Subsequent patches in this series makes use of the readq and writeq > defines in iomap.h. However, as is, they get missed on the powerpc > platform seeing the include comes before the define. This patch > moves the include down to fix this. > > Signed-off-by: Logan Gunthorpe > Cc: Benjamin Herrenschmidt > Cc: Paul Mackerras > Cc: Michael Ellerman > Cc: Nicholas Piggin > Cc: Suresh Warrier > Cc: "Oliver O'Halloran" > --- > arch/powerpc/include/asm/io.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Seems fair enough, have you tested it at all? cheers