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:
committed by
Linus Torvalds
parent
feea6d4d12
commit
345225c8e4
@ -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
|
||||
|
Reference in New Issue
Block a user