isdn/sc: remove unused REQUEST_IRQ and unnecessary header file

REQUEST_IRQ is never used, so delete it. In the process get rid of the
macro FREE_IRQ which makes the code unnecessarily difficult to read.

Signed-off-by: Fernando Luis Vázquez Cao <fernando@oss.ntt.co.jp>
Acked-by: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Fernando Luis Vázquez Cao
2007-10-18 23:39:20 -07:00
committed by Linus Torvalds
parent feea6d4d12
commit 345225c8e4
3 changed files with 1 additions and 21 deletions

View File

@ -404,7 +404,7 @@ static void __exit sc_exit(void)
/*
* Release the IRQ
*/
FREE_IRQ(sc_adapter[i]->interrupt, NULL);
free_irq(sc_adapter[i]->interrupt, NULL);
/*
* Reset for a clean start