mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
of/irq: of_irq.c needs to include linux/irq.h
It works on current architectures simply because asm/prom.h includes it, but it broke when x86 turned on CONFIG_OF. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
parent
4c60071c1e
commit
530719b234
@ -5,6 +5,7 @@
|
||||
struct of_irq;
|
||||
#include <linux/types.h>
|
||||
#include <linux/errno.h>
|
||||
#include <linux/irq.h>
|
||||
#include <linux/ioport.h>
|
||||
#include <linux/of.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user