]> Pileus Git - ~andy/linux/blobdiff - drivers/of/irq.c
Merge branch 'next' into for-linus
[~andy/linux] / drivers / of / irq.c
index 75b0d3cb7676d39458ad2f402c0bb255a779f6b5..9f689f1da0fc05f051bbabc8f29a7fecd6faafc9 100644 (file)
@@ -56,7 +56,7 @@ EXPORT_SYMBOL_GPL(irq_of_parse_and_map);
  * Returns a pointer to the interrupt parent node, or NULL if the interrupt
  * parent could not be determined.
  */
-static struct device_node *of_irq_find_parent(struct device_node *child)
+struct device_node *of_irq_find_parent(struct device_node *child)
 {
        struct device_node *p;
        const __be32 *parp;