[PATCH] drivers/isdn/act2000/capi.c: #if 0 an unused function
This patch #if 0's an unused function. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
08e51533a0
commit
23b34f46fb
@@ -224,6 +224,7 @@ actcapi_manufacturer_req_net(act2000_card *card)
|
||||
/*
|
||||
* Switch V.42 on or off
|
||||
*/
|
||||
#if 0
|
||||
int
|
||||
actcapi_manufacturer_req_v42(act2000_card *card, ulong arg)
|
||||
{
|
||||
@@ -242,6 +243,7 @@ actcapi_manufacturer_req_v42(act2000_card *card, ulong arg)
|
||||
ACTCAPI_QUEUE_TX;
|
||||
return 0;
|
||||
}
|
||||
#endif /* 0 */
|
||||
|
||||
/*
|
||||
* Set error-handler
|
||||
|
Reference in New Issue
Block a user