remove_irq (9) Linux Manual Page
remove_irq – free an interrupt
Synopsis
void remove_irq(unsigned int irq, struct irqaction *act);
Arguments
irq
-
- Interrupt line to free
act
- irqaction for the interrupt
Description
Used to remove interrupts statically setup by the early boot process.
