Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752987AbdGSF5S (ORCPT ); Wed, 19 Jul 2017 01:57:18 -0400 Received: from ozlabs.org ([103.22.144.67]:57075 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752109AbdGSF5Q (ORCPT ); Wed, 19 Jul 2017 01:57:16 -0400 From: Michael Ellerman To: Logan Gunthorpe , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-ntb@googlegroups.com, linux-crypto@vger.kernel.org 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" Subject: Re: [PATCH v4 1/5] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs In-Reply-To: <20170718165528.7383-2-logang@deltatee.com> References: <20170718165528.7383-1-logang@deltatee.com> <20170718165528.7383-2-logang@deltatee.com> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Date: Wed, 19 Jul 2017 15:57:11 +1000 Message-ID: <87iniphsug.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 778 Lines: 21 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