Message ID | 1348143170-2130-6-git-send-email-lee.jones@linaro.org |
---|---|
State | Accepted |
Commit | 62861095dc3f40594958f45257f2551c1d7e2655 |
Headers | show |
diff --git a/include/linux/of_irq.h b/include/linux/of_irq.h index 1717cd9..b8e2411 100644 --- a/include/linux/of_irq.h +++ b/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 */