diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2018-07-05 16:25:09 +0000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-07-30 22:48:19 +1000 |
commit | 62b8426578c414c918468ab4cc7517da7adc31d5 (patch) | |
tree | 67f59b9446fdfb1afa73ff2dd43e1fa6d1051fbd /arch/powerpc/include/asm/hw_breakpoint.h | |
parent | 6b622669119e20a53a1983cd41115e6895bb85a2 (diff) | |
download | linux-62b8426578c414c918468ab4cc7517da7adc31d5.tar.gz |
powerpc: fix includes in asm/processor.h
Remove superflous includes and add missing ones
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/hw_breakpoint.h')
-rw-r--r-- | arch/powerpc/include/asm/hw_breakpoint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/hw_breakpoint.h b/arch/powerpc/include/asm/hw_breakpoint.h index 8e7b09703ca4..3637588d3f6d 100644 --- a/arch/powerpc/include/asm/hw_breakpoint.h +++ b/arch/powerpc/include/asm/hw_breakpoint.h @@ -55,6 +55,7 @@ struct arch_hw_breakpoint { struct perf_event; struct pmu; struct perf_sample_data; +struct task_struct; #define HW_BREAKPOINT_ALIGN 0x7 |