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

From: Anton Blanchard
Date: Tue Jan 20 2015 - 22:55:33 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/