summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/debug.h
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2014-04-29 15:25:16 -0400
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-05-20 10:54:05 +1000
commit04c32a516806ec74b62048baf4cddcbb840927db (patch)
tree3d4a71b3c9cf8ad58be643510d475b30792d0493 /arch/powerpc/include/asm/debug.h
parentdade934a5e62f99d3bd8377b2f401f559d827f6f (diff)
downloadop-kernel-dev-04c32a516806ec74b62048baf4cddcbb840927db.zip
op-kernel-dev-04c32a516806ec74b62048baf4cddcbb840927db.tar.gz
powerpc: Drop return value from set_breakpoint as it is unused
None of the callers check the return value, so it might as well not have one at all. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm/debug.h')
-rw-r--r--arch/powerpc/include/asm/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/debug.h b/arch/powerpc/include/asm/debug.h
index d251630..1d7f966 100644
--- a/arch/powerpc/include/asm/debug.h
+++ b/arch/powerpc/include/asm/debug.h
@@ -46,7 +46,7 @@ static inline int debugger_break_match(struct pt_regs *regs) { return 0; }
static inline int debugger_fault_handler(struct pt_regs *regs) { return 0; }
#endif
-int set_breakpoint(struct arch_hw_breakpoint *brk);
+void set_breakpoint(struct arch_hw_breakpoint *brk);
#ifdef CONFIG_PPC_ADV_DEBUG_REGS
extern void do_send_trap(struct pt_regs *regs, unsigned long address,
unsigned long error_code, int signal_code, int brkpt);
OpenPOWER on IntegriCloud