irq: unexport handle_irq_desc()
authorMark Rutland <mark.rutland@arm.com>
Fri, 22 Oct 2021 14:35:04 +0000 (15:35 +0100)
committerMark Rutland <mark.rutland@arm.com>
Mon, 25 Oct 2021 09:05:11 +0000 (10:05 +0100)
commit76adc5be6f505d0c137b210a95ad00dbd089473d
treebc52741aedaf486d82a8b376dc7b719c8f598947
parentd21e64027ce4d4df0c46d527b96f12d3811cd08d
irq: unexport handle_irq_desc()

There are no modular users of handle_irq_desc(). Remove the export
before we gain any.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Suggested-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Marc Zyngier <maz@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
kernel/irq/irqdesc.c