1REMOVE_IRQ(9)              Public Functions Provided             REMOVE_IRQ(9)
2
3
4

NAME

6       remove_irq - free an interrupt
7

SYNOPSIS

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

ARGUMENTS

12       irq
13           Interrupt line to free
14
15       act
16           irqaction for the interrupt
17

DESCRIPTION

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

AUTHORS

22       Thomas Gleixner <tglx@linutronix.de>
23           Author.
24
25       Ingo Molnar <mingo@elte.hu>
26           Author.
27
29Kernel Hackers Manual 3.10         June 2019                     REMOVE_IRQ(9)
Impressum