Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0b2328bbc08ee8f7377f9dccdd6fb0c707b34d2f
Commit:     0b2328bbc08ee8f7377f9dccdd6fb0c707b34d2f
Parent:     ea0e1a9a3d73b917226eca751bf369609fa0dc2f
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Wed Nov 21 15:58:24 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 13:18:52 2008 +0900

    sh: Fix up generic BUG build for SH-5.
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 include/asm-sh/bug.h |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/include/asm-sh/bug.h b/include/asm-sh/bug.h
index afb1c27..c017180 100644
--- a/include/asm-sh/bug.h
+++ b/include/asm-sh/bug.h
@@ -72,11 +72,6 @@ do {                                                 \
        unlikely(__ret_warn_on);                                \
 })
 
-struct pt_regs;
-
-/* arch/sh/kernel/traps.c */
-void handle_BUG(struct pt_regs *);
-
 #endif /* CONFIG_GENERIC_BUG */
 
 #include <asm-generic/bug.h>
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to