Commit 62b84265 authored by Christophe Leroy's avatar Christophe Leroy Committed by Michael Ellerman

powerpc: fix includes in asm/processor.h

Remove superflous includes and add missing ones
Signed-off-by: default avatarChristophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 6b622669
...@@ -55,6 +55,7 @@ struct arch_hw_breakpoint { ...@@ -55,6 +55,7 @@ struct arch_hw_breakpoint {
struct perf_event; struct perf_event;
struct pmu; struct pmu;
struct perf_sample_data; struct perf_sample_data;
struct task_struct;
#define HW_BREAKPOINT_ALIGN 0x7 #define HW_BREAKPOINT_ALIGN 0x7
......
...@@ -39,10 +39,9 @@ ...@@ -39,10 +39,9 @@
#endif /* CONFIG_PPC64 */ #endif /* CONFIG_PPC64 */
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
#include <linux/compiler.h> #include <linux/types.h>
#include <linux/cache.h> #include <asm/thread_info.h>
#include <asm/ptrace.h> #include <asm/ptrace.h>
#include <asm/types.h>
#include <asm/hw_breakpoint.h> #include <asm/hw_breakpoint.h>
/* We do _not_ want to define new machine types at all, those must die /* We do _not_ want to define new machine types at all, those must die
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment