]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: Fix missing #include in hw_breakpoint.c
authorCatalin Marinas <catalin.marinas@arm.com>
Mon, 12 Oct 2015 11:10:53 +0000 (12:10 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 12 Oct 2015 11:10:53 +0000 (12:10 +0100)
commit4c1d0ea50d7ec5b56b096a65ac8d4798ce1d1a73
tree2347f843c96274fc865fafeecb2c33f817a6297c
parentf3ad1069f00ac2cb331bfc9b98c1762c375e8e29
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: 246b59fd3d7c ("arm64: hw_breakpoint: use target state to determine ABI behaviour")
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/hw_breakpoint.c