aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/act2000/capi.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-06-25 17:58:38 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-25 19:24:57 -0400
commit23b34f46fb762796e5c9c37e50d5a6cb56fd71fe (patch)
tree4833e336c121561105b46b409f4a54dd2e4c99eb /drivers/isdn/act2000/capi.c
parent08e51533a0a26c236879ad33b2798c16328051d9 (diff)
[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>
Diffstat (limited to 'drivers/isdn/act2000/capi.c')
-rw-r--r--drivers/isdn/act2000/capi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/isdn/act2000/capi.c b/drivers/isdn/act2000/capi.c
index 40395f567231..afa46681f983 100644
--- a/drivers/isdn/act2000/capi.c
+++ b/drivers/isdn/act2000/capi.c
@@ -224,6 +224,7 @@ actcapi_manufacturer_req_net(act2000_card *card)
224/* 224/*
225 * Switch V.42 on or off 225 * Switch V.42 on or off
226 */ 226 */
227#if 0
227int 228int
228actcapi_manufacturer_req_v42(act2000_card *card, ulong arg) 229actcapi_manufacturer_req_v42(act2000_card *card, ulong arg)
229{ 230{
@@ -242,6 +243,7 @@ actcapi_manufacturer_req_v42(act2000_card *card, ulong arg)
242 ACTCAPI_QUEUE_TX; 243 ACTCAPI_QUEUE_TX;
243 return 0; 244 return 0;
244} 245}
246#endif /* 0 */
245 247
246/* 248/*
247 * Set error-handler 249 * Set error-handler