1REMOVE_IRQ(9) Public Functions Provided REMOVE_IRQ(9)
23
4
NAME
6remove_irq - free an interrupt
7
SYNOPSIS
9void remove_irq(unsigned int irq, struct irqaction * act);
10
ARGUMENTS
12irq
13Interrupt line to free
1415
act
16irqaction for the interrupt
17
DESCRIPTION
19Used to remove interrupts statically setup by the early boot process.
20
AUTHORS
22Thomas Gleixner <tglx@linutronix.de>
23Author.
2425
Ingo Molnar <mingo@elte.hu>
26Author.
27
COPYRIGHT
29Kernel Hackers Manual 3.10 June 2019 REMOVE_IRQ(9)