]> git.karo-electronics.de Git - karo-tx-linux.git/commit
genirq: Make irq_domain_alloc_descs() non static
authorQais Yousef <qais.yousef@imgtec.com>
Tue, 8 Dec 2015 13:20:18 +0000 (13:20 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 25 Feb 2016 09:56:56 +0000 (10:56 +0100)
commitac0a0cd266d1f21236d5975ca6bced9b377a2a6a
tree369226457df7e6b8469c2306b3eecfe3848aa244
parentf256c9a0c54820ffef21b126f8226be2bece3dd7
genirq: Make irq_domain_alloc_descs() non static

We will need to use this function to implement irq_reserve_ipi() later. So
make it non static and move the prototype to irqdomain.h to allow using it
outside irqdomain.c

Signed-off-by: Qais Yousef <qais.yousef@imgtec.com>
Cc: <jason@lakedaemon.net>
Cc: <marc.zyngier@arm.com>
Cc: <jiang.liu@linux.intel.com>
Cc: <ralf@linux-mips.org>
Cc: <linux-mips@linux-mips.org>
Cc: <lisa.parratt@imgtec.com>
Cc: Qais Yousef <qsyousef@gmail.com>
Link: http://lkml.kernel.org/r/1449580830-23652-8-git-send-email-qais.yousef@imgtec.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/irqdomain.h
kernel/irq/irqdomain.c