1. NAME

remove_irq - free an interrupt

2. SYNOPSIS

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

3. ARGUMENTS

irq
    Interrupt line to free

act
    irqaction for the interrupt

4. DESCRIPTION

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

5. AUTHORS

Thomas Gleixner <>
    Author.

Ingo Molnar <>
    Author.

6. COPYRIGHT