projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea0e1a9
)
sh: Fix up generic BUG build for SH-5.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 21 Nov 2007 06:58:24 +0000
(15:58 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 28 Jan 2008 04:18:52 +0000
(13:18 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
include/asm-sh/bug.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-sh/bug.h
b/include/asm-sh/bug.h
index afb1c2723ec751aa02e3dfc75e093da51b511a67..c01718040166e2141fe68357e57fe637e9f20edf 100644
(file)
--- 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>