]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/irq: Export irq_set_parent()
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Thu, 6 Oct 2016 17:36:43 +0000 (23:06 +0530)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 21 Oct 2016 08:21:38 +0000 (10:21 +0200)
commit848f928f103d7a6fa90d9cdd556f5cfe6f5e790f
treebbc56116e000ea22002d4b7fd5c78640e78117e3
parentdd734f2163bc62e0b840d3ea7c5b66e6a3535130
kernel/irq: Export irq_set_parent()

The TPS65217 driver grew interrupt support which uses
irq_set_parent(). While it's not yet clear why this is used in the first
place, building the driver as a module fails with:

 ERROR: ".irq_set_parent" [drivers/mfd/tps65217.ko] undefined!

The correctness of the driver change is still investigated, but for now
it's less trouble to export irq_set_parent() than dealing with the build
wreckage.

[ tglx: Rewrote changelog and made the export GPL ]

Fixes: 811720fbfb5b ("mfd: tps65217: Add support for IRQs")
Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Cc: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Cc: Marcin Niestroj <m.niestroj@grinn-global.com>
Cc: Grygorii Strashko <grygorii.strashko@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Lee Jones <lee.jones@linaro.org>
Link: http://lkml.kernel.org/r/1475775403-27207-1-git-send-email-sudipm.mukherjee@gmail.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/irq/manage.c