X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fof%2Firq.c;h=9f689f1da0fc05f051bbabc8f29a7fecd6faafc9;hb=434d42cfd05a7cc452457a81d2029540cba12150;hp=75b0d3cb7676d39458ad2f402c0bb255a779f6b5;hpb=4660ba63f1c4e07c20a435e084f12ba48a82bd2b;p=~andy%2Flinux diff --git a/drivers/of/irq.c b/drivers/of/irq.c index 75b0d3cb767..9f689f1da0f 100644 --- a/drivers/of/irq.c +++ b/drivers/of/irq.c @@ -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;