Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9eb08fb3 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Wolfram Sang
Browse files

of/irq: Export of_irq_get()



The function will be used by the I2C core which can be compiled as a
module.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarGrant Likely <grant.likely@linaro.org>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 78df445e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -405,6 +405,7 @@ int of_irq_get(struct device_node *dev, int index)

	return irq_create_of_mapping(&oirq);
}
EXPORT_SYMBOL_GPL(of_irq_get);

/**
 * of_irq_get_byname - Decode a node's IRQ and return it as a Linux irq number