[PATCH 3/3] powerpc: Include linux/jump_label.h to get HAVE_JUMP_LABEL define

Anton Blanchard anton at samba.org
Wed Jan 21 14:55:25 AEDT 2015


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


More information about the Linuxppc-dev mailing list