mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
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>
This commit is contained in:
parent
d21e64027c
commit
76adc5be6f
@ -646,7 +646,6 @@ int handle_irq_desc(struct irq_desc *desc)
|
||||
generic_handle_irq_desc(desc);
|
||||
return 0;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(handle_irq_desc);
|
||||
|
||||
/**
|
||||
* generic_handle_irq - Invoke the handler for a particular irq
|
||||
|
Loading…
Reference in New Issue
Block a user