ht_destroy_irq (9) Linux Manual Page
ht_destroy_irq – destroy an irq created with ht_create_irq
Synopsis
void ht_destroy_irq(unsigned int irq);
Arguments
irq
-
- irq to be destroyed
Description
This reverses ht_create_irq removing the specified irq from existence. The irq should be free before this happens.
