From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3vydTB1t3dzDqHl for ; Wed, 5 Apr 2017 17:56:30 +1000 (AEST) Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) by bilbo.ozlabs.org (Postfix) with ESMTP id 3vydTB0tMBz8t15 for ; Wed, 5 Apr 2017 17:56:30 +1000 (AEST) 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 3vydT84rBXz9s84 for ; Wed, 5 Apr 2017 17:56:28 +1000 (AEST) From: Benjamin Herrenschmidt To: linuxppc-dev@ozlabs.org Subject: [PATCH v2 05/10] powerpc/kvm: Massage order of #include Date: Wed, 5 Apr 2017 17:54:51 +1000 Message-Id: <20170405075456.13561-5-benh@kernel.crashing.org> In-Reply-To: <20170405075456.13561-1-benh@kernel.crashing.org> References: <20170405075456.13561-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