Name

remove_irq — free an interrupt

Synopsis

void remove_irq (unsigned int irq,
 struct irqaction * act);
 

Arguments

unsigned int irq

Interrupt line to free

struct irqaction * act

irqaction for the interrupt

Description

Used to remove interrupts statically setup by the early boot process.