Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d5cc550 authored by Paul Mundt's avatar Paul Mundt
Browse files

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: default avatarPaul Mundt <lethal@linux-sh.org>
parent 3cf6fa1e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>