diff options
author | Anton Blanchard <anton@samba.org> | 2014-08-19 18:55:18 -0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2014-09-25 09:14:41 -0400 |
commit | e51df2c170efaeadce4d416e1825b0830de0a795 (patch) | |
tree | e3fa881027448042f5a2915e7f1c58ddecd6c82f /arch/powerpc/kernel/hw_breakpoint.c | |
parent | 5144b6bfe25fda7c51f6f9d8d79cf0fe61df5c28 (diff) |
powerpc: Make a bunch of things static
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel/hw_breakpoint.c')
-rw-r--r-- | arch/powerpc/kernel/hw_breakpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/hw_breakpoint.c b/arch/powerpc/kernel/hw_breakpoint.c index 0bb5918faaaf..1f7d84e2e8b2 100644 --- a/arch/powerpc/kernel/hw_breakpoint.c +++ b/arch/powerpc/kernel/hw_breakpoint.c | |||
@@ -293,7 +293,7 @@ out: | |||
293 | /* | 293 | /* |
294 | * Handle single-step exceptions following a DABR hit. | 294 | * Handle single-step exceptions following a DABR hit. |
295 | */ | 295 | */ |
296 | int __kprobes single_step_dabr_instruction(struct die_args *args) | 296 | static int __kprobes single_step_dabr_instruction(struct die_args *args) |
297 | { | 297 | { |
298 | struct pt_regs *regs = args->regs; | 298 | struct pt_regs *regs = args->regs; |
299 | struct perf_event *bp = NULL; | 299 | struct perf_event *bp = NULL; |