The patch titled Subject: powerpc: add explicit #include <asm/asm-compat.h> for jump label has been removed from the -mm tree. Its filename was powerpc-add-explicit-include-asm-asm-compath-for-jump-label.patch This patch was dropped because an updated version will be merged ------------------------------------------------------ From: Jason Baron <jbaron@xxxxxxxxxx> Subject: powerpc: add explicit #include <asm/asm-compat.h> for jump label The stringify_in_c() macro may not be included. Make the dependency explicit. Link: http://lkml.kernel.org/r/a71251966e052e4e494957c313af02f1d9fd6ce6.1463778029.git.jbaron@xxxxxxxxxx Signed-off-by: Jason Baron <jbaron@xxxxxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Cc: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Cc: Martin Schwidefsky <schwidefsky@xxxxxxxxxx> Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx> Cc: Paul Mackerras <paulus@xxxxxxxxx> Cc: Joe Perches <joe@xxxxxxxxxxx> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/powerpc/include/asm/jump_label.h | 1 + 1 file changed, 1 insertion(+) diff -puN arch/powerpc/include/asm/jump_label.h~powerpc-add-explicit-include-asm-asm-compath-for-jump-label arch/powerpc/include/asm/jump_label.h --- a/arch/powerpc/include/asm/jump_label.h~powerpc-add-explicit-include-asm-asm-compath-for-jump-label +++ a/arch/powerpc/include/asm/jump_label.h @@ -14,6 +14,7 @@ #include <linux/types.h> #include <asm/feature-fixups.h> +#include <asm/asm-compat.h> #define JUMP_ENTRY_TYPE stringify_in_c(FTR_ENTRY_LONG) #define JUMP_LABEL_NOP_SIZE 4 _ Patches currently in -mm which might be from jbaron@xxxxxxxxxx are s390-add-explicit-linux-stringifyh-for-jump-label.patch dynamic_debug-add-jump-label-support.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html