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:
Родитель
c596b1a380
Коммит
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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче