[PATCH 03/10] of: irq: make of_msi_configure accessible from modules
From: robh+dt@kernel.org (Rob Herring)
Date: 2016-07-18 21:24:47
Also in:
linux-arm-msm, linux-devicetree, lkml
From: robh+dt@kernel.org (Rob Herring)
Date: 2016-07-18 21:24:47
Also in:
linux-arm-msm, linux-devicetree, lkml
On Mon, Jul 18, 2016 at 1:39 PM, Sinan Kaya [off-list ref] 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 <redacted> --- drivers/of/irq.c | 1 + 1 file changed, 1 insertion(+)
Acked-by: Rob Herring <robh@kernel.org>