[PATCH] DT: export of_irq_to_resource_table()
Rob Herring
robherring2 at gmail.com
Mon Aug 27 17:01:51 EST 2012
On 08/26/2012 02:13 AM, John Crispin wrote:
> Trivial patch that exports the of_irq_to_resource_table() symbol so that
> modules can use it.
>
> Signed-off-by: John Crispin <blogic at openwrt.org>
> ---
Applied for 3.7
Rob
> drivers/of/irq.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/of/irq.c b/drivers/of/irq.c
> index ff8ab7b..a23ec77 100644
> --- a/drivers/of/irq.c
> +++ b/drivers/of/irq.c
> @@ -392,6 +392,7 @@ int of_irq_to_resource_table(struct device_node *dev, struct resource *res,
>
> return i;
> }
> +EXPORT_SYMBOL_GPL(of_irq_to_resource_table);
>
> struct intc_desc {
> struct list_head list;
>
More information about the devicetree-discuss
mailing list