From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Date: Mon, 20 Mar 2017 06:49:09 +0000 Subject: [PATCH 07/12] powerpc/kvm: Massage order of #include Message-Id: <20170320064914.4437-7-benh@kernel.crashing.org> List-Id: References: <20170320064914.4437-1-benh@kernel.crashing.org> In-Reply-To: <20170320064914.4437-1-benh@kernel.crashing.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linuxppc-dev@ozlabs.org, kvm-ppc@vger.kernel.org We traditionally have linux/ before asm/ Signed-off-by: Benjamin Herrenschmidt --- arch/powerpc/kvm/book3s.c | 8 ++++---- arch/powerpc/kvm/book3s_hv.c | 18 +++++++++--------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/arch/powerpc/kvm/book3s.c b/arch/powerpc/kvm/book3s.c index b6b5c18..aedacef 100644 --- a/arch/powerpc/kvm/book3s.c +++ b/arch/powerpc/kvm/book3s.c @@ -20,6 +20,10 @@ #include #include #include +#include +#include +#include +#include #include #include @@ -31,10 +35,6 @@ #include #include #include -#include -#include -#include -#include #include "book3s.h" #include "trace.h" diff --git a/arch/powerpc/kvm/book3s_hv.c b/arch/powerpc/kvm/book3s_hv.c index 1ec86d9..fadb75a 100644 --- a/arch/powerpc/kvm/book3s_hv.c +++ b/arch/powerpc/kvm/book3s_hv.c @@ -35,6 +35,15 @@ #include #include #include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include #include @@ -58,15 +67,6 @@ #include #include #include -#include -#include -#include -#include -#include -#include -#include -#include -#include #include "book3s.h" -- 2.9.3 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3vmmlq4PYKzDqbB for ; Mon, 20 Mar 2017 17:49:59 +1100 (AEDT) Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) by bilbo.ozlabs.org (Postfix) with ESMTP id 3vmmlq3PLTz8t4P for ; Mon, 20 Mar 2017 17:49:59 +1100 (AEDT) Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vmmlp5XYtz9s2x for ; Mon, 20 Mar 2017 17:49:58 +1100 (AEDT) From: Benjamin Herrenschmidt To: linuxppc-dev@ozlabs.org, kvm-ppc@vger.kernel.org Subject: [PATCH 07/12] powerpc/kvm: Massage order of #include Date: Mon, 20 Mar 2017 17:49:09 +1100 Message-Id: <20170320064914.4437-7-benh@kernel.crashing.org> In-Reply-To: <20170320064914.4437-1-benh@kernel.crashing.org> References: <20170320064914.4437-1-benh@kernel.crashing.org> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , We traditionally have linux/ before asm/ Signed-off-by: Benjamin Herrenschmidt --- arch/powerpc/kvm/book3s.c | 8 ++++---- arch/powerpc/kvm/book3s_hv.c | 18 +++++++++--------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/arch/powerpc/kvm/book3s.c b/arch/powerpc/kvm/book3s.c index b6b5c18..aedacef 100644 --- a/arch/powerpc/kvm/book3s.c +++ b/arch/powerpc/kvm/book3s.c @@ -20,6 +20,10 @@ #include #include #include +#include +#include +#include +#include #include #include @@ -31,10 +35,6 @@ #include #include #include -#include -#include -#include -#include #include "book3s.h" #include "trace.h" diff --git a/arch/powerpc/kvm/book3s_hv.c b/arch/powerpc/kvm/book3s_hv.c index 1ec86d9..fadb75a 100644 --- a/arch/powerpc/kvm/book3s_hv.c +++ b/arch/powerpc/kvm/book3s_hv.c @@ -35,6 +35,15 @@ #include #include #include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include #include @@ -58,15 +67,6 @@ #include #include #include -#include -#include -#include -#include -#include -#include -#include -#include -#include #include "book3s.h" -- 2.9.3