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

sh: microdev: Fix compile warnings.

irq.c needs linux/interrupt.h.
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent c596b1a3
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment