Skip to content

Commit

Permalink
of/irq: of_irq.c needs to include linux/irq.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Grant Likely committed Oct 21, 2010
1 parent 4c60071 commit 530719b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/of_irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 530719b

Please sign in to comment.