Archived
14
0
Fork 0

sh: microdev: Fix compile warnings.

irq.c needs linux/interrupt.h.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt 2007-06-04 10:50:42 +09:00
parent c596b1a380
commit 8b19a7ce56

View file

@ -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>