1. NAME

ht_destroy_irq - destroy an irq created with ht_create_irq

2. SYNOPSIS

void ht_destroy_irq(unsigned int  irq );

3. ARGUMENTS

irq
    irq to be destroyed

4. DESCRIPTION

This reverses ht_create_irq removing the specified irq from existence. The irq should be free before this happens.

5. COPYRIGHT