Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 530719b2 authored by Grant Likely's avatar Grant Likely
Browse files

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: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 4c60071c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>