From: Paul Mundt Date: Tue, 20 Apr 2010 05:34:15 +0000 (+0900) Subject: sh: dwarf unwinder needs linux/module.h. X-Git-Tag: v2.6.35-rc1~504^2~33 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=1d5cc550ede76825ab401941fb1165f2056e2c46;p=linux.git sh: dwarf unwinder needs linux/module.h. 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 --- diff --git a/arch/sh/kernel/dwarf.c b/arch/sh/kernel/dwarf.c index 94739ee7aa74..8c09f62cebd1 100644 --- a/arch/sh/kernel/dwarf.c +++ b/arch/sh/kernel/dwarf.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include