From: Paul Mundt Date: Tue, 20 Apr 2010 05:34:15 +0000 (+0900) Subject: sh: dwarf unwinder needs linux/module.h. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1d5cc550ede76825ab401941fb1165f2056e2c46;p=mv-sheeva.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 94739ee7aa7..8c09f62cebd 100644 --- a/arch/sh/kernel/dwarf.c +++ b/arch/sh/kernel/dwarf.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include