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

Commit 8b19a7ce authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: microdev: Fix compile warnings.



irq.c needs linux/interrupt.h.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent c596b1a3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@

#include <linux/init.h>
#include <linux/irq.h>
#include <linux/interrupt.h>
#include <asm/system.h>
#include <asm/io.h>
#include <asm/microdev.h>