Name
enable_irq -- enable interrupt handling on an irq
Synopsis
void enable_irq
(unsigned int irq);
Description
Re-enables the processing of interrupts on this IRQ line
providing no disable_irq calls are now in effect.
This function may be called from IRQ context.