[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20150121145525.49c9510b@kryten>
Date: Wed, 21 Jan 2015 14:55:25 +1100
From: Anton Blanchard <anton@...ba.org>
To: Jason Baron <jbaron@...mai.com>
Cc: "benh@...nel.crashing.org" <benh@...nel.crashing.org>,
"paulus@...ba.org" <paulus@...ba.org>,
"mpe@...erman.id.au" <mpe@...erman.id.au>,
"mmarek@...e.cz" <mmarek@...e.cz>,
"akpm@...ux-foundation.org" <akpm@...ux-foundation.org>,
"peterz@...radead.org" <peterz@...radead.org>,
"liuj97@...il.com" <liuj97@...il.com>,
"mingo@...nel.org" <mingo@...nel.org>,
"mgorman@...e.de" <mgorman@...e.de>,
"linux@....linux.org.uk" <linux@....linux.org.uk>,
"catalin.marinas@....com" <catalin.marinas@....com>,
"will.deacon@....com" <will.deacon@....com>,
"ralf@...ux-mips.org" <ralf@...ux-mips.org>,
"schwidefsky@...ibm.com" <schwidefsky@...ibm.com>,
"heiko.carstens@...ibm.com" <heiko.carstens@...ibm.com>,
"davem@...emloft.net" <davem@...emloft.net>,
"tglx@...utronix.de" <tglx@...utronix.de>,
"mingo@...hat.com" <mingo@...hat.com>,
"hpa@...or.com" <hpa@...or.com>,
"rostedt@...dmis.org" <rostedt@...dmis.org>,
"linuxppc-dev@...ts.ozlabs.org" <linuxppc-dev@...ts.ozlabs.org>,
"linux-kbuild@...r.kernel.org" <linux-kbuild@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 3/3] powerpc: Include linux/jump_label.h to get
HAVE_JUMP_LABEL define
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 <linux/console.h>
> > #include <linux/export.h>
> > #include <linux/static_key.h>
> > +#include <linux/jump_label.h>
> > #include <asm/processor.h>
> > #include <asm/mmu.h>
> > #include <asm/page.h>
>
> You can drop the 'static_key.h' include here since its redundant.
Thanks, I incorporated this into the next series.
Anton
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists