Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326892
b: refs/heads/master
c: 6286109
h: refs/heads/master
v: v3
  • Loading branch information
Lee Jones committed Sep 20, 2012
1 parent 96641cc commit 0ccfa14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e8b9acd26bbb3f05b9d7fbb8b439441eb328e51d
refs/heads/master: 62861095dc3f40594958f45257f2551c1d7e2655
5 changes: 5 additions & 0 deletions trunk/include/linux/of_irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ static inline unsigned int irq_of_parse_and_map(struct device_node *dev,
{
return 0;
}

static inline void *of_irq_find_parent(struct device_node *child)
{
return NULL;
}
#endif /* !CONFIG_OF */

#endif /* __OF_IRQ_H */

0 comments on commit 0ccfa14

Please sign in to comment.