From: Jason Baron Date: Wed, 3 Aug 2016 20:46:24 +0000 (-0700) Subject: powerpc: add explicit #include for jump label X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5411fd7fdc8713fe17236b7a8f88b74bd8ce9f51;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git powerpc: add explicit #include for jump label The stringify_in_c() macro may not be included. Make the dependency explicit. Link: http://lkml.kernel.org/r/564720c5328edd53c9d56db325be7215440eec3e.1467837322.git.jbaron@akamai.com Signed-off-by: Jason Baron Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: Michael Ellerman Cc: Peter Zijlstra Cc: Joe Perches Cc: "David S. Miller" Cc: Arnd Bergmann Cc: Chris Metcalf Cc: Heiko Carstens Cc: Joe Perches Cc: Martin Schwidefsky Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/powerpc/include/asm/jump_label.h b/arch/powerpc/include/asm/jump_label.h index 47e155f15433..9af103a23975 100644 --- a/arch/powerpc/include/asm/jump_label.h +++ b/arch/powerpc/include/asm/jump_label.h @@ -14,6 +14,7 @@ #include #include +#include #define JUMP_ENTRY_TYPE stringify_in_c(FTR_ENTRY_LONG) #define JUMP_LABEL_NOP_SIZE 4