diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-06-25 17:58:38 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-25 19:24:57 -0400 |
commit | 23b34f46fb762796e5c9c37e50d5a6cb56fd71fe (patch) | |
tree | 4833e336c121561105b46b409f4a54dd2e4c99eb /drivers/isdn/act2000/capi.c | |
parent | 08e51533a0a26c236879ad33b2798c16328051d9 (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.c | 2 |
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 | ||
227 | int | 228 | int |
228 | actcapi_manufacturer_req_v42(act2000_card *card, ulong arg) | 229 | actcapi_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 |