commit | 5282c181662c4cef4823cc16b4641d147c52144f | [log] [tgz] |
---|---|---|
author | Sinan Kaya <okaya@codeaurora.org> | Fri Oct 07 01:25:08 2016 -0400 |
committer | Vinod Koul <vinod.koul@intel.com> | Wed Oct 19 19:02:58 2016 +0530 |
tree | fb6144e502842e0ec536bc264434c331da9afed6 | |
parent | 13af1c8c1608e8944b5197264b7c24b7d760e414 [diff] |
of: irq: make of_msi_configure accessible from modules 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. Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Sinan Kaya <okaya@codeaurora.org> Signed-off-by: Vinod Koul <vinod.koul@intel.com>