projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cf6fa1
)
sh: dwarf unwinder needs linux/module.h.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 20 Apr 2010 05:34:15 +0000
(14:34 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 20 Apr 2010 05:34:15 +0000
(14:34 +0900)
Previously the struct module definition was pulled in from other headers,
but we want the reference to be explicit. Fixes up randconfig build
issues.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/dwarf.c
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/dwarf.c
b/arch/sh/kernel/dwarf.c
index 94739ee7aa74e8fc15baf1cea62adbef568beeb0..8c09f62cebd16e9320b036ad71c3dc0e6f5332ca 100644
(file)
--- a/
arch/sh/kernel/dwarf.c
+++ b/
arch/sh/kernel/dwarf.c
@@
-22,6
+22,7
@@
#include <linux/mm.h>
#include <linux/elf.h>
#include <linux/ftrace.h>
+#include <linux/module.h>
#include <asm/dwarf.h>
#include <asm/unwinder.h>
#include <asm/sections.h>