mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 18:21:49 +00:00
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:
parent
c596b1a380
commit
8b19a7ce56
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user