From: Catalin Marinas Date: Mon, 12 Oct 2015 11:10:53 +0000 (+0100) Subject: arm64: Fix missing #include in hw_breakpoint.c X-Git-Tag: firefly_0821_release~176^2~703^2~75 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cb50ce324e72bfd5d191d0a834a0ead1a08666b7;p=firefly-linux-kernel-4.4.55.git arm64: Fix missing #include in hw_breakpoint.c A prior commit used to detect the hw breakpoint ABI behaviour based on the target state missed the asm/compat.h include and the build fails with !CONFIG_COMPAT. Fixes: 8f48c0629049 ("arm64: hw_breakpoint: use target state to determine ABI behaviour") Signed-off-by: Catalin Marinas --- diff --git a/arch/arm64/kernel/hw_breakpoint.c b/arch/arm64/kernel/hw_breakpoint.c index 46465d9fbc4d..b45c95d34b83 100644 --- a/arch/arm64/kernel/hw_breakpoint.c +++ b/arch/arm64/kernel/hw_breakpoint.c @@ -28,6 +28,7 @@ #include #include +#include #include #include #include