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-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html