Re: [PATCH 03/10] of: irq: make of_msi_configure accessible from modules

From: Rob Herring
Date: Mon Jul 18 2016 - 17:24:50 EST


On Mon, Jul 18, 2016 at 1:39 PM, Sinan Kaya <okaya@xxxxxxxxxxxxxx> wrote:
> The of_msi_configure routine is only accessible by the built-in
> kernel drivers. Export this function so that modules can use it
> too.
>
> This function is useful for configuring MSI on child device tree
> nodes on hierarchical objects.
>
> Signed-off-by: Sinan Kaya <okaya@xxxxxxxxxxxxxx>
> ---
> drivers/of/irq.c | 1 +
> 1 file changed, 1 insertion(+)

Acked-by: Rob Herring <robh@xxxxxxxxxx>