diff options
author | Anton Blanchard <anton@samba.org> | 2014-08-20 08:55:20 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2014-09-25 23:14:43 +1000 |
commit | a38efcea56988761f89a3134145f0d5f9ea68076 (patch) | |
tree | b6dff43e39e0f25712a5c0d5dbf8678cebb79b4e /arch/powerpc/include/asm/bug.h | |
parent | 1217d34b531c76362217057ca70a8ce8950574e0 (diff) | |
download | op-kernel-dev-a38efcea56988761f89a3134145f0d5f9ea68076.zip op-kernel-dev-a38efcea56988761f89a3134145f0d5f9ea68076.tar.gz |
powerpc: Remove stale function prototypes
There were a number of prototypes for functions that no longer
exist. Remove them.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/bug.h')
-rw-r--r-- | arch/powerpc/include/asm/bug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/bug.h b/arch/powerpc/include/asm/bug.h index 3eb53d74..3a39283 100644 --- a/arch/powerpc/include/asm/bug.h +++ b/arch/powerpc/include/asm/bug.h @@ -133,7 +133,6 @@ extern int do_page_fault(struct pt_regs *, unsigned long, unsigned long); extern void bad_page_fault(struct pt_regs *, unsigned long, int); extern void _exception(int, struct pt_regs *, int, unsigned long); extern void die(const char *, struct pt_regs *, long); -extern void print_backtrace(unsigned long *); #endif /* !__ASSEMBLY__ */ |