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 AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id BD5E11A0D66 for ; Wed, 21 Jan 2015 14:55:26 +1100 (AEDT) Date: Wed, 21 Jan 2015 14:55:25 +1100 From: Anton Blanchard To: Jason Baron Subject: Re: [PATCH 3/3] powerpc: Include linux/jump_label.h to get HAVE_JUMP_LABEL define Message-ID: <20150121145525.49c9510b@kryten> In-Reply-To: <54AD4C1C.60505@akamai.com> References: <1420626958-31254-1-git-send-email-anton@samba.org> <1420626958-31254-3-git-send-email-anton@samba.org> <54AD4C1C.60505@akamai.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: "peterz@infradead.org" , "heiko.carstens@de.ibm.com" , "paulus@samba.org" , "hpa@zytor.com" , "mingo@kernel.org" , "linux@arm.linux.org.uk" , "mingo@redhat.com" , "mgorman@suse.de" , "catalin.marinas@arm.com" , "liuj97@gmail.com" , "linux-kbuild@vger.kernel.org" , "will.deacon@arm.com" , "rostedt@goodmis.org" , "tglx@linutronix.de" , "mmarek@suse.cz" , "linux-kernel@vger.kernel.org" , "ralf@linux-mips.org" , "schwidefsky@de.ibm.com" , "akpm@linux-foundation.org" , "linuxppc-dev@lists.ozlabs.org" , "davem@davemloft.net" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Jason, > > diff --git a/arch/powerpc/platforms/pseries/lpar.c > > b/arch/powerpc/platforms/pseries/lpar.c index 469751d..14ac1ad > > 100644 --- a/arch/powerpc/platforms/pseries/lpar.c > > +++ b/arch/powerpc/platforms/pseries/lpar.c > > @@ -27,6 +27,7 @@ > > #include > > #include > > #include > > +#include > > #include > > #include > > #include > > You can drop the 'static_key.h' include here since its redundant. Thanks, I incorporated this into the next series. Anton