Hi all,

I have been working with device drivers for timers (particularly watch dog timers).
I have been using the setup_irq() function call in my driver Init portion.

I would like to know whether i can use free_irq() function under the driver Exit portion which can release the IRQ's.

Expecting your reply...