commit | 530719b2341fea925f58a5d6be0353fa43a88baf | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Thu Oct 21 11:34:55 2010 -0600 |
committer | Grant Likely <grant.likely@secretlab.ca> | Thu Oct 21 11:34:55 2010 -0600 |
tree | fe528b76dae13886117679ca2abcff465f989969 | |
parent | 4c60071c1ea3e204b9dc25c7519f7beef355d47f [diff] |
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>