Free an interrupt
void remove_irq(unsigned int irq, struct irqaction * act);
irq
Interrupt line to free
act
irqaction for the interrupt
Used to remove interrupts statically setup by the early boot process.