arm64/debug: Add missing #includes
authorDave P Martin <Dave.Martin@arm.com>
Fri, 24 Jul 2015 15:37:47 +0000 (16:37 +0100)
committerWill Deacon <will.deacon@arm.com>
Mon, 27 Jul 2015 10:08:42 +0000 (11:08 +0100)
commitd7a33f4fbd12ca0a32a24cc46c0d02b47f6b54d1
tree6719ed112e6ba36628ca3e26b7680fc0b7a2adcf
parentc696b93461f53db89d61450ace7c73babf920b99
arm64/debug: Add missing #includes

<asm/debug-monitors.h> relies on <asm/ptrace.h>, but doesn't
declare this dependency.  This becomes a problem once
debug-monitors.h starts getting included all over the place to get
the BRK immedates.

The missing include of <asm/memory.h> (for UL()) in <asm/esr.h> is
also added.  The series no longer relies on this, but I spotted it
during development and it may as well get fixed.

No functional change.

Signed-off-by: Dave Martin <Dave.Martin@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/include/asm/debug-monitors.h
arch/arm64/include/asm/esr.h
This page took 0.024833 seconds and 5 git commands to generate.