From 0ccfa149b391ddb053f7d79876e9242a7341ca84 Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Wed, 8 Aug 2012 13:44:59 +0100 Subject: [PATCH] --- yaml --- r: 326892 b: refs/heads/master c: 62861095dc3f40594958f45257f2551c1d7e2655 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/of_irq.h | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index c4c92a6e15d4..53bd32fe9f7c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e8b9acd26bbb3f05b9d7fbb8b439441eb328e51d +refs/heads/master: 62861095dc3f40594958f45257f2551c1d7e2655 diff --git a/trunk/include/linux/of_irq.h b/trunk/include/linux/of_irq.h index 1717cd935e1c..b8e241125201 100644 --- a/trunk/include/linux/of_irq.h +++ b/trunk/include/linux/of_irq.h @@ -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 */