Skip to content

Commit

Permalink
sh: dwarf unwinder needs linux/module.h.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed Apr 20, 2010
1 parent 3cf6fa1 commit 1d5cc55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/sh/kernel/dwarf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1d5cc55

Please sign in to comment.